Shades of Shady Lady #A8959F
Tints of Shady Lady #A8959F
RGB
CMYK
RGB Variations
Color information
#A8959F (or 0xA8959F) is known color: Shady Lady. HEX triplet: A8, 95 and 9F. RGB value is (168,149,159). Sum of RGB (Red+Green+Blue) = 168+149+159=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A8959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8959F is #576A60. Grayscale: #9B9B9B. Windows color (decimal): -5728865 or 10458536. OLE color: 10458536.
HSL color Cylindrical-coordinate representation of color #A8959F: hue angle of 328.42º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8959F is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 159 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.34 |
| HSL | 328.42º | 0.1% | 0.62% | - |
| HSV(B) | 328.42º | 0.11% | 0.66% | - |
| XYZ | 33.15 | 32.32 | 37.29 | - |
| YUV | 155.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 159 | 0 | 0.11 | 0.05 | 0.34 | 328.42 | 0.1 | 0.62 |
| Hex | A8 | 95 | 9F | 0 | B | 5 | 22 | 148 | A | 3E |
| Octal | 250 | 225 | 237 | 0 | 13 | 5 | 42 | 510 | 12 | 76 |
| Binary | 10101000 | 10010101 | 10011111 | 0 | 1011 | 101 | 100010 | 101001000 | 1010 | 111110 |
Color Harmonies of #A8959F
Complementary color
Monochromatic Colors of #A8959F
Black with #A8959F
Text Example
Text Example
White with #A8959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8959F; }
p { color: rgb(168,149,159); }
H1.HeaderClassName
{
color: #A8959F;
}
.AnyTagClassName
{
color: #A8959F;
}
</style>
background-color css
<style>
a { background-color: #A8959F; }
a { background-color: rgb(168,149,159); }
div.DivClassName
{
background-color: #A8959F;
}
.BgClassName
{
background-color: #A8959F;
}
</style>
border-color css
<style>
span { border-color: #A8959F; }
span { border-color: rgb(168,149,159); }
td.TdClassName
{
border-color: #A8959F;
}
.TagClassName
{
border-color: #A8959F;
}
</style>