Shades of London Hue #AC99AA
Tints of London Hue #AC99AA
RGB
CMYK
RGB Variations
Color information
#AC99AA (or 0xAC99AA) is known color: London Hue. HEX triplet: AC, 99 and AA. RGB value is (172,153,170). Sum of RGB (Red+Green+Blue) = 172+153+170=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99AA is #536655. Grayscale: #A0A0A0. Windows color (decimal): -5465686 or 11180460. OLE color: 11180460.
HSL color Cylindrical-coordinate representation of color #AC99AA: hue angle of 306.32º 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 #AC99AA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 170 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.33 |
| HSL | 306.32º | 0.1% | 0.64% | - |
| HSV(B) | 306.32º | 0.11% | 0.67% | - |
| XYZ | 35.66 | 34.46 | 42.8 | - |
| YUV | 160.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 170 | 0 | 0.11 | 0.01 | 0.33 | 306.32 | 0.1 | 0.64 |
| Hex | AC | 99 | AA | 0 | B | 1 | 21 | 132 | A | 40 |
| Octal | 254 | 231 | 252 | 0 | 13 | 1 | 41 | 462 | 12 | 100 |
| Binary | 10101100 | 10011001 | 10101010 | 0 | 1011 | 1 | 100001 | 100110010 | 1010 | 1000000 |
Color Harmonies of #AC99AA
Complementary color
Monochromatic Colors of #AC99AA
Black with #AC99AA
Text Example
Text Example
White with #AC99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99AA; }
p { color: rgb(172,153,170); }
H1.HeaderClassName
{
color: #AC99AA;
}
.AnyTagClassName
{
color: #AC99AA;
}
</style>
background-color css
<style>
a { background-color: #AC99AA; }
a { background-color: rgb(172,153,170); }
div.DivClassName
{
background-color: #AC99AA;
}
.BgClassName
{
background-color: #AC99AA;
}
</style>
border-color css
<style>
span { border-color: #AC99AA; }
span { border-color: rgb(172,153,170); }
td.TdClassName
{
border-color: #AC99AA;
}
.TagClassName
{
border-color: #AC99AA;
}
</style>