Shades of London Hue #AE9AAA
Tints of London Hue #AE9AAA
RGB
CMYK
RGB Variations
Color information
#AE9AAA (or 0xAE9AAA) is known color: London Hue. HEX triplet: AE, 9A and AA. RGB value is (174,154,170). Sum of RGB (Red+Green+Blue) = 174+154+170=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9AAA is #516555. Grayscale: #A1A1A1. Windows color (decimal): -5334358 or 11180718. OLE color: 11180718.
HSL color Cylindrical-coordinate representation of color #AE9AAA: hue angle of 312º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9AAA is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 170 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.32 |
| HSL | 312º | 0.11% | 0.64% | - |
| HSV(B) | 312º | 0.11% | 0.68% | - |
| XYZ | 36.27 | 35.01 | 42.88 | - |
| YUV | 161.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 170 | 0 | 0.11 | 0.02 | 0.32 | 312 | 0.11 | 0.64 |
| Hex | AE | 9A | AA | 0 | B | 2 | 20 | 138 | B | 40 |
| Octal | 256 | 232 | 252 | 0 | 13 | 2 | 40 | 470 | 13 | 100 |
| Binary | 10101110 | 10011010 | 10101010 | 0 | 1011 | 10 | 100000 | 100111000 | 1011 | 1000000 |
Color Harmonies of #AE9AAA
Complementary color
Monochromatic Colors of #AE9AAA
Black with #AE9AAA
Text Example
Text Example
White with #AE9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9AAA; }
p { color: rgb(174,154,170); }
H1.HeaderClassName
{
color: #AE9AAA;
}
.AnyTagClassName
{
color: #AE9AAA;
}
</style>
background-color css
<style>
a { background-color: #AE9AAA; }
a { background-color: rgb(174,154,170); }
div.DivClassName
{
background-color: #AE9AAA;
}
.BgClassName
{
background-color: #AE9AAA;
}
</style>
border-color css
<style>
span { border-color: #AE9AAA; }
span { border-color: rgb(174,154,170); }
td.TdClassName
{
border-color: #AE9AAA;
}
.TagClassName
{
border-color: #AE9AAA;
}
</style>