Shades of London Hue #AC9BA9
Tints of London Hue #AC9BA9
RGB
CMYK
RGB Variations
Color information
#AC9BA9 (or 0xAC9BA9) is known color: London Hue. HEX triplet: AC, 9B and A9. RGB value is (172,155,169). Sum of RGB (Red+Green+Blue) = 172+155+169=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA9 is #536456. Grayscale: #A1A1A1. Windows color (decimal): -5465175 or 11115436. OLE color: 11115436.
HSL color Cylindrical-coordinate representation of color #AC9BA9: hue angle of 310.59º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9BA9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 155 | 169 | - |
CMYK | 0 | 0.10 | 0.02 | 0.33 |
HSL | 310.59º | 0.09% | 0.64% | - |
HSV(B) | 310.59º | 0.1% | 0.67% | - |
XYZ | 35.9 | 35.08 | 42.41 | - |
YUV | 161.68 | 132.13 | 135.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 155 | 169 | 0 | 0.10 | 0.02 | 0.33 | 310.59 | 0.09 | 0.64 |
Hex | AC | 9B | A9 | 0 | A | 2 | 21 | 137 | 9 | 40 |
Octal | 254 | 233 | 251 | 0 | 12 | 2 | 41 | 467 | 11 | 100 |
Binary | 10101100 | 10011011 | 10101001 | 0 | 1010 | 10 | 100001 | 100110111 | 1001 | 1000000 |
Color Harmonies of #AC9BA9
Complementary color
Monochromatic Colors of #AC9BA9
Black with #AC9BA9
Text Example
Text Example
White with #AC9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9BA9; }
p { color: rgb(172,155,169); }
H1.HeaderClassName
{
color: #AC9BA9;
}
.AnyTagClassName
{
color: #AC9BA9;
}
</style>
background-color css
<style>
a { background-color: #AC9BA9; }
a { background-color: rgb(172,155,169); }
div.DivClassName
{
background-color: #AC9BA9;
}
.BgClassName
{
background-color: #AC9BA9;
}
</style>
border-color css
<style>
span { border-color: #AC9BA9; }
span { border-color: rgb(172,155,169); }
td.TdClassName
{
border-color: #AC9BA9;
}
.TagClassName
{
border-color: #AC9BA9;
}
</style>