Shades of London Hue #ABA2A9
Tints of London Hue #ABA2A9
RGB
CMYK
RGB Variations
Color information
#ABA2A9 (or 0xABA2A9) is known color: London Hue. HEX triplet: AB, A2 and A9. RGB value is (171,162,169). Sum of RGB (Red+Green+Blue) = 171+162+169=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA2A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA2A9 is #545D56. Grayscale: #A5A5A5. Windows color (decimal): -5528919 or 11117227. OLE color: 11117227.
HSL color Cylindrical-coordinate representation of color #ABA2A9: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABA2A9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 169 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.33 |
| HSL | 313.33º | 0.05% | 0.65% | - |
| HSV(B) | 313.33º | 0.05% | 0.67% | - |
| XYZ | 36.88 | 37.36 | 42.8 | - |
| YUV | 165.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 169 | 0 | 0.05 | 0.01 | 0.33 | 313.33 | 0.05 | 0.65 |
| Hex | AB | A2 | A9 | 0 | 5 | 1 | 21 | 139 | 5 | 41 |
| Octal | 253 | 242 | 251 | 0 | 5 | 1 | 41 | 471 | 5 | 101 |
| Binary | 10101011 | 10100010 | 10101001 | 0 | 101 | 1 | 100001 | 100111001 | 101 | 1000001 |
Color Harmonies of #ABA2A9
Complementary color
Monochromatic Colors of #ABA2A9
Black with #ABA2A9
Text Example
Text Example
White with #ABA2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2A9; }
p { color: rgb(171,162,169); }
H1.HeaderClassName
{
color: #ABA2A9;
}
.AnyTagClassName
{
color: #ABA2A9;
}
</style>
background-color css
<style>
a { background-color: #ABA2A9; }
a { background-color: rgb(171,162,169); }
div.DivClassName
{
background-color: #ABA2A9;
}
.BgClassName
{
background-color: #ABA2A9;
}
</style>
border-color css
<style>
span { border-color: #ABA2A9; }
span { border-color: rgb(171,162,169); }
td.TdClassName
{
border-color: #ABA2A9;
}
.TagClassName
{
border-color: #ABA2A9;
}
</style>