Shades of London Hue #AE91A8
Tints of London Hue #AE91A8
RGB
CMYK
RGB Variations
Color information
#AE91A8 (or 0xAE91A8) is known color: London Hue. HEX triplet: AE, 91 and A8. RGB value is (174,145,168). Sum of RGB (Red+Green+Blue) = 174+145+168=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AE91A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE91A8 is #516E57. Grayscale: #9C9C9C. Windows color (decimal): -5336664 or 11047342. OLE color: 11047342.
HSL color Cylindrical-coordinate representation of color #AE91A8: hue angle of 312.41º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE91A8 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 168 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.32 |
| HSL | 312.41º | 0.15% | 0.63% | - |
| HSV(B) | 312.41º | 0.17% | 0.68% | - |
| XYZ | 34.65 | 32.08 | 41.41 | - |
| YUV | 156.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 168 | 0 | 0.17 | 0.03 | 0.32 | 312.41 | 0.15 | 0.63 |
| Hex | AE | 91 | A8 | 0 | 11 | 3 | 20 | 138 | F | 3F |
| Octal | 256 | 221 | 250 | 0 | 21 | 3 | 40 | 470 | 17 | 77 |
| Binary | 10101110 | 10010001 | 10101000 | 0 | 10001 | 11 | 100000 | 100111000 | 1111 | 111111 |
Color Harmonies of #AE91A8
Complementary color
Monochromatic Colors of #AE91A8
Black with #AE91A8
Text Example
Text Example
White with #AE91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91A8; }
p { color: rgb(174,145,168); }
H1.HeaderClassName
{
color: #AE91A8;
}
.AnyTagClassName
{
color: #AE91A8;
}
</style>
background-color css
<style>
a { background-color: #AE91A8; }
a { background-color: rgb(174,145,168); }
div.DivClassName
{
background-color: #AE91A8;
}
.BgClassName
{
background-color: #AE91A8;
}
</style>
border-color css
<style>
span { border-color: #AE91A8; }
span { border-color: rgb(174,145,168); }
td.TdClassName
{
border-color: #AE91A8;
}
.TagClassName
{
border-color: #AE91A8;
}
</style>