Shades of London Hue #ABA1A8
Tints of London Hue #ABA1A8
RGB
CMYK
RGB Variations
Color information
#ABA1A8 (or 0xABA1A8) is known color: London Hue. HEX triplet: AB, A1 and A8. RGB value is (171,161,168). Sum of RGB (Red+Green+Blue) = 171+161+168=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1A8 is #545E57. Grayscale: #A4A4A4. Windows color (decimal): -5529176 or 11051435. OLE color: 11051435.
HSL color Cylindrical-coordinate representation of color #ABA1A8: hue angle of 318º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABA1A8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 168 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.33 |
| HSL | 318º | 0.06% | 0.65% | - |
| HSV(B) | 318º | 0.06% | 0.67% | - |
| XYZ | 36.61 | 36.97 | 42.25 | - |
| YUV | 164.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 168 | 0 | 0.06 | 0.02 | 0.33 | 318 | 0.06 | 0.65 |
| Hex | AB | A1 | A8 | 0 | 6 | 2 | 21 | 13E | 6 | 41 |
| Octal | 253 | 241 | 250 | 0 | 6 | 2 | 41 | 476 | 6 | 101 |
| Binary | 10101011 | 10100001 | 10101000 | 0 | 110 | 10 | 100001 | 100111110 | 110 | 1000001 |
Color Harmonies of #ABA1A8
Complementary color
Monochromatic Colors of #ABA1A8
Black with #ABA1A8
Text Example
Text Example
White with #ABA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1A8; }
p { color: rgb(171,161,168); }
H1.HeaderClassName
{
color: #ABA1A8;
}
.AnyTagClassName
{
color: #ABA1A8;
}
</style>
background-color css
<style>
a { background-color: #ABA1A8; }
a { background-color: rgb(171,161,168); }
div.DivClassName
{
background-color: #ABA1A8;
}
.BgClassName
{
background-color: #ABA1A8;
}
</style>
border-color css
<style>
span { border-color: #ABA1A8; }
span { border-color: rgb(171,161,168); }
td.TdClassName
{
border-color: #ABA1A8;
}
.TagClassName
{
border-color: #ABA1A8;
}
</style>