Shades of London Hue #AC99A8
Tints of London Hue #AC99A8
RGB
CMYK
RGB Variations
Color information
#AC99A8 (or 0xAC99A8) is known color: London Hue. HEX triplet: AC, 99 and A8. RGB value is (172,153,168). Sum of RGB (Red+Green+Blue) = 172+153+168=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A8 is #536657. Grayscale: #A0A0A0. Windows color (decimal): -5465688 or 11049388. OLE color: 11049388.
HSL color Cylindrical-coordinate representation of color #AC99A8: hue angle of 312.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC99A8 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 153 | 168 | - |
CMYK | 0 | 0.11 | 0.02 | 0.33 |
HSL | 312.63º | 0.1% | 0.64% | - |
HSV(B) | 312.63º | 0.11% | 0.67% | - |
XYZ | 35.47 | 34.38 | 41.81 | - |
YUV | 160.39 | 132.29 | 136.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 153 | 168 | 0 | 0.11 | 0.02 | 0.33 | 312.63 | 0.1 | 0.64 |
Hex | AC | 99 | A8 | 0 | B | 2 | 21 | 139 | A | 40 |
Octal | 254 | 231 | 250 | 0 | 13 | 2 | 41 | 471 | 12 | 100 |
Binary | 10101100 | 10011001 | 10101000 | 0 | 1011 | 10 | 100001 | 100111001 | 1010 | 1000000 |
Color Harmonies of #AC99A8
Complementary color
Monochromatic Colors of #AC99A8
Black with #AC99A8
Text Example
Text Example
White with #AC99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99A8; }
p { color: rgb(172,153,168); }
H1.HeaderClassName
{
color: #AC99A8;
}
.AnyTagClassName
{
color: #AC99A8;
}
</style>
background-color css
<style>
a { background-color: #AC99A8; }
a { background-color: rgb(172,153,168); }
div.DivClassName
{
background-color: #AC99A8;
}
.BgClassName
{
background-color: #AC99A8;
}
</style>
border-color css
<style>
span { border-color: #AC99A8; }
span { border-color: rgb(172,153,168); }
td.TdClassName
{
border-color: #AC99A8;
}
.TagClassName
{
border-color: #AC99A8;
}
</style>