Shades of Shady Lady #A1919B
Tints of Shady Lady #A1919B
RGB
CMYK
RGB Variations
Color information
#A1919B (or 0xA1919B) is known color: Shady Lady. HEX triplet: A1, 91 and 9B. RGB value is (161,145,155). Sum of RGB (Red+Green+Blue) = 161+145+155=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A1919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1919B is #5E6E64. Grayscale: #969696. Windows color (decimal): -6188645 or 10195361. OLE color: 10195361.
HSL color Cylindrical-coordinate representation of color #A1919B: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1919B is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 155 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.37 |
| HSL | 322.5º | 0.08% | 0.6% | - |
| HSV(B) | 322.5º | 0.1% | 0.63% | - |
| XYZ | 30.74 | 30.19 | 35.22 | - |
| YUV | 150.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 155 | 0 | 0.10 | 0.04 | 0.37 | 322.5 | 0.08 | 0.6 |
| Hex | A1 | 91 | 9B | 0 | A | 4 | 25 | 142 | 8 | 3C |
| Octal | 241 | 221 | 233 | 0 | 12 | 4 | 45 | 502 | 10 | 74 |
| Binary | 10100001 | 10010001 | 10011011 | 0 | 1010 | 100 | 100101 | 101000010 | 1000 | 111100 |
Color Harmonies of #A1919B
Complementary color
Monochromatic Colors of #A1919B
Black with #A1919B
Text Example
Text Example
White with #A1919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1919B; }
p { color: rgb(161,145,155); }
H1.HeaderClassName
{
color: #A1919B;
}
.AnyTagClassName
{
color: #A1919B;
}
</style>
background-color css
<style>
a { background-color: #A1919B; }
a { background-color: rgb(161,145,155); }
div.DivClassName
{
background-color: #A1919B;
}
.BgClassName
{
background-color: #A1919B;
}
</style>
border-color css
<style>
span { border-color: #A1919B; }
span { border-color: rgb(161,145,155); }
td.TdClassName
{
border-color: #A1919B;
}
.TagClassName
{
border-color: #A1919B;
}
</style>