Shades of London Hue #AA91A4
Tints of London Hue #AA91A4
RGB
CMYK
RGB Variations
Color information
#AA91A4 (or 0xAA91A4) is known color: London Hue. HEX triplet: AA, 91 and A4. RGB value is (170,145,164). Sum of RGB (Red+Green+Blue) = 170+145+164=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA91A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA91A4 is #556E5B. Grayscale: #9A9A9A. Windows color (decimal): -5598812 or 10785194. OLE color: 10785194.
HSL color Cylindrical-coordinate representation of color #AA91A4: hue angle of 314.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA91A4 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 164 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.33 |
| HSL | 314.4º | 0.13% | 0.62% | - |
| HSV(B) | 314.4º | 0.15% | 0.67% | - |
| XYZ | 33.4 | 31.48 | 39.44 | - |
| YUV | 154.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 164 | 0 | 0.15 | 0.04 | 0.33 | 314.4 | 0.13 | 0.62 |
| Hex | AA | 91 | A4 | 0 | F | 4 | 21 | 13A | D | 3E |
| Octal | 252 | 221 | 244 | 0 | 17 | 4 | 41 | 472 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10100100 | 0 | 1111 | 100 | 100001 | 100111010 | 1101 | 111110 |
Color Harmonies of #AA91A4
Complementary color
Monochromatic Colors of #AA91A4
Black with #AA91A4
Text Example
Text Example
White with #AA91A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91A4; }
p { color: rgb(170,145,164); }
H1.HeaderClassName
{
color: #AA91A4;
}
.AnyTagClassName
{
color: #AA91A4;
}
</style>
background-color css
<style>
a { background-color: #AA91A4; }
a { background-color: rgb(170,145,164); }
div.DivClassName
{
background-color: #AA91A4;
}
.BgClassName
{
background-color: #AA91A4;
}
</style>
border-color css
<style>
span { border-color: #AA91A4; }
span { border-color: rgb(170,145,164); }
td.TdClassName
{
border-color: #AA91A4;
}
.TagClassName
{
border-color: #AA91A4;
}
</style>