Shades of London Hue #AEA0AD
Tints of London Hue #AEA0AD
RGB
CMYK
RGB Variations
Color information
#AEA0AD (or 0xAEA0AD) is known color: London Hue. HEX triplet: AE, A0 and AD. RGB value is (174,160,173). Sum of RGB (Red+Green+Blue) = 174+160+173=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0AD is #515F52. Grayscale: #A5A5A5. Windows color (decimal): -5332819 or 11378862. OLE color: 11378862.
HSL color Cylindrical-coordinate representation of color #AEA0AD: hue angle of 304.29º 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 #AEA0AD is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 173 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.32 |
| HSL | 304.29º | 0.08% | 0.65% | - |
| HSV(B) | 304.29º | 0.08% | 0.68% | - |
| XYZ | 37.57 | 37.16 | 44.73 | - |
| YUV | 165.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 173 | 0 | 0.08 | 0.01 | 0.32 | 304.29 | 0.08 | 0.65 |
| Hex | AE | A0 | AD | 0 | 8 | 1 | 20 | 130 | 8 | 41 |
| Octal | 256 | 240 | 255 | 0 | 10 | 1 | 40 | 460 | 10 | 101 |
| Binary | 10101110 | 10100000 | 10101101 | 0 | 1000 | 1 | 100000 | 100110000 | 1000 | 1000001 |
Color Harmonies of #AEA0AD
Complementary color
Monochromatic Colors of #AEA0AD
Black with #AEA0AD
Text Example
Text Example
White with #AEA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0AD; }
p { color: rgb(174,160,173); }
H1.HeaderClassName
{
color: #AEA0AD;
}
.AnyTagClassName
{
color: #AEA0AD;
}
</style>
background-color css
<style>
a { background-color: #AEA0AD; }
a { background-color: rgb(174,160,173); }
div.DivClassName
{
background-color: #AEA0AD;
}
.BgClassName
{
background-color: #AEA0AD;
}
</style>
border-color css
<style>
span { border-color: #AEA0AD; }
span { border-color: rgb(174,160,173); }
td.TdClassName
{
border-color: #AEA0AD;
}
.TagClassName
{
border-color: #AEA0AD;
}
</style>