Shades of Shady Lady #A1939B
Tints of Shady Lady #A1939B
RGB
CMYK
RGB Variations
Color information
#A1939B (or 0xA1939B) is known color: Shady Lady. HEX triplet: A1, 93 and 9B. RGB value is (161,147,155). Sum of RGB (Red+Green+Blue) = 161+147+155=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 161 - color contains mainly: red. Hex color #A1939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1939B is #5E6C64. Grayscale: #989898. Windows color (decimal): -6188133 or 10195873. OLE color: 10195873.
HSL color Cylindrical-coordinate representation of color #A1939B: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1939B is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 155 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.37 |
| HSL | 325.71º | 0.07% | 0.6% | - |
| HSV(B) | 325.71º | 0.09% | 0.63% | - |
| XYZ | 31.05 | 30.81 | 35.32 | - |
| YUV | 152.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 155 | 0 | 0.09 | 0.04 | 0.37 | 325.71 | 0.07 | 0.6 |
| Hex | A1 | 93 | 9B | 0 | 9 | 4 | 25 | 146 | 7 | 3C |
| Octal | 241 | 223 | 233 | 0 | 11 | 4 | 45 | 506 | 7 | 74 |
| Binary | 10100001 | 10010011 | 10011011 | 0 | 1001 | 100 | 100101 | 101000110 | 111 | 111100 |
Color Harmonies of #A1939B
Complementary color
Monochromatic Colors of #A1939B
Black with #A1939B
Text Example
Text Example
White with #A1939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1939B; }
p { color: rgb(161,147,155); }
H1.HeaderClassName
{
color: #A1939B;
}
.AnyTagClassName
{
color: #A1939B;
}
</style>
background-color css
<style>
a { background-color: #A1939B; }
a { background-color: rgb(161,147,155); }
div.DivClassName
{
background-color: #A1939B;
}
.BgClassName
{
background-color: #A1939B;
}
</style>
border-color css
<style>
span { border-color: #A1939B; }
span { border-color: rgb(161,147,155); }
td.TdClassName
{
border-color: #A1939B;
}
.TagClassName
{
border-color: #A1939B;
}
</style>