Shades of London Hue #AC99A6
Tints of London Hue #AC99A6
RGB
CMYK
RGB Variations
Color information
#AC99A6 (or 0xAC99A6) is known color: London Hue. HEX triplet: AC, 99 and A6. RGB value is (172,153,166). Sum of RGB (Red+Green+Blue) = 172+153+166=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A6 is #536659. Grayscale: #A0A0A0. Windows color (decimal): -5465690 or 10918316. OLE color: 10918316.
HSL color Cylindrical-coordinate representation of color #AC99A6: hue angle of 318.95º 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 #AC99A6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 166 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.33 |
| HSL | 318.95º | 0.1% | 0.64% | - |
| HSV(B) | 318.95º | 0.11% | 0.67% | - |
| XYZ | 35.29 | 34.31 | 40.84 | - |
| YUV | 160.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 166 | 0 | 0.11 | 0.03 | 0.33 | 318.95 | 0.1 | 0.64 |
| Hex | AC | 99 | A6 | 0 | B | 3 | 21 | 13F | A | 40 |
| Octal | 254 | 231 | 246 | 0 | 13 | 3 | 41 | 477 | 12 | 100 |
| Binary | 10101100 | 10011001 | 10100110 | 0 | 1011 | 11 | 100001 | 100111111 | 1010 | 1000000 |
Color Harmonies of #AC99A6
Complementary color
Monochromatic Colors of #AC99A6
Black with #AC99A6
Text Example
Text Example
White with #AC99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99A6; }
p { color: rgb(172,153,166); }
H1.HeaderClassName
{
color: #AC99A6;
}
.AnyTagClassName
{
color: #AC99A6;
}
</style>
background-color css
<style>
a { background-color: #AC99A6; }
a { background-color: rgb(172,153,166); }
div.DivClassName
{
background-color: #AC99A6;
}
.BgClassName
{
background-color: #AC99A6;
}
</style>
border-color css
<style>
span { border-color: #AC99A6; }
span { border-color: rgb(172,153,166); }
td.TdClassName
{
border-color: #AC99A6;
}
.TagClassName
{
border-color: #AC99A6;
}
</style>