Shades of Shady Lady #A3999E
Tints of Shady Lady #A3999E
RGB
CMYK
RGB Variations
Color information
#A3999E (or 0xA3999E) is known color: Shady Lady. HEX triplet: A3, 99 and 9E. RGB value is (163,153,158). Sum of RGB (Red+Green+Blue) = 163+153+158=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 163 - color contains mainly: red. Hex color #A3999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3999E is #5C6661. Grayscale: #9C9C9C. Windows color (decimal): -6055522 or 10394019. OLE color: 10394019.
HSL color Cylindrical-coordinate representation of color #A3999E: hue angle of 330º 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 #A3999E is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 158 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.36 |
| HSL | 330º | 0.05% | 0.62% | - |
| HSV(B) | 330º | 0.06% | 0.64% | - |
| XYZ | 32.67 | 33.04 | 37 | - |
| YUV | 156.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 158 | 0 | 0.06 | 0.03 | 0.36 | 330 | 0.05 | 0.62 |
| Hex | A3 | 99 | 9E | 0 | 6 | 3 | 24 | 14A | 5 | 3E |
| Octal | 243 | 231 | 236 | 0 | 6 | 3 | 44 | 512 | 5 | 76 |
| Binary | 10100011 | 10011001 | 10011110 | 0 | 110 | 11 | 100100 | 101001010 | 101 | 111110 |
Color Harmonies of #A3999E
Complementary color
Monochromatic Colors of #A3999E
Black with #A3999E
Text Example
Text Example
White with #A3999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3999E; }
p { color: rgb(163,153,158); }
H1.HeaderClassName
{
color: #A3999E;
}
.AnyTagClassName
{
color: #A3999E;
}
</style>
background-color css
<style>
a { background-color: #A3999E; }
a { background-color: rgb(163,153,158); }
div.DivClassName
{
background-color: #A3999E;
}
.BgClassName
{
background-color: #A3999E;
}
</style>
border-color css
<style>
span { border-color: #A3999E; }
span { border-color: rgb(163,153,158); }
td.TdClassName
{
border-color: #A3999E;
}
.TagClassName
{
border-color: #A3999E;
}
</style>