Shades of Shady Lady #A0949D
Tints of Shady Lady #A0949D
RGB
CMYK
RGB Variations
Color information
#A0949D (or 0xA0949D) is known color: Shady Lady. HEX triplet: A0, 94 and 9D. RGB value is (160,148,157). Sum of RGB (Red+Green+Blue) = 160+148+157=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 160 - color contains mainly: red. Hex color #A0949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0949D is #5F6B62. Grayscale: #989898. Windows color (decimal): -6253411 or 10327200. OLE color: 10327200.
HSL color Cylindrical-coordinate representation of color #A0949D: hue angle of 315º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0949D is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 157 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.37 |
| HSL | 315º | 0.06% | 0.6% | - |
| HSV(B) | 315º | 0.07% | 0.63% | - |
| XYZ | 31.17 | 31.09 | 36.26 | - |
| YUV | 152.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 157 | 0 | 0.07 | 0.02 | 0.37 | 315 | 0.06 | 0.6 |
| Hex | A0 | 94 | 9D | 0 | 7 | 2 | 25 | 13B | 6 | 3C |
| Octal | 240 | 224 | 235 | 0 | 7 | 2 | 45 | 473 | 6 | 74 |
| Binary | 10100000 | 10010100 | 10011101 | 0 | 111 | 10 | 100101 | 100111011 | 110 | 111100 |
Color Harmonies of #A0949D
Complementary color
Monochromatic Colors of #A0949D
Black with #A0949D
Text Example
Text Example
White with #A0949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0949D; }
p { color: rgb(160,148,157); }
H1.HeaderClassName
{
color: #A0949D;
}
.AnyTagClassName
{
color: #A0949D;
}
</style>
background-color css
<style>
a { background-color: #A0949D; }
a { background-color: rgb(160,148,157); }
div.DivClassName
{
background-color: #A0949D;
}
.BgClassName
{
background-color: #A0949D;
}
</style>
border-color css
<style>
span { border-color: #A0949D; }
span { border-color: rgb(160,148,157); }
td.TdClassName
{
border-color: #A0949D;
}
.TagClassName
{
border-color: #A0949D;
}
</style>