Shades of Shady Lady #A0969D
Tints of Shady Lady #A0969D
RGB
CMYK
RGB Variations
Color information
#A0969D (or 0xA0969D) is known color: Shady Lady. HEX triplet: A0, 96 and 9D. RGB value is (160,150,157). Sum of RGB (Red+Green+Blue) = 160+150+157=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 160 - color contains mainly: red. Hex color #A0969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0969D is #5F6962. Grayscale: #999999. Windows color (decimal): -6252899 or 10327712. OLE color: 10327712.
HSL color Cylindrical-coordinate representation of color #A0969D: hue angle of 318º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0969D is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 157 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.37 |
| HSL | 318º | 0.05% | 0.61% | - |
| HSV(B) | 318º | 0.06% | 0.63% | - |
| XYZ | 31.49 | 31.72 | 36.36 | - |
| YUV | 153.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 157 | 0 | 0.06 | 0.02 | 0.37 | 318 | 0.05 | 0.61 |
| Hex | A0 | 96 | 9D | 0 | 6 | 2 | 25 | 13E | 5 | 3D |
| Octal | 240 | 226 | 235 | 0 | 6 | 2 | 45 | 476 | 5 | 75 |
| Binary | 10100000 | 10010110 | 10011101 | 0 | 110 | 10 | 100101 | 100111110 | 101 | 111101 |
Color Harmonies of #A0969D
Complementary color
Monochromatic Colors of #A0969D
Black with #A0969D
Text Example
Text Example
White with #A0969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0969D; }
p { color: rgb(160,150,157); }
H1.HeaderClassName
{
color: #A0969D;
}
.AnyTagClassName
{
color: #A0969D;
}
</style>
background-color css
<style>
a { background-color: #A0969D; }
a { background-color: rgb(160,150,157); }
div.DivClassName
{
background-color: #A0969D;
}
.BgClassName
{
background-color: #A0969D;
}
</style>
border-color css
<style>
span { border-color: #A0969D; }
span { border-color: rgb(160,150,157); }
td.TdClassName
{
border-color: #A0969D;
}
.TagClassName
{
border-color: #A0969D;
}
</style>