Shades of Shady Lady #A39E9F
Tints of Shady Lady #A39E9F
RGB
CMYK
RGB Variations
Color information
#A39E9F (or 0xA39E9F) is known color: Shady Lady. HEX triplet: A3, 9E and 9F. RGB value is (163,158,159). Sum of RGB (Red+Green+Blue) = 163+158+159=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39E9F is #5C6160. Grayscale: #9F9F9F. Windows color (decimal): -6054241 or 10460835. OLE color: 10460835.
HSL color Cylindrical-coordinate representation of color #A39E9F: hue angle of 348º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A39E9F is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 158 | 159 | - |
CMYK | 0 | 0.03 | 0.02 | 0.36 |
HSL | 348º | 0.03% | 0.63% | - |
HSV(B) | 348º | 0.03% | 0.64% | - |
XYZ | 33.59 | 34.74 | 37.74 | - |
YUV | 159.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 158 | 159 | 0 | 0.03 | 0.02 | 0.36 | 348 | 0.03 | 0.63 |
Hex | A3 | 9E | 9F | 0 | 3 | 2 | 24 | 15C | 3 | 3F |
Octal | 243 | 236 | 237 | 0 | 3 | 2 | 44 | 534 | 3 | 77 |
Binary | 10100011 | 10011110 | 10011111 | 0 | 11 | 10 | 100100 | 101011100 | 11 | 111111 |
Color Harmonies of #A39E9F
Complementary color
Monochromatic Colors of #A39E9F
Black with #A39E9F
Text Example
Text Example
White with #A39E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39E9F; }
p { color: rgb(163,158,159); }
H1.HeaderClassName
{
color: #A39E9F;
}
.AnyTagClassName
{
color: #A39E9F;
}
</style>
background-color css
<style>
a { background-color: #A39E9F; }
a { background-color: rgb(163,158,159); }
div.DivClassName
{
background-color: #A39E9F;
}
.BgClassName
{
background-color: #A39E9F;
}
</style>
border-color css
<style>
span { border-color: #A39E9F; }
span { border-color: rgb(163,158,159); }
td.TdClassName
{
border-color: #A39E9F;
}
.TagClassName
{
border-color: #A39E9F;
}
</style>