Shades of London Hue #AC94A8
Tints of London Hue #AC94A8
RGB
CMYK
RGB Variations
Color information
#AC94A8 (or 0xAC94A8) is known color: London Hue. HEX triplet: AC, 94 and A8. RGB value is (172,148,168). Sum of RGB (Red+Green+Blue) = 172+148+168=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC94A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94A8 is #536B57. Grayscale: #9D9D9D. Windows color (decimal): -5466968 or 11048108. OLE color: 11048108.
HSL color Cylindrical-coordinate representation of color #AC94A8: hue angle of 310º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC94A8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 168 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.33 |
| HSL | 310º | 0.13% | 0.63% | - |
| HSV(B) | 310º | 0.14% | 0.67% | - |
| XYZ | 34.67 | 32.78 | 41.55 | - |
| YUV | 157.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 168 | 0 | 0.14 | 0.02 | 0.33 | 310 | 0.13 | 0.63 |
| Hex | AC | 94 | A8 | 0 | E | 2 | 21 | 136 | D | 3F |
| Octal | 254 | 224 | 250 | 0 | 16 | 2 | 41 | 466 | 15 | 77 |
| Binary | 10101100 | 10010100 | 10101000 | 0 | 1110 | 10 | 100001 | 100110110 | 1101 | 111111 |
Color Harmonies of #AC94A8
Complementary color
Monochromatic Colors of #AC94A8
Black with #AC94A8
Text Example
Text Example
White with #AC94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94A8; }
p { color: rgb(172,148,168); }
H1.HeaderClassName
{
color: #AC94A8;
}
.AnyTagClassName
{
color: #AC94A8;
}
</style>
background-color css
<style>
a { background-color: #AC94A8; }
a { background-color: rgb(172,148,168); }
div.DivClassName
{
background-color: #AC94A8;
}
.BgClassName
{
background-color: #AC94A8;
}
</style>
border-color css
<style>
span { border-color: #AC94A8; }
span { border-color: rgb(172,148,168); }
td.TdClassName
{
border-color: #AC94A8;
}
.TagClassName
{
border-color: #AC94A8;
}
</style>