Shades of London Hue #AA88A7
Tints of London Hue #AA88A7
RGB
CMYK
RGB Variations
Color information
#AA88A7 (or 0xAA88A7) is known color: London Hue. HEX triplet: AA, 88 and A7. RGB value is (170,136,167). Sum of RGB (Red+Green+Blue) = 170+136+167=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA88A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88A7 is #557758. Grayscale: #959595. Windows color (decimal): -5601113 or 10979498. OLE color: 10979498.
HSL color Cylindrical-coordinate representation of color #AA88A7: hue angle of 305.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA88A7 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 167 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.33 |
| HSL | 305.29º | 0.17% | 0.6% | - |
| HSV(B) | 305.29º | 0.2% | 0.67% | - |
| XYZ | 32.36 | 28.94 | 40.44 | - |
| YUV | 149.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 167 | 0 | 0.20 | 0.02 | 0.33 | 305.29 | 0.17 | 0.6 |
| Hex | AA | 88 | A7 | 0 | 14 | 2 | 21 | 131 | 11 | 3C |
| Octal | 252 | 210 | 247 | 0 | 24 | 2 | 41 | 461 | 21 | 74 |
| Binary | 10101010 | 10001000 | 10100111 | 0 | 10100 | 10 | 100001 | 100110001 | 10001 | 111100 |
Color Harmonies of #AA88A7
Complementary color
Monochromatic Colors of #AA88A7
Black with #AA88A7
Text Example
Text Example
White with #AA88A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88A7; }
p { color: rgb(170,136,167); }
H1.HeaderClassName
{
color: #AA88A7;
}
.AnyTagClassName
{
color: #AA88A7;
}
</style>
background-color css
<style>
a { background-color: #AA88A7; }
a { background-color: rgb(170,136,167); }
div.DivClassName
{
background-color: #AA88A7;
}
.BgClassName
{
background-color: #AA88A7;
}
</style>
border-color css
<style>
span { border-color: #AA88A7; }
span { border-color: rgb(170,136,167); }
td.TdClassName
{
border-color: #AA88A7;
}
.TagClassName
{
border-color: #AA88A7;
}
</style>