Shades of London Hue #AAA8AA
Tints of London Hue #AAA8AA
RGB
CMYK
RGB Variations
Color information
#AAA8AA (or 0xAAA8AA) is known color: London Hue. HEX triplet: AA, A8 and AA. RGB value is (170,168,170). Sum of RGB (Red+Green+Blue) = 170+168+170=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8AA is #555755. Grayscale: #A8A8A8. Windows color (decimal): -5592918 or 11184298. OLE color: 11184298.
HSL color Cylindrical-coordinate representation of color #AAA8AA: hue angle of 300º degrees, saturation: 0.01, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AAA8AA is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 170 | - |
| CMYK | 0 | 0.01 | 0 | 0.33 |
| HSL | 300º | 0.01% | 0.66% | - |
| HSV(B) | 300º | 0.01% | 0.67% | - |
| XYZ | 37.84 | 39.45 | 43.65 | - |
| YUV | 168.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 170 | 0 | 0.01 | 0 | 0.33 | 300 | 0.01 | 0.66 |
| Hex | AA | A8 | AA | 0 | 1 | 0 | 21 | 12C | 1 | 42 |
| Octal | 252 | 250 | 252 | 0 | 1 | 0 | 41 | 454 | 1 | 102 |
| Binary | 10101010 | 10101000 | 10101010 | 0 | 1 | 0 | 100001 | 100101100 | 1 | 1000010 |
Color Harmonies of #AAA8AA
Complementary color
Monochromatic Colors of #AAA8AA
Black with #AAA8AA
Text Example
Text Example
White with #AAA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8AA; }
p { color: rgb(170,168,170); }
H1.HeaderClassName
{
color: #AAA8AA;
}
.AnyTagClassName
{
color: #AAA8AA;
}
</style>
background-color css
<style>
a { background-color: #AAA8AA; }
a { background-color: rgb(170,168,170); }
div.DivClassName
{
background-color: #AAA8AA;
}
.BgClassName
{
background-color: #AAA8AA;
}
</style>
border-color css
<style>
span { border-color: #AAA8AA; }
span { border-color: rgb(170,168,170); }
td.TdClassName
{
border-color: #AAA8AA;
}
.TagClassName
{
border-color: #AAA8AA;
}
</style>