Shades of Shady Lady #A39A9D
Tints of Shady Lady #A39A9D
RGB
CMYK
RGB Variations
Color information
#A39A9D (or 0xA39A9D) is known color: Shady Lady. HEX triplet: A3, 9A and 9D. RGB value is (163,154,157). Sum of RGB (Red+Green+Blue) = 163+154+157=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A9D is #5C6562. Grayscale: #9D9D9D. Windows color (decimal): -6055267 or 10328739. OLE color: 10328739.
HSL color Cylindrical-coordinate representation of color #A39A9D: hue angle of 340º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A39A9D is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 157 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.36 |
| HSL | 340º | 0.05% | 0.62% | - |
| HSV(B) | 340º | 0.06% | 0.64% | - |
| XYZ | 32.75 | 33.33 | 36.61 | - |
| YUV | 157.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 157 | 0 | 0.06 | 0.04 | 0.36 | 340 | 0.05 | 0.62 |
| Hex | A3 | 9A | 9D | 0 | 6 | 4 | 24 | 154 | 5 | 3E |
| Octal | 243 | 232 | 235 | 0 | 6 | 4 | 44 | 524 | 5 | 76 |
| Binary | 10100011 | 10011010 | 10011101 | 0 | 110 | 100 | 100100 | 101010100 | 101 | 111110 |
Color Harmonies of #A39A9D
Complementary color
Monochromatic Colors of #A39A9D
Black with #A39A9D
Text Example
Text Example
White with #A39A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A9D; }
p { color: rgb(163,154,157); }
H1.HeaderClassName
{
color: #A39A9D;
}
.AnyTagClassName
{
color: #A39A9D;
}
</style>
background-color css
<style>
a { background-color: #A39A9D; }
a { background-color: rgb(163,154,157); }
div.DivClassName
{
background-color: #A39A9D;
}
.BgClassName
{
background-color: #A39A9D;
}
</style>
border-color css
<style>
span { border-color: #A39A9D; }
span { border-color: rgb(163,154,157); }
td.TdClassName
{
border-color: #A39A9D;
}
.TagClassName
{
border-color: #A39A9D;
}
</style>