Shades of London Hue #AA93A6
Tints of London Hue #AA93A6
RGB
CMYK
RGB Variations
Color information
#AA93A6 (or 0xAA93A6) is known color: London Hue. HEX triplet: AA, 93 and A6. RGB value is (170,147,166). Sum of RGB (Red+Green+Blue) = 170+147+166=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA93A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93A6 is #556C59. Grayscale: #9B9B9B. Windows color (decimal): -5598298 or 10916778. OLE color: 10916778.
HSL color Cylindrical-coordinate representation of color #AA93A6: hue angle of 310.43º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA93A6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 166 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.33 |
| HSL | 310.43º | 0.12% | 0.62% | - |
| HSV(B) | 310.43º | 0.14% | 0.67% | - |
| XYZ | 33.89 | 32.17 | 40.5 | - |
| YUV | 156.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 166 | 0 | 0.14 | 0.02 | 0.33 | 310.43 | 0.12 | 0.62 |
| Hex | AA | 93 | A6 | 0 | E | 2 | 21 | 136 | C | 3E |
| Octal | 252 | 223 | 246 | 0 | 16 | 2 | 41 | 466 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10100110 | 0 | 1110 | 10 | 100001 | 100110110 | 1100 | 111110 |
Color Harmonies of #AA93A6
Complementary color
Monochromatic Colors of #AA93A6
Black with #AA93A6
Text Example
Text Example
White with #AA93A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93A6; }
p { color: rgb(170,147,166); }
H1.HeaderClassName
{
color: #AA93A6;
}
.AnyTagClassName
{
color: #AA93A6;
}
</style>
background-color css
<style>
a { background-color: #AA93A6; }
a { background-color: rgb(170,147,166); }
div.DivClassName
{
background-color: #AA93A6;
}
.BgClassName
{
background-color: #AA93A6;
}
</style>
border-color css
<style>
span { border-color: #AA93A6; }
span { border-color: rgb(170,147,166); }
td.TdClassName
{
border-color: #AA93A6;
}
.TagClassName
{
border-color: #AA93A6;
}
</style>