Shades of London Hue #AEA1AD
Tints of London Hue #AEA1AD
RGB
CMYK
RGB Variations
Color information
#AEA1AD (or 0xAEA1AD) is known color: London Hue. HEX triplet: AE, A1 and AD. RGB value is (174,161,173). Sum of RGB (Red+Green+Blue) = 174+161+173=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA1AD is #515E52. Grayscale: #A6A6A6. Windows color (decimal): -5332563 or 11379118. OLE color: 11379118.
HSL color Cylindrical-coordinate representation of color #AEA1AD: hue angle of 304.62º 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 #AEA1AD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 173 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.32 |
| HSL | 304.62º | 0.07% | 0.66% | - |
| HSV(B) | 304.62º | 0.07% | 0.68% | - |
| XYZ | 37.74 | 37.51 | 44.79 | - |
| YUV | 166.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 173 | 0 | 0.07 | 0.01 | 0.32 | 304.62 | 0.07 | 0.66 |
| Hex | AE | A1 | AD | 0 | 7 | 1 | 20 | 131 | 7 | 42 |
| Octal | 256 | 241 | 255 | 0 | 7 | 1 | 40 | 461 | 7 | 102 |
| Binary | 10101110 | 10100001 | 10101101 | 0 | 111 | 1 | 100000 | 100110001 | 111 | 1000010 |
Color Harmonies of #AEA1AD
Complementary color
Monochromatic Colors of #AEA1AD
Black with #AEA1AD
Text Example
Text Example
White with #AEA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA1AD; }
p { color: rgb(174,161,173); }
H1.HeaderClassName
{
color: #AEA1AD;
}
.AnyTagClassName
{
color: #AEA1AD;
}
</style>
background-color css
<style>
a { background-color: #AEA1AD; }
a { background-color: rgb(174,161,173); }
div.DivClassName
{
background-color: #AEA1AD;
}
.BgClassName
{
background-color: #AEA1AD;
}
</style>
border-color css
<style>
span { border-color: #AEA1AD; }
span { border-color: rgb(174,161,173); }
td.TdClassName
{
border-color: #AEA1AD;
}
.TagClassName
{
border-color: #AEA1AD;
}
</style>