Shades of London Hue #AEA0AB
Tints of London Hue #AEA0AB
RGB
CMYK
RGB Variations
Color information
#AEA0AB (or 0xAEA0AB) is known color: London Hue. HEX triplet: AE, A0 and AB. RGB value is (174,160,171). Sum of RGB (Red+Green+Blue) = 174+160+171=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0AB is #515F54. Grayscale: #A5A5A5. Windows color (decimal): -5332821 or 11247790. OLE color: 11247790.
HSL color Cylindrical-coordinate representation of color #AEA0AB: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEA0AB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 171 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.32 |
| HSL | 312.86º | 0.08% | 0.65% | - |
| HSV(B) | 312.86º | 0.08% | 0.68% | - |
| XYZ | 37.38 | 37.08 | 43.72 | - |
| YUV | 165.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 171 | 0 | 0.08 | 0.02 | 0.32 | 312.86 | 0.08 | 0.65 |
| Hex | AE | A0 | AB | 0 | 8 | 2 | 20 | 139 | 8 | 41 |
| Octal | 256 | 240 | 253 | 0 | 10 | 2 | 40 | 471 | 10 | 101 |
| Binary | 10101110 | 10100000 | 10101011 | 0 | 1000 | 10 | 100000 | 100111001 | 1000 | 1000001 |
Color Harmonies of #AEA0AB
Complementary color
Monochromatic Colors of #AEA0AB
Black with #AEA0AB
Text Example
Text Example
White with #AEA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0AB; }
p { color: rgb(174,160,171); }
H1.HeaderClassName
{
color: #AEA0AB;
}
.AnyTagClassName
{
color: #AEA0AB;
}
</style>
background-color css
<style>
a { background-color: #AEA0AB; }
a { background-color: rgb(174,160,171); }
div.DivClassName
{
background-color: #AEA0AB;
}
.BgClassName
{
background-color: #AEA0AB;
}
</style>
border-color css
<style>
span { border-color: #AEA0AB; }
span { border-color: rgb(174,160,171); }
td.TdClassName
{
border-color: #AEA0AB;
}
.TagClassName
{
border-color: #AEA0AB;
}
</style>