Shades of London Hue #AB9CAA
Tints of London Hue #AB9CAA
RGB
CMYK
RGB Variations
Color information
#AB9CAA (or 0xAB9CAA) is known color: London Hue. HEX triplet: AB, 9C and AA. RGB value is (171,156,170). Sum of RGB (Red+Green+Blue) = 171+156+170=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CAA is #546355. Grayscale: #A2A2A2. Windows color (decimal): -5530454 or 11181227. OLE color: 11181227.
HSL color Cylindrical-coordinate representation of color #AB9CAA: hue angle of 304º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9CAA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 170 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.33 |
| HSL | 304º | 0.08% | 0.64% | - |
| HSV(B) | 304º | 0.09% | 0.67% | - |
| XYZ | 35.94 | 35.34 | 42.96 | - |
| YUV | 162.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 170 | 0 | 0.09 | 0.01 | 0.33 | 304 | 0.08 | 0.64 |
| Hex | AB | 9C | AA | 0 | 9 | 1 | 21 | 130 | 8 | 40 |
| Octal | 253 | 234 | 252 | 0 | 11 | 1 | 41 | 460 | 10 | 100 |
| Binary | 10101011 | 10011100 | 10101010 | 0 | 1001 | 1 | 100001 | 100110000 | 1000 | 1000000 |
Color Harmonies of #AB9CAA
Complementary color
Monochromatic Colors of #AB9CAA
Black with #AB9CAA
Text Example
Text Example
White with #AB9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CAA; }
p { color: rgb(171,156,170); }
H1.HeaderClassName
{
color: #AB9CAA;
}
.AnyTagClassName
{
color: #AB9CAA;
}
</style>
background-color css
<style>
a { background-color: #AB9CAA; }
a { background-color: rgb(171,156,170); }
div.DivClassName
{
background-color: #AB9CAA;
}
.BgClassName
{
background-color: #AB9CAA;
}
</style>
border-color css
<style>
span { border-color: #AB9CAA; }
span { border-color: rgb(171,156,170); }
td.TdClassName
{
border-color: #AB9CAA;
}
.TagClassName
{
border-color: #AB9CAA;
}
</style>