Shades of London Hue #AAA6AA
Tints of London Hue #AAA6AA
RGB
CMYK
RGB Variations
Color information
#AAA6AA (or 0xAAA6AA) is known color: London Hue. HEX triplet: AA, A6 and AA. RGB value is (170,166,170). Sum of RGB (Red+Green+Blue) = 170+166+170=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AA is #555955. Grayscale: #A7A7A7. Windows color (decimal): -5593430 or 11183786. OLE color: 11183786.
HSL color Cylindrical-coordinate representation of color #AAA6AA: hue angle of 300º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAA6AA is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 166 | 170 | - |
CMYK | 0 | 0.02 | 0 | 0.33 |
HSL | 300º | 0.02% | 0.66% | - |
HSV(B) | 300º | 0.02% | 0.67% | - |
XYZ | 37.47 | 38.72 | 43.53 | - |
YUV | 167.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 166 | 170 | 0 | 0.02 | 0 | 0.33 | 300 | 0.02 | 0.66 |
Hex | AA | A6 | AA | 0 | 2 | 0 | 21 | 12C | 2 | 42 |
Octal | 252 | 246 | 252 | 0 | 2 | 0 | 41 | 454 | 2 | 102 |
Binary | 10101010 | 10100110 | 10101010 | 0 | 10 | 0 | 100001 | 100101100 | 10 | 1000010 |
Color Harmonies of #AAA6AA
Complementary color
Monochromatic Colors of #AAA6AA
Black with #AAA6AA
Text Example
Text Example
White with #AAA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6AA; }
p { color: rgb(170,166,170); }
H1.HeaderClassName
{
color: #AAA6AA;
}
.AnyTagClassName
{
color: #AAA6AA;
}
</style>
background-color css
<style>
a { background-color: #AAA6AA; }
a { background-color: rgb(170,166,170); }
div.DivClassName
{
background-color: #AAA6AA;
}
.BgClassName
{
background-color: #AAA6AA;
}
</style>
border-color css
<style>
span { border-color: #AAA6AA; }
span { border-color: rgb(170,166,170); }
td.TdClassName
{
border-color: #AAA6AA;
}
.TagClassName
{
border-color: #AAA6AA;
}
</style>