Shades of London Hue #AE9BA9
Tints of London Hue #AE9BA9
RGB
CMYK
RGB Variations
Color information
#AE9BA9 (or 0xAE9BA9) is known color: London Hue. HEX triplet: AE, 9B and A9. RGB value is (174,155,169). Sum of RGB (Red+Green+Blue) = 174+155+169=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BA9 is #516456. Grayscale: #A2A2A2. Windows color (decimal): -5334103 or 11115438. OLE color: 11115438.
HSL color Cylindrical-coordinate representation of color #AE9BA9: hue angle of 315.79º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9BA9 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 155 | 169 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.32 |
| HSL | 315.79º | 0.1% | 0.65% | - |
| HSV(B) | 315.79º | 0.11% | 0.68% | - |
| XYZ | 36.34 | 35.31 | 42.44 | - |
| YUV | 162.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 169 | 0 | 0.11 | 0.03 | 0.32 | 315.79 | 0.1 | 0.65 |
| Hex | AE | 9B | A9 | 0 | B | 3 | 20 | 13C | A | 41 |
| Octal | 256 | 233 | 251 | 0 | 13 | 3 | 40 | 474 | 12 | 101 |
| Binary | 10101110 | 10011011 | 10101001 | 0 | 1011 | 11 | 100000 | 100111100 | 1010 | 1000001 |
Color Harmonies of #AE9BA9
Complementary color
Monochromatic Colors of #AE9BA9
Black with #AE9BA9
Text Example
Text Example
White with #AE9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BA9; }
p { color: rgb(174,155,169); }
H1.HeaderClassName
{
color: #AE9BA9;
}
.AnyTagClassName
{
color: #AE9BA9;
}
</style>
background-color css
<style>
a { background-color: #AE9BA9; }
a { background-color: rgb(174,155,169); }
div.DivClassName
{
background-color: #AE9BA9;
}
.BgClassName
{
background-color: #AE9BA9;
}
</style>
border-color css
<style>
span { border-color: #AE9BA9; }
span { border-color: rgb(174,155,169); }
td.TdClassName
{
border-color: #AE9BA9;
}
.TagClassName
{
border-color: #AE9BA9;
}
</style>