Shades of London Hue #AAA1A8
Tints of London Hue #AAA1A8
RGB
CMYK
RGB Variations
Color information
#AAA1A8 (or 0xAAA1A8) is known color: London Hue. HEX triplet: AA, A1 and A8. RGB value is (170,161,168). Sum of RGB (Red+Green+Blue) = 170+161+168=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA1A8 is #555E57. Grayscale: #A4A4A4. Windows color (decimal): -5594712 or 11051434. OLE color: 11051434.
HSL color Cylindrical-coordinate representation of color #AAA1A8: hue angle of 313.33º 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 #AAA1A8 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 161 | 168 | - |
CMYK | 0 | 0.05 | 0.01 | 0.33 |
HSL | 313.33º | 0.05% | 0.65% | - |
HSV(B) | 313.33º | 0.05% | 0.67% | - |
XYZ | 36.39 | 36.86 | 42.24 | - |
YUV | 164.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 161 | 168 | 0 | 0.05 | 0.01 | 0.33 | 313.33 | 0.05 | 0.65 |
Hex | AA | A1 | A8 | 0 | 5 | 1 | 21 | 139 | 5 | 41 |
Octal | 252 | 241 | 250 | 0 | 5 | 1 | 41 | 471 | 5 | 101 |
Binary | 10101010 | 10100001 | 10101000 | 0 | 101 | 1 | 100001 | 100111001 | 101 | 1000001 |
Color Harmonies of #AAA1A8
Complementary color
Monochromatic Colors of #AAA1A8
Black with #AAA1A8
Text Example
Text Example
White with #AAA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1A8; }
p { color: rgb(170,161,168); }
H1.HeaderClassName
{
color: #AAA1A8;
}
.AnyTagClassName
{
color: #AAA1A8;
}
</style>
background-color css
<style>
a { background-color: #AAA1A8; }
a { background-color: rgb(170,161,168); }
div.DivClassName
{
background-color: #AAA1A8;
}
.BgClassName
{
background-color: #AAA1A8;
}
</style>
border-color css
<style>
span { border-color: #AAA1A8; }
span { border-color: rgb(170,161,168); }
td.TdClassName
{
border-color: #AAA1A8;
}
.TagClassName
{
border-color: #AAA1A8;
}
</style>