Shades of Shady Lady #A39D9E
Tints of Shady Lady #A39D9E
RGB
CMYK
RGB Variations
Color information
#A39D9E (or 0xA39D9E) is known color: Shady Lady. HEX triplet: A3, 9D and 9E. RGB value is (163,157,158). Sum of RGB (Red+Green+Blue) = 163+157+158=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D9E is #5C6261. Grayscale: #9E9E9E. Windows color (decimal): -6054498 or 10395043. OLE color: 10395043.
HSL color Cylindrical-coordinate representation of color #A39D9E: hue angle of 350º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A39D9E is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 158 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.36 |
| HSL | 350º | 0.03% | 0.63% | - |
| HSV(B) | 350º | 0.04% | 0.64% | - |
| XYZ | 33.33 | 34.37 | 37.22 | - |
| YUV | 158.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 158 | 0 | 0.04 | 0.03 | 0.36 | 350 | 0.03 | 0.63 |
| Hex | A3 | 9D | 9E | 0 | 4 | 3 | 24 | 15E | 3 | 3F |
| Octal | 243 | 235 | 236 | 0 | 4 | 3 | 44 | 536 | 3 | 77 |
| Binary | 10100011 | 10011101 | 10011110 | 0 | 100 | 11 | 100100 | 101011110 | 11 | 111111 |
Color Harmonies of #A39D9E
Complementary color
Monochromatic Colors of #A39D9E
Black with #A39D9E
Text Example
Text Example
White with #A39D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D9E; }
p { color: rgb(163,157,158); }
H1.HeaderClassName
{
color: #A39D9E;
}
.AnyTagClassName
{
color: #A39D9E;
}
</style>
background-color css
<style>
a { background-color: #A39D9E; }
a { background-color: rgb(163,157,158); }
div.DivClassName
{
background-color: #A39D9E;
}
.BgClassName
{
background-color: #A39D9E;
}
</style>
border-color css
<style>
span { border-color: #A39D9E; }
span { border-color: rgb(163,157,158); }
td.TdClassName
{
border-color: #A39D9E;
}
.TagClassName
{
border-color: #A39D9E;
}
</style>