Shades of Shady Lady #A998A3
Tints of Shady Lady #A998A3
RGB
CMYK
RGB Variations
Color information
#A998A3 (or 0xA998A3) is known color: Shady Lady. HEX triplet: A9, 98 and A3. RGB value is (169,152,163). Sum of RGB (Red+Green+Blue) = 169+152+163=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 169 - color contains mainly: red. Hex color #A998A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998A3 is #56675C. Grayscale: #9E9E9E. Windows color (decimal): -5662557 or 10721449. OLE color: 10721449.
HSL color Cylindrical-coordinate representation of color #A998A3: hue angle of 321.18º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A998A3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 163 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.34 |
| HSL | 321.18º | 0.09% | 0.63% | - |
| HSV(B) | 321.18º | 0.1% | 0.66% | - |
| XYZ | 34.2 | 33.54 | 39.32 | - |
| YUV | 158.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 163 | 0 | 0.10 | 0.04 | 0.34 | 321.18 | 0.09 | 0.63 |
| Hex | A9 | 98 | A3 | 0 | A | 4 | 22 | 141 | 9 | 3F |
| Octal | 251 | 230 | 243 | 0 | 12 | 4 | 42 | 501 | 11 | 77 |
| Binary | 10101001 | 10011000 | 10100011 | 0 | 1010 | 100 | 100010 | 101000001 | 1001 | 111111 |
Color Harmonies of #A998A3
Complementary color
Monochromatic Colors of #A998A3
Black with #A998A3
Text Example
Text Example
White with #A998A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998A3; }
p { color: rgb(169,152,163); }
H1.HeaderClassName
{
color: #A998A3;
}
.AnyTagClassName
{
color: #A998A3;
}
</style>
background-color css
<style>
a { background-color: #A998A3; }
a { background-color: rgb(169,152,163); }
div.DivClassName
{
background-color: #A998A3;
}
.BgClassName
{
background-color: #A998A3;
}
</style>
border-color css
<style>
span { border-color: #A998A3; }
span { border-color: rgb(169,152,163); }
td.TdClassName
{
border-color: #A998A3;
}
.TagClassName
{
border-color: #A998A3;
}
</style>