Shades of Shady Lady #A3999C
Tints of Shady Lady #A3999C
RGB
CMYK
RGB Variations
Color information
#A3999C (or 0xA3999C) is known color: Shady Lady. HEX triplet: A3, 99 and 9C. RGB value is (163,153,156). Sum of RGB (Red+Green+Blue) = 163+153+156=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 163 - color contains mainly: red. Hex color #A3999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3999C is #5C6663. Grayscale: #9C9C9C. Windows color (decimal): -6055524 or 10262947. OLE color: 10262947.
HSL color Cylindrical-coordinate representation of color #A3999C: hue angle of 342º 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 #A3999C is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 156 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.36 |
| HSL | 342º | 0.05% | 0.62% | - |
| HSV(B) | 342º | 0.06% | 0.64% | - |
| XYZ | 32.5 | 32.97 | 36.1 | - |
| YUV | 156.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 156 | 0 | 0.06 | 0.04 | 0.36 | 342 | 0.05 | 0.62 |
| Hex | A3 | 99 | 9C | 0 | 6 | 4 | 24 | 156 | 5 | 3E |
| Octal | 243 | 231 | 234 | 0 | 6 | 4 | 44 | 526 | 5 | 76 |
| Binary | 10100011 | 10011001 | 10011100 | 0 | 110 | 100 | 100100 | 101010110 | 101 | 111110 |
Color Harmonies of #A3999C
Complementary color
Monochromatic Colors of #A3999C
Black with #A3999C
Text Example
Text Example
White with #A3999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3999C; }
p { color: rgb(163,153,156); }
H1.HeaderClassName
{
color: #A3999C;
}
.AnyTagClassName
{
color: #A3999C;
}
</style>
background-color css
<style>
a { background-color: #A3999C; }
a { background-color: rgb(163,153,156); }
div.DivClassName
{
background-color: #A3999C;
}
.BgClassName
{
background-color: #A3999C;
}
</style>
border-color css
<style>
span { border-color: #A3999C; }
span { border-color: rgb(163,153,156); }
td.TdClassName
{
border-color: #A3999C;
}
.TagClassName
{
border-color: #A3999C;
}
</style>