Shades of Shady Lady #A39AA0
Tints of Shady Lady #A39AA0
RGB
CMYK
RGB Variations
Color information
#A39AA0 (or 0xA39AA0) is known color: Shady Lady. HEX triplet: A3, 9A and A0. RGB value is (163,154,160). Sum of RGB (Red+Green+Blue) = 163+154+160=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 163 - color contains mainly: red. Hex color #A39AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AA0 is #5C655F. Grayscale: #9D9D9D. Windows color (decimal): -6055264 or 10525347. OLE color: 10525347.
HSL color Cylindrical-coordinate representation of color #A39AA0: hue angle of 320º 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 #A39AA0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 160 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.36 |
| HSL | 320º | 0.05% | 0.62% | - |
| HSV(B) | 320º | 0.06% | 0.64% | - |
| XYZ | 33.01 | 33.44 | 37.97 | - |
| YUV | 157.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 160 | 0 | 0.06 | 0.02 | 0.36 | 320 | 0.05 | 0.62 |
| Hex | A3 | 9A | A0 | 0 | 6 | 2 | 24 | 140 | 5 | 3E |
| Octal | 243 | 232 | 240 | 0 | 6 | 2 | 44 | 500 | 5 | 76 |
| Binary | 10100011 | 10011010 | 10100000 | 0 | 110 | 10 | 100100 | 101000000 | 101 | 111110 |
Color Harmonies of #A39AA0
Complementary color
Monochromatic Colors of #A39AA0
Black with #A39AA0
Text Example
Text Example
White with #A39AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39AA0; }
p { color: rgb(163,154,160); }
H1.HeaderClassName
{
color: #A39AA0;
}
.AnyTagClassName
{
color: #A39AA0;
}
</style>
background-color css
<style>
a { background-color: #A39AA0; }
a { background-color: rgb(163,154,160); }
div.DivClassName
{
background-color: #A39AA0;
}
.BgClassName
{
background-color: #A39AA0;
}
</style>
border-color css
<style>
span { border-color: #A39AA0; }
span { border-color: rgb(163,154,160); }
td.TdClassName
{
border-color: #A39AA0;
}
.TagClassName
{
border-color: #A39AA0;
}
</style>