Shades of London Hue #AEA2AC
Tints of London Hue #AEA2AC
RGB
CMYK
RGB Variations
Color information
#AEA2AC (or 0xAEA2AC) is known color: London Hue. HEX triplet: AE, A2 and AC. RGB value is (174,162,172). Sum of RGB (Red+Green+Blue) = 174+162+172=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA2AC is #515D53. Grayscale: #A6A6A6. Windows color (decimal): -5332308 or 11313838. OLE color: 11313838.
HSL color Cylindrical-coordinate representation of color #AEA2AC: hue angle of 310º 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 #AEA2AC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 162 | 172 | - |
CMYK | 0 | 0.07 | 0.01 | 0.32 |
HSL | 310º | 0.07% | 0.66% | - |
HSV(B) | 310º | 0.07% | 0.68% | - |
XYZ | 37.82 | 37.82 | 44.34 | - |
YUV | 166.73 | 130.98 | 133.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 162 | 172 | 0 | 0.07 | 0.01 | 0.32 | 310 | 0.07 | 0.66 |
Hex | AE | A2 | AC | 0 | 7 | 1 | 20 | 136 | 7 | 42 |
Octal | 256 | 242 | 254 | 0 | 7 | 1 | 40 | 466 | 7 | 102 |
Binary | 10101110 | 10100010 | 10101100 | 0 | 111 | 1 | 100000 | 100110110 | 111 | 1000010 |
Color Harmonies of #AEA2AC
Complementary color
Monochromatic Colors of #AEA2AC
Black with #AEA2AC
Text Example
Text Example
White with #AEA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2AC; }
p { color: rgb(174,162,172); }
H1.HeaderClassName
{
color: #AEA2AC;
}
.AnyTagClassName
{
color: #AEA2AC;
}
</style>
background-color css
<style>
a { background-color: #AEA2AC; }
a { background-color: rgb(174,162,172); }
div.DivClassName
{
background-color: #AEA2AC;
}
.BgClassName
{
background-color: #AEA2AC;
}
</style>
border-color css
<style>
span { border-color: #AEA2AC; }
span { border-color: rgb(174,162,172); }
td.TdClassName
{
border-color: #AEA2AC;
}
.TagClassName
{
border-color: #AEA2AC;
}
</style>