Shades of Shady Lady #A1999E
Tints of Shady Lady #A1999E
RGB
CMYK
RGB Variations
Color information
#A1999E (or 0xA1999E) is known color: Shady Lady. HEX triplet: A1, 99 and 9E. RGB value is (161,153,158). Sum of RGB (Red+Green+Blue) = 161+153+158=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 161 - color contains mainly: red. Hex color #A1999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1999E is #5E6661. Grayscale: #9B9B9B. Windows color (decimal): -6186594 or 10394017. OLE color: 10394017.
HSL color Cylindrical-coordinate representation of color #A1999E: hue angle of 322.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 #A1999E is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 158 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.37 |
| HSL | 322.5º | 0.04% | 0.62% | - |
| HSV(B) | 322.5º | 0.05% | 0.63% | - |
| XYZ | 32.26 | 32.83 | 36.98 | - |
| YUV | 155.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 158 | 0 | 0.05 | 0.02 | 0.37 | 322.5 | 0.04 | 0.62 |
| Hex | A1 | 99 | 9E | 0 | 5 | 2 | 25 | 142 | 4 | 3E |
| Octal | 241 | 231 | 236 | 0 | 5 | 2 | 45 | 502 | 4 | 76 |
| Binary | 10100001 | 10011001 | 10011110 | 0 | 101 | 10 | 100101 | 101000010 | 100 | 111110 |
Color Harmonies of #A1999E
Complementary color
Monochromatic Colors of #A1999E
Black with #A1999E
Text Example
Text Example
White with #A1999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1999E; }
p { color: rgb(161,153,158); }
H1.HeaderClassName
{
color: #A1999E;
}
.AnyTagClassName
{
color: #A1999E;
}
</style>
background-color css
<style>
a { background-color: #A1999E; }
a { background-color: rgb(161,153,158); }
div.DivClassName
{
background-color: #A1999E;
}
.BgClassName
{
background-color: #A1999E;
}
</style>
border-color css
<style>
span { border-color: #A1999E; }
span { border-color: rgb(161,153,158); }
td.TdClassName
{
border-color: #A1999E;
}
.TagClassName
{
border-color: #A1999E;
}
</style>