Shades of London Hue #AA95A5
Tints of London Hue #AA95A5
RGB
CMYK
RGB Variations
Color information
#AA95A5 (or 0xAA95A5) is known color: London Hue. HEX triplet: AA, 95 and A5. RGB value is (170,149,165). Sum of RGB (Red+Green+Blue) = 170+149+165=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA95A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95A5 is #556A5A. Grayscale: #9D9D9D. Windows color (decimal): -5597787 or 10851754. OLE color: 10851754.
HSL color Cylindrical-coordinate representation of color #AA95A5: hue angle of 314.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA95A5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 165 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.33 |
| HSL | 314.29º | 0.11% | 0.63% | - |
| HSV(B) | 314.29º | 0.12% | 0.67% | - |
| XYZ | 34.12 | 32.76 | 40.12 | - |
| YUV | 157.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 165 | 0 | 0.12 | 0.03 | 0.33 | 314.29 | 0.11 | 0.63 |
| Hex | AA | 95 | A5 | 0 | C | 3 | 21 | 13A | B | 3F |
| Octal | 252 | 225 | 245 | 0 | 14 | 3 | 41 | 472 | 13 | 77 |
| Binary | 10101010 | 10010101 | 10100101 | 0 | 1100 | 11 | 100001 | 100111010 | 1011 | 111111 |
Color Harmonies of #AA95A5
Complementary color
Monochromatic Colors of #AA95A5
Black with #AA95A5
Text Example
Text Example
White with #AA95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA95A5; }
p { color: rgb(170,149,165); }
H1.HeaderClassName
{
color: #AA95A5;
}
.AnyTagClassName
{
color: #AA95A5;
}
</style>
background-color css
<style>
a { background-color: #AA95A5; }
a { background-color: rgb(170,149,165); }
div.DivClassName
{
background-color: #AA95A5;
}
.BgClassName
{
background-color: #AA95A5;
}
</style>
border-color css
<style>
span { border-color: #AA95A5; }
span { border-color: rgb(170,149,165); }
td.TdClassName
{
border-color: #AA95A5;
}
.TagClassName
{
border-color: #AA95A5;
}
</style>