Shades of London Hue #ABA6AB
Tints of London Hue #ABA6AB
RGB
CMYK
RGB Variations
Color information
#ABA6AB (or 0xABA6AB) is known color: London Hue. HEX triplet: AB, A6 and AB. RGB value is (171,166,171). Sum of RGB (Red+Green+Blue) = 171+166+171=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #ABA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6AB is #545954. Grayscale: #A8A8A8. Windows color (decimal): -5527893 or 11249323. OLE color: 11249323.
HSL color Cylindrical-coordinate representation of color #ABA6AB: hue angle of 300º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABA6AB is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 171 | - |
| CMYK | 0 | 0.03 | 0 | 0.33 |
| HSL | 300º | 0.03% | 0.66% | - |
| HSV(B) | 300º | 0.03% | 0.67% | - |
| XYZ | 37.78 | 38.87 | 44.04 | - |
| YUV | 168.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 171 | 0 | 0.03 | 0 | 0.33 | 300 | 0.03 | 0.66 |
| Hex | AB | A6 | AB | 0 | 3 | 0 | 21 | 12C | 3 | 42 |
| Octal | 253 | 246 | 253 | 0 | 3 | 0 | 41 | 454 | 3 | 102 |
| Binary | 10101011 | 10100110 | 10101011 | 0 | 11 | 0 | 100001 | 100101100 | 11 | 1000010 |
Color Harmonies of #ABA6AB
Complementary color
Monochromatic Colors of #ABA6AB
Black with #ABA6AB
Text Example
Text Example
White with #ABA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6AB; }
p { color: rgb(171,166,171); }
H1.HeaderClassName
{
color: #ABA6AB;
}
.AnyTagClassName
{
color: #ABA6AB;
}
</style>
background-color css
<style>
a { background-color: #ABA6AB; }
a { background-color: rgb(171,166,171); }
div.DivClassName
{
background-color: #ABA6AB;
}
.BgClassName
{
background-color: #ABA6AB;
}
</style>
border-color css
<style>
span { border-color: #ABA6AB; }
span { border-color: rgb(171,166,171); }
td.TdClassName
{
border-color: #ABA6AB;
}
.TagClassName
{
border-color: #ABA6AB;
}
</style>