Shades of Shady Lady #A0929B
Tints of Shady Lady #A0929B
RGB
CMYK
RGB Variations
Color information
#A0929B (or 0xA0929B) is known color: Shady Lady. HEX triplet: A0, 92 and 9B. RGB value is (160,146,155). Sum of RGB (Red+Green+Blue) = 160+146+155=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 160 - color contains mainly: red. Hex color #A0929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0929B is #5F6D64. Grayscale: #979797. Windows color (decimal): -6253925 or 10195616. OLE color: 10195616.
HSL color Cylindrical-coordinate representation of color #A0929B: hue angle of 321.43º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0929B is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 155 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.37 |
| HSL | 321.43º | 0.07% | 0.6% | - |
| HSV(B) | 321.43º | 0.09% | 0.63% | - |
| XYZ | 30.69 | 30.4 | 35.26 | - |
| YUV | 151.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 155 | 0 | 0.09 | 0.03 | 0.37 | 321.43 | 0.07 | 0.6 |
| Hex | A0 | 92 | 9B | 0 | 9 | 3 | 25 | 141 | 7 | 3C |
| Octal | 240 | 222 | 233 | 0 | 11 | 3 | 45 | 501 | 7 | 74 |
| Binary | 10100000 | 10010010 | 10011011 | 0 | 1001 | 11 | 100101 | 101000001 | 111 | 111100 |
Color Harmonies of #A0929B
Complementary color
Monochromatic Colors of #A0929B
Black with #A0929B
Text Example
Text Example
White with #A0929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0929B; }
p { color: rgb(160,146,155); }
H1.HeaderClassName
{
color: #A0929B;
}
.AnyTagClassName
{
color: #A0929B;
}
</style>
background-color css
<style>
a { background-color: #A0929B; }
a { background-color: rgb(160,146,155); }
div.DivClassName
{
background-color: #A0929B;
}
.BgClassName
{
background-color: #A0929B;
}
</style>
border-color css
<style>
span { border-color: #A0929B; }
span { border-color: rgb(160,146,155); }
td.TdClassName
{
border-color: #A0929B;
}
.TagClassName
{
border-color: #A0929B;
}
</style>