Shades of Shady Lady #A19D9E
Tints of Shady Lady #A19D9E
RGB
CMYK
RGB Variations
Color information
#A19D9E (or 0xA19D9E) is known color: Shady Lady. HEX triplet: A1, 9D and 9E. RGB value is (161,157,158). Sum of RGB (Red+Green+Blue) = 161+157+158=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D9E is #5E6261. Grayscale: #9E9E9E. Windows color (decimal): -6185570 or 10395041. OLE color: 10395041.
HSL color Cylindrical-coordinate representation of color #A19D9E: hue angle of 345º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A19D9E is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 158 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.37 |
| HSL | 345º | 0.02% | 0.62% | - |
| HSV(B) | 345º | 0.02% | 0.63% | - |
| XYZ | 32.93 | 34.16 | 37.21 | - |
| YUV | 158.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 158 | 0 | 0.02 | 0.02 | 0.37 | 345 | 0.02 | 0.62 |
| Hex | A1 | 9D | 9E | 0 | 2 | 2 | 25 | 159 | 2 | 3E |
| Octal | 241 | 235 | 236 | 0 | 2 | 2 | 45 | 531 | 2 | 76 |
| Binary | 10100001 | 10011101 | 10011110 | 0 | 10 | 10 | 100101 | 101011001 | 10 | 111110 |
Color Harmonies of #A19D9E
Complementary color
Monochromatic Colors of #A19D9E
Black with #A19D9E
Text Example
Text Example
White with #A19D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D9E; }
p { color: rgb(161,157,158); }
H1.HeaderClassName
{
color: #A19D9E;
}
.AnyTagClassName
{
color: #A19D9E;
}
</style>
background-color css
<style>
a { background-color: #A19D9E; }
a { background-color: rgb(161,157,158); }
div.DivClassName
{
background-color: #A19D9E;
}
.BgClassName
{
background-color: #A19D9E;
}
</style>
border-color css
<style>
span { border-color: #A19D9E; }
span { border-color: rgb(161,157,158); }
td.TdClassName
{
border-color: #A19D9E;
}
.TagClassName
{
border-color: #A19D9E;
}
</style>