Shades of Shady Lady #A1999D
Tints of Shady Lady #A1999D
RGB
CMYK
RGB Variations
Color information
#A1999D (or 0xA1999D) is known color: Shady Lady. HEX triplet: A1, 99 and 9D. RGB value is (161,153,157). Sum of RGB (Red+Green+Blue) = 161+153+157=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 161 - color contains mainly: red. Hex color #A1999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1999D is #5E6662. Grayscale: #9B9B9B. Windows color (decimal): -6186595 or 10328481. OLE color: 10328481.
HSL color Cylindrical-coordinate representation of color #A1999D: hue angle of 330º 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 #A1999D is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 157 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.37 |
| HSL | 330º | 0.04% | 0.62% | - |
| HSV(B) | 330º | 0.05% | 0.63% | - |
| XYZ | 32.17 | 32.79 | 36.53 | - |
| YUV | 155.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 157 | 0 | 0.05 | 0.02 | 0.37 | 330 | 0.04 | 0.62 |
| Hex | A1 | 99 | 9D | 0 | 5 | 2 | 25 | 14A | 4 | 3E |
| Octal | 241 | 231 | 235 | 0 | 5 | 2 | 45 | 512 | 4 | 76 |
| Binary | 10100001 | 10011001 | 10011101 | 0 | 101 | 10 | 100101 | 101001010 | 100 | 111110 |
Color Harmonies of #A1999D
Complementary color
Monochromatic Colors of #A1999D
Black with #A1999D
Text Example
Text Example
White with #A1999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1999D; }
p { color: rgb(161,153,157); }
H1.HeaderClassName
{
color: #A1999D;
}
.AnyTagClassName
{
color: #A1999D;
}
</style>
background-color css
<style>
a { background-color: #A1999D; }
a { background-color: rgb(161,153,157); }
div.DivClassName
{
background-color: #A1999D;
}
.BgClassName
{
background-color: #A1999D;
}
</style>
border-color css
<style>
span { border-color: #A1999D; }
span { border-color: rgb(161,153,157); }
td.TdClassName
{
border-color: #A1999D;
}
.TagClassName
{
border-color: #A1999D;
}
</style>