Shades of Shady Lady #A69DA1
Tints of Shady Lady #A69DA1
RGB
CMYK
RGB Variations
Color information
#A69DA1 (or 0xA69DA1) is known color: Shady Lady. HEX triplet: A6, 9D and A1. RGB value is (166,157,161). Sum of RGB (Red+Green+Blue) = 166+157+161=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 166 - color contains mainly: red. Hex color #A69DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DA1 is #59625E. Grayscale: #A0A0A0. Windows color (decimal): -5857887 or 10591654. OLE color: 10591654.
HSL color Cylindrical-coordinate representation of color #A69DA1: hue angle of 333.33º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A69DA1 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 161 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.35 |
| HSL | 333.33º | 0.05% | 0.63% | - |
| HSV(B) | 333.33º | 0.05% | 0.65% | - |
| XYZ | 34.22 | 34.79 | 38.63 | - |
| YUV | 160.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 161 | 0 | 0.05 | 0.03 | 0.35 | 333.33 | 0.05 | 0.63 |
| Hex | A6 | 9D | A1 | 0 | 5 | 3 | 23 | 14D | 5 | 3F |
| Octal | 246 | 235 | 241 | 0 | 5 | 3 | 43 | 515 | 5 | 77 |
| Binary | 10100110 | 10011101 | 10100001 | 0 | 101 | 11 | 100011 | 101001101 | 101 | 111111 |
Color Harmonies of #A69DA1
Complementary color
Monochromatic Colors of #A69DA1
Black with #A69DA1
Text Example
Text Example
White with #A69DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DA1; }
p { color: rgb(166,157,161); }
H1.HeaderClassName
{
color: #A69DA1;
}
.AnyTagClassName
{
color: #A69DA1;
}
</style>
background-color css
<style>
a { background-color: #A69DA1; }
a { background-color: rgb(166,157,161); }
div.DivClassName
{
background-color: #A69DA1;
}
.BgClassName
{
background-color: #A69DA1;
}
</style>
border-color css
<style>
span { border-color: #A69DA1; }
span { border-color: rgb(166,157,161); }
td.TdClassName
{
border-color: #A69DA1;
}
.TagClassName
{
border-color: #A69DA1;
}
</style>