Shades of London Hue #AEA2AD
Tints of London Hue #AEA2AD
RGB
CMYK
RGB Variations
Color information
#AEA2AD (or 0xAEA2AD) is known color: London Hue. HEX triplet: AE, A2 and AD. RGB value is (174,162,173). Sum of RGB (Red+Green+Blue) = 174+162+173=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA2AD is #515D52. Grayscale: #A6A6A6. Windows color (decimal): -5332307 or 11379374. OLE color: 11379374.
HSL color Cylindrical-coordinate representation of color #AEA2AD: hue angle of 305º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEA2AD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 173 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.32 |
| HSL | 305º | 0.07% | 0.66% | - |
| HSV(B) | 305º | 0.07% | 0.68% | - |
| XYZ | 37.92 | 37.86 | 44.84 | - |
| YUV | 166.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 173 | 0 | 0.07 | 0.01 | 0.32 | 305 | 0.07 | 0.66 |
| Hex | AE | A2 | AD | 0 | 7 | 1 | 20 | 131 | 7 | 42 |
| Octal | 256 | 242 | 255 | 0 | 7 | 1 | 40 | 461 | 7 | 102 |
| Binary | 10101110 | 10100010 | 10101101 | 0 | 111 | 1 | 100000 | 100110001 | 111 | 1000010 |
Color Harmonies of #AEA2AD
Complementary color
Monochromatic Colors of #AEA2AD
Black with #AEA2AD
Text Example
Text Example
White with #AEA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2AD; }
p { color: rgb(174,162,173); }
H1.HeaderClassName
{
color: #AEA2AD;
}
.AnyTagClassName
{
color: #AEA2AD;
}
</style>
background-color css
<style>
a { background-color: #AEA2AD; }
a { background-color: rgb(174,162,173); }
div.DivClassName
{
background-color: #AEA2AD;
}
.BgClassName
{
background-color: #AEA2AD;
}
</style>
border-color css
<style>
span { border-color: #AEA2AD; }
span { border-color: rgb(174,162,173); }
td.TdClassName
{
border-color: #AEA2AD;
}
.TagClassName
{
border-color: #AEA2AD;
}
</style>