Shades of Shady Lady #A992A0
Tints of Shady Lady #A992A0
RGB
CMYK
RGB Variations
Color information
#A992A0 (or 0xA992A0) is known color: Shady Lady. HEX triplet: A9, 92 and A0. RGB value is (169,146,160). Sum of RGB (Red+Green+Blue) = 169+146+160=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A992A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992A0 is #566D5F. Grayscale: #9A9A9A. Windows color (decimal): -5664096 or 10523305. OLE color: 10523305.
HSL color Cylindrical-coordinate representation of color #A992A0: hue angle of 323.48º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A992A0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 160 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.34 |
| HSL | 323.48º | 0.12% | 0.62% | - |
| HSV(B) | 323.48º | 0.14% | 0.66% | - |
| XYZ | 32.99 | 31.53 | 37.61 | - |
| YUV | 154.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 160 | 0 | 0.14 | 0.05 | 0.34 | 323.48 | 0.12 | 0.62 |
| Hex | A9 | 92 | A0 | 0 | E | 5 | 22 | 143 | C | 3E |
| Octal | 251 | 222 | 240 | 0 | 16 | 5 | 42 | 503 | 14 | 76 |
| Binary | 10101001 | 10010010 | 10100000 | 0 | 1110 | 101 | 100010 | 101000011 | 1100 | 111110 |
Color Harmonies of #A992A0
Complementary color
Monochromatic Colors of #A992A0
Black with #A992A0
Text Example
Text Example
White with #A992A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992A0; }
p { color: rgb(169,146,160); }
H1.HeaderClassName
{
color: #A992A0;
}
.AnyTagClassName
{
color: #A992A0;
}
</style>
background-color css
<style>
a { background-color: #A992A0; }
a { background-color: rgb(169,146,160); }
div.DivClassName
{
background-color: #A992A0;
}
.BgClassName
{
background-color: #A992A0;
}
</style>
border-color css
<style>
span { border-color: #A992A0; }
span { border-color: rgb(169,146,160); }
td.TdClassName
{
border-color: #A992A0;
}
.TagClassName
{
border-color: #A992A0;
}
</style>