Shades of Shady Lady #A0969A
Tints of Shady Lady #A0969A
RGB
CMYK
RGB Variations
Color information
#A0969A (or 0xA0969A) is known color: Shady Lady. HEX triplet: A0, 96 and 9A. RGB value is (160,150,154). Sum of RGB (Red+Green+Blue) = 160+150+154=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 160 - color contains mainly: red. Hex color #A0969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0969A is #5F6965. Grayscale: #999999. Windows color (decimal): -6252902 or 10131104. OLE color: 10131104.
HSL color Cylindrical-coordinate representation of color #A0969A: hue angle of 336º 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 #A0969A is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 154 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.37 |
| HSL | 336º | 0.05% | 0.61% | - |
| HSV(B) | 336º | 0.06% | 0.63% | - |
| XYZ | 31.24 | 31.62 | 35.03 | - |
| YUV | 153.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 154 | 0 | 0.06 | 0.04 | 0.37 | 336 | 0.05 | 0.61 |
| Hex | A0 | 96 | 9A | 0 | 6 | 4 | 25 | 150 | 5 | 3D |
| Octal | 240 | 226 | 232 | 0 | 6 | 4 | 45 | 520 | 5 | 75 |
| Binary | 10100000 | 10010110 | 10011010 | 0 | 110 | 100 | 100101 | 101010000 | 101 | 111101 |
Color Harmonies of #A0969A
Complementary color
Monochromatic Colors of #A0969A
Black with #A0969A
Text Example
Text Example
White with #A0969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0969A; }
p { color: rgb(160,150,154); }
H1.HeaderClassName
{
color: #A0969A;
}
.AnyTagClassName
{
color: #A0969A;
}
</style>
background-color css
<style>
a { background-color: #A0969A; }
a { background-color: rgb(160,150,154); }
div.DivClassName
{
background-color: #A0969A;
}
.BgClassName
{
background-color: #A0969A;
}
</style>
border-color css
<style>
span { border-color: #A0969A; }
span { border-color: rgb(160,150,154); }
td.TdClassName
{
border-color: #A0969A;
}
.TagClassName
{
border-color: #A0969A;
}
</style>