Shades of Shady Lady #A69DA2
Tints of Shady Lady #A69DA2
RGB
CMYK
RGB Variations
Color information
#A69DA2 (or 0xA69DA2) is known color: Shady Lady. HEX triplet: A6, 9D and A2. RGB value is (166,157,162). Sum of RGB (Red+Green+Blue) = 166+157+162=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 166 - color contains mainly: red. Hex color #A69DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DA2 is #59625D. Grayscale: #A0A0A0. Windows color (decimal): -5857886 or 10657190. OLE color: 10657190.
HSL color Cylindrical-coordinate representation of color #A69DA2: hue angle of 326.67º 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 #A69DA2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 162 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.35 |
| HSL | 326.67º | 0.05% | 0.63% | - |
| HSV(B) | 326.67º | 0.05% | 0.65% | - |
| XYZ | 34.3 | 34.83 | 39.1 | - |
| YUV | 160.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 162 | 0 | 0.05 | 0.02 | 0.35 | 326.67 | 0.05 | 0.63 |
| Hex | A6 | 9D | A2 | 0 | 5 | 2 | 23 | 147 | 5 | 3F |
| Octal | 246 | 235 | 242 | 0 | 5 | 2 | 43 | 507 | 5 | 77 |
| Binary | 10100110 | 10011101 | 10100010 | 0 | 101 | 10 | 100011 | 101000111 | 101 | 111111 |
Color Harmonies of #A69DA2
Complementary color
Monochromatic Colors of #A69DA2
Black with #A69DA2
Text Example
Text Example
White with #A69DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DA2; }
p { color: rgb(166,157,162); }
H1.HeaderClassName
{
color: #A69DA2;
}
.AnyTagClassName
{
color: #A69DA2;
}
</style>
background-color css
<style>
a { background-color: #A69DA2; }
a { background-color: rgb(166,157,162); }
div.DivClassName
{
background-color: #A69DA2;
}
.BgClassName
{
background-color: #A69DA2;
}
</style>
border-color css
<style>
span { border-color: #A69DA2; }
span { border-color: rgb(166,157,162); }
td.TdClassName
{
border-color: #A69DA2;
}
.TagClassName
{
border-color: #A69DA2;
}
</style>