Shades of Shady Lady #A8959B
Tints of Shady Lady #A8959B
RGB
CMYK
RGB Variations
Color information
#A8959B (or 0xA8959B) is known color: Shady Lady. HEX triplet: A8, 95 and 9B. RGB value is (168,149,155). Sum of RGB (Red+Green+Blue) = 168+149+155=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A8959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8959B is #576A64. Grayscale: #9B9B9B. Windows color (decimal): -5728869 or 10196392. OLE color: 10196392.
HSL color Cylindrical-coordinate representation of color #A8959B: hue angle of 341.05º 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 #A8959B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 155 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.34 |
| HSL | 341.05º | 0.1% | 0.62% | - |
| HSV(B) | 341.05º | 0.11% | 0.66% | - |
| XYZ | 32.81 | 32.19 | 35.49 | - |
| YUV | 155.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 155 | 0 | 0.11 | 0.08 | 0.34 | 341.05 | 0.1 | 0.62 |
| Hex | A8 | 95 | 9B | 0 | B | 8 | 22 | 155 | A | 3E |
| Octal | 250 | 225 | 233 | 0 | 13 | 10 | 42 | 525 | 12 | 76 |
| Binary | 10101000 | 10010101 | 10011011 | 0 | 1011 | 1000 | 100010 | 101010101 | 1010 | 111110 |
Color Harmonies of #A8959B
Complementary color
Monochromatic Colors of #A8959B
Black with #A8959B
Text Example
Text Example
White with #A8959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8959B; }
p { color: rgb(168,149,155); }
H1.HeaderClassName
{
color: #A8959B;
}
.AnyTagClassName
{
color: #A8959B;
}
</style>
background-color css
<style>
a { background-color: #A8959B; }
a { background-color: rgb(168,149,155); }
div.DivClassName
{
background-color: #A8959B;
}
.BgClassName
{
background-color: #A8959B;
}
</style>
border-color css
<style>
span { border-color: #A8959B; }
span { border-color: rgb(168,149,155); }
td.TdClassName
{
border-color: #A8959B;
}
.TagClassName
{
border-color: #A8959B;
}
</style>