Shades of London Hue #AA92A8
Tints of London Hue #AA92A8
RGB
CMYK
RGB Variations
Color information
#AA92A8 (or 0xAA92A8) is known color: London Hue. HEX triplet: AA, 92 and A8. RGB value is (170,146,168). Sum of RGB (Red+Green+Blue) = 170+146+168=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA92A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92A8 is #556D57. Grayscale: #9B9B9B. Windows color (decimal): -5598552 or 11047594. OLE color: 11047594.
HSL color Cylindrical-coordinate representation of color #AA92A8: hue angle of 305º 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 #AA92A8 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 146 | 168 | - |
CMYK | 0 | 0.14 | 0.01 | 0.33 |
HSL | 305º | 0.12% | 0.62% | - |
HSV(B) | 305º | 0.14% | 0.67% | - |
XYZ | 33.92 | 31.93 | 41.42 | - |
YUV | 155.68 | 134.95 | 138.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 146 | 168 | 0 | 0.14 | 0.01 | 0.33 | 305 | 0.12 | 0.62 |
Hex | AA | 92 | A8 | 0 | E | 1 | 21 | 131 | C | 3E |
Octal | 252 | 222 | 250 | 0 | 16 | 1 | 41 | 461 | 14 | 76 |
Binary | 10101010 | 10010010 | 10101000 | 0 | 1110 | 1 | 100001 | 100110001 | 1100 | 111110 |
Color Harmonies of #AA92A8
Complementary color
Monochromatic Colors of #AA92A8
Black with #AA92A8
Text Example
Text Example
White with #AA92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92A8; }
p { color: rgb(170,146,168); }
H1.HeaderClassName
{
color: #AA92A8;
}
.AnyTagClassName
{
color: #AA92A8;
}
</style>
background-color css
<style>
a { background-color: #AA92A8; }
a { background-color: rgb(170,146,168); }
div.DivClassName
{
background-color: #AA92A8;
}
.BgClassName
{
background-color: #AA92A8;
}
</style>
border-color css
<style>
span { border-color: #AA92A8; }
span { border-color: rgb(170,146,168); }
td.TdClassName
{
border-color: #AA92A8;
}
.TagClassName
{
border-color: #AA92A8;
}
</style>