Shades of London Hue #ABA2AA
Tints of London Hue #ABA2AA
RGB
CMYK
RGB Variations
Color information
#ABA2AA (or 0xABA2AA) is known color: London Hue. HEX triplet: AB, A2 and AA. RGB value is (171,162,170). Sum of RGB (Red+Green+Blue) = 171+162+170=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA2AA is #545D55. Grayscale: #A5A5A5. Windows color (decimal): -5528918 or 11182763. OLE color: 11182763.
HSL color Cylindrical-coordinate representation of color #ABA2AA: hue angle of 306.67º 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 #ABA2AA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 170 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.33 |
| HSL | 306.67º | 0.05% | 0.65% | - |
| HSV(B) | 306.67º | 0.05% | 0.67% | - |
| XYZ | 36.97 | 37.4 | 43.3 | - |
| YUV | 165.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 170 | 0 | 0.05 | 0.01 | 0.33 | 306.67 | 0.05 | 0.65 |
| Hex | AB | A2 | AA | 0 | 5 | 1 | 21 | 133 | 5 | 41 |
| Octal | 253 | 242 | 252 | 0 | 5 | 1 | 41 | 463 | 5 | 101 |
| Binary | 10101011 | 10100010 | 10101010 | 0 | 101 | 1 | 100001 | 100110011 | 101 | 1000001 |
Color Harmonies of #ABA2AA
Complementary color
Monochromatic Colors of #ABA2AA
Black with #ABA2AA
Text Example
Text Example
White with #ABA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2AA; }
p { color: rgb(171,162,170); }
H1.HeaderClassName
{
color: #ABA2AA;
}
.AnyTagClassName
{
color: #ABA2AA;
}
</style>
background-color css
<style>
a { background-color: #ABA2AA; }
a { background-color: rgb(171,162,170); }
div.DivClassName
{
background-color: #ABA2AA;
}
.BgClassName
{
background-color: #ABA2AA;
}
</style>
border-color css
<style>
span { border-color: #ABA2AA; }
span { border-color: rgb(171,162,170); }
td.TdClassName
{
border-color: #ABA2AA;
}
.TagClassName
{
border-color: #ABA2AA;
}
</style>