Shades of Shady Lady #A09B9E
Tints of Shady Lady #A09B9E
RGB
CMYK
RGB Variations
Color information
#A09B9E (or 0xA09B9E) is known color: Shady Lady. HEX triplet: A0, 9B and 9E. RGB value is (160,155,158). Sum of RGB (Red+Green+Blue) = 160+155+158=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B9E is #5F6461. Grayscale: #9C9C9C. Windows color (decimal): -6251618 or 10394528. OLE color: 10394528.
HSL color Cylindrical-coordinate representation of color #A09B9E: hue angle of 324º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A09B9E is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 155 | 158 | - |
CMYK | 0 | 0.03 | 0.01 | 0.37 |
HSL | 324º | 0.03% | 0.62% | - |
HSV(B) | 324º | 0.03% | 0.63% | - |
XYZ | 32.39 | 33.38 | 37.08 | - |
YUV | 156.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 155 | 158 | 0 | 0.03 | 0.01 | 0.37 | 324 | 0.03 | 0.62 |
Hex | A0 | 9B | 9E | 0 | 3 | 1 | 25 | 144 | 3 | 3E |
Octal | 240 | 233 | 236 | 0 | 3 | 1 | 45 | 504 | 3 | 76 |
Binary | 10100000 | 10011011 | 10011110 | 0 | 11 | 1 | 100101 | 101000100 | 11 | 111110 |
Color Harmonies of #A09B9E
Complementary color
Monochromatic Colors of #A09B9E
Black with #A09B9E
Text Example
Text Example
White with #A09B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B9E; }
p { color: rgb(160,155,158); }
H1.HeaderClassName
{
color: #A09B9E;
}
.AnyTagClassName
{
color: #A09B9E;
}
</style>
background-color css
<style>
a { background-color: #A09B9E; }
a { background-color: rgb(160,155,158); }
div.DivClassName
{
background-color: #A09B9E;
}
.BgClassName
{
background-color: #A09B9E;
}
</style>
border-color css
<style>
span { border-color: #A09B9E; }
span { border-color: rgb(160,155,158); }
td.TdClassName
{
border-color: #A09B9E;
}
.TagClassName
{
border-color: #A09B9E;
}
</style>