Shades of Shady Lady #A09598
Tints of Shady Lady #A09598
RGB
CMYK
RGB Variations
Color information
#A09598 (or 0xA09598) is known color: Shady Lady. HEX triplet: A0, 95 and 98. RGB value is (160,149,152). Sum of RGB (Red+Green+Blue) = 160+149+152=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 160 - color contains mainly: red. Hex color #A09598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09598 is #5F6A67. Grayscale: #989898. Windows color (decimal): -6253160 or 9999776. OLE color: 9999776.
HSL color Cylindrical-coordinate representation of color #A09598: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A09598 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 152 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.37 |
| HSL | 343.64º | 0.05% | 0.61% | - |
| HSV(B) | 343.64º | 0.07% | 0.63% | - |
| XYZ | 30.91 | 31.24 | 34.11 | - |
| YUV | 152.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 152 | 0 | 0.07 | 0.05 | 0.37 | 343.64 | 0.05 | 0.61 |
| Hex | A0 | 95 | 98 | 0 | 7 | 5 | 25 | 158 | 5 | 3D |
| Octal | 240 | 225 | 230 | 0 | 7 | 5 | 45 | 530 | 5 | 75 |
| Binary | 10100000 | 10010101 | 10011000 | 0 | 111 | 101 | 100101 | 101011000 | 101 | 111101 |
Color Harmonies of #A09598
Complementary color
Monochromatic Colors of #A09598
Black with #A09598
Text Example
Text Example
White with #A09598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09598; }
p { color: rgb(160,149,152); }
H1.HeaderClassName
{
color: #A09598;
}
.AnyTagClassName
{
color: #A09598;
}
</style>
background-color css
<style>
a { background-color: #A09598; }
a { background-color: rgb(160,149,152); }
div.DivClassName
{
background-color: #A09598;
}
.BgClassName
{
background-color: #A09598;
}
</style>
border-color css
<style>
span { border-color: #A09598; }
span { border-color: rgb(160,149,152); }
td.TdClassName
{
border-color: #A09598;
}
.TagClassName
{
border-color: #A09598;
}
</style>