Shades of Shady Lady #A1979C
Tints of Shady Lady #A1979C
RGB
CMYK
RGB Variations
Color information
#A1979C (or 0xA1979C) is known color: Shady Lady. HEX triplet: A1, 97 and 9C. RGB value is (161,151,156). Sum of RGB (Red+Green+Blue) = 161+151+156=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 161 - color contains mainly: red. Hex color #A1979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1979C is #5E6863. Grayscale: #9A9A9A. Windows color (decimal): -6187108 or 10262433. OLE color: 10262433.
HSL color Cylindrical-coordinate representation of color #A1979C: hue angle of 330º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A1979C is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 156 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.37 |
| HSL | 330º | 0.05% | 0.61% | - |
| HSV(B) | 330º | 0.06% | 0.63% | - |
| XYZ | 31.77 | 32.11 | 35.98 | - |
| YUV | 154.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 156 | 0 | 0.06 | 0.03 | 0.37 | 330 | 0.05 | 0.61 |
| Hex | A1 | 97 | 9C | 0 | 6 | 3 | 25 | 14A | 5 | 3D |
| Octal | 241 | 227 | 234 | 0 | 6 | 3 | 45 | 512 | 5 | 75 |
| Binary | 10100001 | 10010111 | 10011100 | 0 | 110 | 11 | 100101 | 101001010 | 101 | 111101 |
Color Harmonies of #A1979C
Complementary color
Monochromatic Colors of #A1979C
Black with #A1979C
Text Example
Text Example
White with #A1979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1979C; }
p { color: rgb(161,151,156); }
H1.HeaderClassName
{
color: #A1979C;
}
.AnyTagClassName
{
color: #A1979C;
}
</style>
background-color css
<style>
a { background-color: #A1979C; }
a { background-color: rgb(161,151,156); }
div.DivClassName
{
background-color: #A1979C;
}
.BgClassName
{
background-color: #A1979C;
}
</style>
border-color css
<style>
span { border-color: #A1979C; }
span { border-color: rgb(161,151,156); }
td.TdClassName
{
border-color: #A1979C;
}
.TagClassName
{
border-color: #A1979C;
}
</style>