Shades of Shady Lady #A997A3
Tints of Shady Lady #A997A3
RGB
CMYK
RGB Variations
Color information
#A997A3 (or 0xA997A3) is known color: Shady Lady. HEX triplet: A9, 97 and A3. RGB value is (169,151,163). Sum of RGB (Red+Green+Blue) = 169+151+163=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A997A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997A3 is #56685C. Grayscale: #9D9D9D. Windows color (decimal): -5662813 or 10721193. OLE color: 10721193.
HSL color Cylindrical-coordinate representation of color #A997A3: hue angle of 320º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A997A3 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 163 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.34 |
| HSL | 320º | 0.09% | 0.63% | - |
| HSV(B) | 320º | 0.11% | 0.66% | - |
| XYZ | 34.04 | 33.21 | 39.27 | - |
| YUV | 157.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 163 | 0 | 0.11 | 0.04 | 0.34 | 320 | 0.09 | 0.63 |
| Hex | A9 | 97 | A3 | 0 | B | 4 | 22 | 140 | 9 | 3F |
| Octal | 251 | 227 | 243 | 0 | 13 | 4 | 42 | 500 | 11 | 77 |
| Binary | 10101001 | 10010111 | 10100011 | 0 | 1011 | 100 | 100010 | 101000000 | 1001 | 111111 |
Color Harmonies of #A997A3
Complementary color
Monochromatic Colors of #A997A3
Black with #A997A3
Text Example
Text Example
White with #A997A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997A3; }
p { color: rgb(169,151,163); }
H1.HeaderClassName
{
color: #A997A3;
}
.AnyTagClassName
{
color: #A997A3;
}
</style>
background-color css
<style>
a { background-color: #A997A3; }
a { background-color: rgb(169,151,163); }
div.DivClassName
{
background-color: #A997A3;
}
.BgClassName
{
background-color: #A997A3;
}
</style>
border-color css
<style>
span { border-color: #A997A3; }
span { border-color: rgb(169,151,163); }
td.TdClassName
{
border-color: #A997A3;
}
.TagClassName
{
border-color: #A997A3;
}
</style>