Shades of Shady Lady #A99A9D
Tints of Shady Lady #A99A9D
RGB
CMYK
RGB Variations
Color information
#A99A9D (or 0xA99A9D) is known color: Shady Lady. HEX triplet: A9, 9A and 9D. RGB value is (169,154,157). Sum of RGB (Red+Green+Blue) = 169+154+157=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A9D is #566562. Grayscale: #9E9E9E. Windows color (decimal): -5662051 or 10328745. OLE color: 10328745.
HSL color Cylindrical-coordinate representation of color #A99A9D: hue angle of 348º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99A9D is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 157 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.34 |
| HSL | 348º | 0.08% | 0.63% | - |
| HSV(B) | 348º | 0.09% | 0.66% | - |
| XYZ | 34 | 33.98 | 36.67 | - |
| YUV | 158.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 157 | 0 | 0.09 | 0.07 | 0.34 | 348 | 0.08 | 0.63 |
| Hex | A9 | 9A | 9D | 0 | 9 | 7 | 22 | 15C | 8 | 3F |
| Octal | 251 | 232 | 235 | 0 | 11 | 7 | 42 | 534 | 10 | 77 |
| Binary | 10101001 | 10011010 | 10011101 | 0 | 1001 | 111 | 100010 | 101011100 | 1000 | 111111 |
Color Harmonies of #A99A9D
Complementary color
Monochromatic Colors of #A99A9D
Black with #A99A9D
Text Example
Text Example
White with #A99A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A9D; }
p { color: rgb(169,154,157); }
H1.HeaderClassName
{
color: #A99A9D;
}
.AnyTagClassName
{
color: #A99A9D;
}
</style>
background-color css
<style>
a { background-color: #A99A9D; }
a { background-color: rgb(169,154,157); }
div.DivClassName
{
background-color: #A99A9D;
}
.BgClassName
{
background-color: #A99A9D;
}
</style>
border-color css
<style>
span { border-color: #A99A9D; }
span { border-color: rgb(169,154,157); }
td.TdClassName
{
border-color: #A99A9D;
}
.TagClassName
{
border-color: #A99A9D;
}
</style>