Shades of Shady Lady #A1999A
Tints of Shady Lady #A1999A
RGB
CMYK
RGB Variations
Color information
#A1999A (or 0xA1999A) is known color: Shady Lady. HEX triplet: A1, 99 and 9A. RGB value is (161,153,154). Sum of RGB (Red+Green+Blue) = 161+153+154=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 161 - color contains mainly: red. Hex color #A1999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1999A is #5E6665. Grayscale: #9B9B9B. Windows color (decimal): -6186598 or 10131873. OLE color: 10131873.
HSL color Cylindrical-coordinate representation of color #A1999A: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1999A is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 154 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.37 |
| HSL | 352.5º | 0.04% | 0.62% | - |
| HSV(B) | 352.5º | 0.05% | 0.63% | - |
| XYZ | 31.92 | 32.69 | 35.2 | - |
| YUV | 155.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 154 | 0 | 0.05 | 0.04 | 0.37 | 352.5 | 0.04 | 0.62 |
| Hex | A1 | 99 | 9A | 0 | 5 | 4 | 25 | 160 | 4 | 3E |
| Octal | 241 | 231 | 232 | 0 | 5 | 4 | 45 | 540 | 4 | 76 |
| Binary | 10100001 | 10011001 | 10011010 | 0 | 101 | 100 | 100101 | 101100000 | 100 | 111110 |
Color Harmonies of #A1999A
Complementary color
Monochromatic Colors of #A1999A
Black with #A1999A
Text Example
Text Example
White with #A1999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1999A; }
p { color: rgb(161,153,154); }
H1.HeaderClassName
{
color: #A1999A;
}
.AnyTagClassName
{
color: #A1999A;
}
</style>
background-color css
<style>
a { background-color: #A1999A; }
a { background-color: rgb(161,153,154); }
div.DivClassName
{
background-color: #A1999A;
}
.BgClassName
{
background-color: #A1999A;
}
</style>
border-color css
<style>
span { border-color: #A1999A; }
span { border-color: rgb(161,153,154); }
td.TdClassName
{
border-color: #A1999A;
}
.TagClassName
{
border-color: #A1999A;
}
</style>