Shades of London Hue #AE9AA8
Tints of London Hue #AE9AA8
RGB
CMYK
RGB Variations
Color information
#AE9AA8 (or 0xAE9AA8) is known color: London Hue. HEX triplet: AE, 9A and A8. RGB value is (174,154,168). Sum of RGB (Red+Green+Blue) = 174+154+168=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9AA8 is #516557. Grayscale: #A1A1A1. Windows color (decimal): -5334360 or 11049646. OLE color: 11049646.
HSL color Cylindrical-coordinate representation of color #AE9AA8: hue angle of 318º 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 #AE9AA8 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 168 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.32 |
| HSL | 318º | 0.11% | 0.64% | - |
| HSV(B) | 318º | 0.11% | 0.68% | - |
| XYZ | 36.08 | 34.94 | 41.89 | - |
| YUV | 161.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 168 | 0 | 0.11 | 0.03 | 0.32 | 318 | 0.11 | 0.64 |
| Hex | AE | 9A | A8 | 0 | B | 3 | 20 | 13E | B | 40 |
| Octal | 256 | 232 | 250 | 0 | 13 | 3 | 40 | 476 | 13 | 100 |
| Binary | 10101110 | 10011010 | 10101000 | 0 | 1011 | 11 | 100000 | 100111110 | 1011 | 1000000 |
Color Harmonies of #AE9AA8
Complementary color
Monochromatic Colors of #AE9AA8
Black with #AE9AA8
Text Example
Text Example
White with #AE9AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9AA8; }
p { color: rgb(174,154,168); }
H1.HeaderClassName
{
color: #AE9AA8;
}
.AnyTagClassName
{
color: #AE9AA8;
}
</style>
background-color css
<style>
a { background-color: #AE9AA8; }
a { background-color: rgb(174,154,168); }
div.DivClassName
{
background-color: #AE9AA8;
}
.BgClassName
{
background-color: #AE9AA8;
}
</style>
border-color css
<style>
span { border-color: #AE9AA8; }
span { border-color: rgb(174,154,168); }
td.TdClassName
{
border-color: #AE9AA8;
}
.TagClassName
{
border-color: #AE9AA8;
}
</style>