Shades of Shady Lady #A0999D
Tints of Shady Lady #A0999D
RGB
CMYK
RGB Variations
Color information
#A0999D (or 0xA0999D) is known color: Shady Lady. HEX triplet: A0, 99 and 9D. RGB value is (160,153,157). Sum of RGB (Red+Green+Blue) = 160+153+157=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 160 - color contains mainly: red. Hex color #A0999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0999D is #5F6662. Grayscale: #9B9B9B. Windows color (decimal): -6252131 or 10328480. OLE color: 10328480.
HSL color Cylindrical-coordinate representation of color #A0999D: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A0999D is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 157 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.37 |
| HSL | 325.71º | 0.04% | 0.61% | - |
| HSV(B) | 325.71º | 0.04% | 0.63% | - |
| XYZ | 31.97 | 32.69 | 36.52 | - |
| YUV | 155.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 157 | 0 | 0.04 | 0.02 | 0.37 | 325.71 | 0.04 | 0.61 |
| Hex | A0 | 99 | 9D | 0 | 4 | 2 | 25 | 146 | 4 | 3D |
| Octal | 240 | 231 | 235 | 0 | 4 | 2 | 45 | 506 | 4 | 75 |
| Binary | 10100000 | 10011001 | 10011101 | 0 | 100 | 10 | 100101 | 101000110 | 100 | 111101 |
Color Harmonies of #A0999D
Complementary color
Monochromatic Colors of #A0999D
Black with #A0999D
Text Example
Text Example
White with #A0999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0999D; }
p { color: rgb(160,153,157); }
H1.HeaderClassName
{
color: #A0999D;
}
.AnyTagClassName
{
color: #A0999D;
}
</style>
background-color css
<style>
a { background-color: #A0999D; }
a { background-color: rgb(160,153,157); }
div.DivClassName
{
background-color: #A0999D;
}
.BgClassName
{
background-color: #A0999D;
}
</style>
border-color css
<style>
span { border-color: #A0999D; }
span { border-color: rgb(160,153,157); }
td.TdClassName
{
border-color: #A0999D;
}
.TagClassName
{
border-color: #A0999D;
}
</style>