Shades of Shady Lady #A8939C
Tints of Shady Lady #A8939C
RGB
CMYK
RGB Variations
Color information
#A8939C (or 0xA8939C) is known color: Shady Lady. HEX triplet: A8, 93 and 9C. RGB value is (168,147,156). Sum of RGB (Red+Green+Blue) = 168+147+156=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A8939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8939C is #576C63. Grayscale: #9A9A9A. Windows color (decimal): -5729380 or 10261416. OLE color: 10261416.
HSL color Cylindrical-coordinate representation of color #A8939C: hue angle of 334.29º 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 #A8939C is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 156 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.34 |
| HSL | 334.29º | 0.11% | 0.62% | - |
| HSV(B) | 334.29º | 0.13% | 0.66% | - |
| XYZ | 32.58 | 31.59 | 35.83 | - |
| YUV | 154.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 156 | 0 | 0.13 | 0.07 | 0.34 | 334.29 | 0.11 | 0.62 |
| Hex | A8 | 93 | 9C | 0 | D | 7 | 22 | 14E | B | 3E |
| Octal | 250 | 223 | 234 | 0 | 15 | 7 | 42 | 516 | 13 | 76 |
| Binary | 10101000 | 10010011 | 10011100 | 0 | 1101 | 111 | 100010 | 101001110 | 1011 | 111110 |
Color Harmonies of #A8939C
Complementary color
Monochromatic Colors of #A8939C
Black with #A8939C
Text Example
Text Example
White with #A8939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8939C; }
p { color: rgb(168,147,156); }
H1.HeaderClassName
{
color: #A8939C;
}
.AnyTagClassName
{
color: #A8939C;
}
</style>
background-color css
<style>
a { background-color: #A8939C; }
a { background-color: rgb(168,147,156); }
div.DivClassName
{
background-color: #A8939C;
}
.BgClassName
{
background-color: #A8939C;
}
</style>
border-color css
<style>
span { border-color: #A8939C; }
span { border-color: rgb(168,147,156); }
td.TdClassName
{
border-color: #A8939C;
}
.TagClassName
{
border-color: #A8939C;
}
</style>