Shades of London Hue #AC96A8
Tints of London Hue #AC96A8
RGB
CMYK
RGB Variations
Color information
#AC96A8 (or 0xAC96A8) is known color: London Hue. HEX triplet: AC, 96 and A8. RGB value is (172,150,168). Sum of RGB (Red+Green+Blue) = 172+150+168=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96A8 is #536957. Grayscale: #9E9E9E. Windows color (decimal): -5466456 or 11048620. OLE color: 11048620.
HSL color Cylindrical-coordinate representation of color #AC96A8: hue angle of 310.91º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC96A8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 168 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.33 |
| HSL | 310.91º | 0.12% | 0.63% | - |
| HSV(B) | 310.91º | 0.13% | 0.67% | - |
| XYZ | 34.99 | 33.41 | 41.65 | - |
| YUV | 158.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 168 | 0 | 0.13 | 0.02 | 0.33 | 310.91 | 0.12 | 0.63 |
| Hex | AC | 96 | A8 | 0 | D | 2 | 21 | 137 | C | 3F |
| Octal | 254 | 226 | 250 | 0 | 15 | 2 | 41 | 467 | 14 | 77 |
| Binary | 10101100 | 10010110 | 10101000 | 0 | 1101 | 10 | 100001 | 100110111 | 1100 | 111111 |
Color Harmonies of #AC96A8
Complementary color
Monochromatic Colors of #AC96A8
Black with #AC96A8
Text Example
Text Example
White with #AC96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96A8; }
p { color: rgb(172,150,168); }
H1.HeaderClassName
{
color: #AC96A8;
}
.AnyTagClassName
{
color: #AC96A8;
}
</style>
background-color css
<style>
a { background-color: #AC96A8; }
a { background-color: rgb(172,150,168); }
div.DivClassName
{
background-color: #AC96A8;
}
.BgClassName
{
background-color: #AC96A8;
}
</style>
border-color css
<style>
span { border-color: #AC96A8; }
span { border-color: rgb(172,150,168); }
td.TdClassName
{
border-color: #AC96A8;
}
.TagClassName
{
border-color: #AC96A8;
}
</style>