Shades of Shady Lady #A1939C
Tints of Shady Lady #A1939C
RGB
CMYK
RGB Variations
Color information
#A1939C (or 0xA1939C) is known color: Shady Lady. HEX triplet: A1, 93 and 9C. RGB value is (161,147,156). Sum of RGB (Red+Green+Blue) = 161+147+156=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 161 - color contains mainly: red. Hex color #A1939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1939C is #5E6C63. Grayscale: #989898. Windows color (decimal): -6188132 or 10261409. OLE color: 10261409.
HSL color Cylindrical-coordinate representation of color #A1939C: hue angle of 321.43º 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 #A1939C is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 156 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.37 |
| HSL | 321.43º | 0.07% | 0.6% | - |
| HSV(B) | 321.43º | 0.09% | 0.63% | - |
| XYZ | 31.13 | 30.84 | 35.77 | - |
| YUV | 152.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 156 | 0 | 0.09 | 0.03 | 0.37 | 321.43 | 0.07 | 0.6 |
| Hex | A1 | 93 | 9C | 0 | 9 | 3 | 25 | 141 | 7 | 3C |
| Octal | 241 | 223 | 234 | 0 | 11 | 3 | 45 | 501 | 7 | 74 |
| Binary | 10100001 | 10010011 | 10011100 | 0 | 1001 | 11 | 100101 | 101000001 | 111 | 111100 |
Color Harmonies of #A1939C
Complementary color
Monochromatic Colors of #A1939C
Black with #A1939C
Text Example
Text Example
White with #A1939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1939C; }
p { color: rgb(161,147,156); }
H1.HeaderClassName
{
color: #A1939C;
}
.AnyTagClassName
{
color: #A1939C;
}
</style>
background-color css
<style>
a { background-color: #A1939C; }
a { background-color: rgb(161,147,156); }
div.DivClassName
{
background-color: #A1939C;
}
.BgClassName
{
background-color: #A1939C;
}
</style>
border-color css
<style>
span { border-color: #A1939C; }
span { border-color: rgb(161,147,156); }
td.TdClassName
{
border-color: #A1939C;
}
.TagClassName
{
border-color: #A1939C;
}
</style>