Shades of London Hue #ABA0AA
Tints of London Hue #ABA0AA
RGB
CMYK
RGB Variations
Color information
#ABA0AA (or 0xABA0AA) is known color: London Hue. HEX triplet: AB, A0 and AA. RGB value is (171,160,170). Sum of RGB (Red+Green+Blue) = 171+160+170=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0AA is #545F55. Grayscale: #A4A4A4. Windows color (decimal): -5529430 or 11182251. OLE color: 11182251.
HSL color Cylindrical-coordinate representation of color #ABA0AA: hue angle of 305.45º 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 #ABA0AA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 170 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.33 |
| HSL | 305.45º | 0.06% | 0.65% | - |
| HSV(B) | 305.45º | 0.06% | 0.67% | - |
| XYZ | 36.62 | 36.7 | 43.18 | - |
| YUV | 164.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 170 | 0 | 0.06 | 0.01 | 0.33 | 305.45 | 0.06 | 0.65 |
| Hex | AB | A0 | AA | 0 | 6 | 1 | 21 | 131 | 6 | 41 |
| Octal | 253 | 240 | 252 | 0 | 6 | 1 | 41 | 461 | 6 | 101 |
| Binary | 10101011 | 10100000 | 10101010 | 0 | 110 | 1 | 100001 | 100110001 | 110 | 1000001 |
Color Harmonies of #ABA0AA
Complementary color
Monochromatic Colors of #ABA0AA
Black with #ABA0AA
Text Example
Text Example
White with #ABA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0AA; }
p { color: rgb(171,160,170); }
H1.HeaderClassName
{
color: #ABA0AA;
}
.AnyTagClassName
{
color: #ABA0AA;
}
</style>
background-color css
<style>
a { background-color: #ABA0AA; }
a { background-color: rgb(171,160,170); }
div.DivClassName
{
background-color: #ABA0AA;
}
.BgClassName
{
background-color: #ABA0AA;
}
</style>
border-color css
<style>
span { border-color: #ABA0AA; }
span { border-color: rgb(171,160,170); }
td.TdClassName
{
border-color: #ABA0AA;
}
.TagClassName
{
border-color: #ABA0AA;
}
</style>