Shades of Shady Lady #A8939B
Tints of Shady Lady #A8939B
RGB
CMYK
RGB Variations
Color information
#A8939B (or 0xA8939B) is known color: Shady Lady. HEX triplet: A8, 93 and 9B. RGB value is (168,147,155). Sum of RGB (Red+Green+Blue) = 168+147+155=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A8939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8939B is #576C64. Grayscale: #9A9A9A. Windows color (decimal): -5729381 or 10195880. OLE color: 10195880.
HSL color Cylindrical-coordinate representation of color #A8939B: hue angle of 337.14º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8939B is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 155 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.34 |
| HSL | 337.14º | 0.11% | 0.62% | - |
| HSV(B) | 337.14º | 0.13% | 0.66% | - |
| XYZ | 32.5 | 31.56 | 35.39 | - |
| YUV | 154.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 155 | 0 | 0.13 | 0.08 | 0.34 | 337.14 | 0.11 | 0.62 |
| Hex | A8 | 93 | 9B | 0 | D | 8 | 22 | 151 | B | 3E |
| Octal | 250 | 223 | 233 | 0 | 15 | 10 | 42 | 521 | 13 | 76 |
| Binary | 10101000 | 10010011 | 10011011 | 0 | 1101 | 1000 | 100010 | 101010001 | 1011 | 111110 |
Color Harmonies of #A8939B
Complementary color
Monochromatic Colors of #A8939B
Black with #A8939B
Text Example
Text Example
White with #A8939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8939B; }
p { color: rgb(168,147,155); }
H1.HeaderClassName
{
color: #A8939B;
}
.AnyTagClassName
{
color: #A8939B;
}
</style>
background-color css
<style>
a { background-color: #A8939B; }
a { background-color: rgb(168,147,155); }
div.DivClassName
{
background-color: #A8939B;
}
.BgClassName
{
background-color: #A8939B;
}
</style>
border-color css
<style>
span { border-color: #A8939B; }
span { border-color: rgb(168,147,155); }
td.TdClassName
{
border-color: #A8939B;
}
.TagClassName
{
border-color: #A8939B;
}
</style>