Shades of Shady Lady #A08F99
Tints of Shady Lady #A08F99
RGB
CMYK
RGB Variations
Color information
#A08F99 (or 0xA08F99) is known color: Shady Lady. HEX triplet: A0, 8F and 99. RGB value is (160,143,153). Sum of RGB (Red+Green+Blue) = 160+143+153=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08F99 is #5F7066. Grayscale: #959595. Windows color (decimal): -6254695 or 10063776. OLE color: 10063776.
HSL color Cylindrical-coordinate representation of color #A08F99: hue angle of 324.71º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A08F99 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 153 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.37 |
| HSL | 324.71º | 0.08% | 0.59% | - |
| HSV(B) | 324.71º | 0.11% | 0.63% | - |
| XYZ | 30.07 | 29.42 | 34.23 | - |
| YUV | 149.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 153 | 0 | 0.11 | 0.04 | 0.37 | 324.71 | 0.08 | 0.59 |
| Hex | A0 | 8F | 99 | 0 | B | 4 | 25 | 145 | 8 | 3B |
| Octal | 240 | 217 | 231 | 0 | 13 | 4 | 45 | 505 | 10 | 73 |
| Binary | 10100000 | 10001111 | 10011001 | 0 | 1011 | 100 | 100101 | 101000101 | 1000 | 111011 |
Color Harmonies of #A08F99
Complementary color
Monochromatic Colors of #A08F99
Black with #A08F99
Text Example
Text Example
White with #A08F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F99; }
p { color: rgb(160,143,153); }
H1.HeaderClassName
{
color: #A08F99;
}
.AnyTagClassName
{
color: #A08F99;
}
</style>
background-color css
<style>
a { background-color: #A08F99; }
a { background-color: rgb(160,143,153); }
div.DivClassName
{
background-color: #A08F99;
}
.BgClassName
{
background-color: #A08F99;
}
</style>
border-color css
<style>
span { border-color: #A08F99; }
span { border-color: rgb(160,143,153); }
td.TdClassName
{
border-color: #A08F99;
}
.TagClassName
{
border-color: #A08F99;
}
</style>