Shades of Shady Lady #A795A1
Tints of Shady Lady #A795A1
RGB
CMYK
RGB Variations
Color information
#A795A1 (or 0xA795A1) is known color: Shady Lady. HEX triplet: A7, 95 and A1. RGB value is (167,149,161). Sum of RGB (Red+Green+Blue) = 167+149+161=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 167 - color contains mainly: red. Hex color #A795A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A795A1 is #586A5E. Grayscale: #9B9B9B. Windows color (decimal): -5794399 or 10589607. OLE color: 10589607.
HSL color Cylindrical-coordinate representation of color #A795A1: hue angle of 320º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A795A1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 149 | 161 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.35 |
| HSL | 320º | 0.09% | 0.62% | - |
| HSV(B) | 320º | 0.11% | 0.65% | - |
| XYZ | 33.12 | 32.28 | 38.2 | - |
| YUV | 155.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 161 | 0 | 0.11 | 0.04 | 0.35 | 320 | 0.09 | 0.62 |
| Hex | A7 | 95 | A1 | 0 | B | 4 | 23 | 140 | 9 | 3E |
| Octal | 247 | 225 | 241 | 0 | 13 | 4 | 43 | 500 | 11 | 76 |
| Binary | 10100111 | 10010101 | 10100001 | 0 | 1011 | 100 | 100011 | 101000000 | 1001 | 111110 |
Color Harmonies of #A795A1
Complementary color
Monochromatic Colors of #A795A1
Black with #A795A1
Text Example
Text Example
White with #A795A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A795A1; }
p { color: rgb(167,149,161); }
H1.HeaderClassName
{
color: #A795A1;
}
.AnyTagClassName
{
color: #A795A1;
}
</style>
background-color css
<style>
a { background-color: #A795A1; }
a { background-color: rgb(167,149,161); }
div.DivClassName
{
background-color: #A795A1;
}
.BgClassName
{
background-color: #A795A1;
}
</style>
border-color css
<style>
span { border-color: #A795A1; }
span { border-color: rgb(167,149,161); }
td.TdClassName
{
border-color: #A795A1;
}
.TagClassName
{
border-color: #A795A1;
}
</style>