Shades of Shady Lady #A69EA1
Tints of Shady Lady #A69EA1
RGB
CMYK
RGB Variations
Color information
#A69EA1 (or 0xA69EA1) is known color: Shady Lady. HEX triplet: A6, 9E and A1. RGB value is (166,158,161). Sum of RGB (Red+Green+Blue) = 166+158+161=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 166 - color contains mainly: red. Hex color #A69EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EA1 is #59615E. Grayscale: #A0A0A0. Windows color (decimal): -5857631 or 10591910. OLE color: 10591910.
HSL color Cylindrical-coordinate representation of color #A69EA1: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A69EA1 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 158 | 161 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.35 |
| HSL | 337.5º | 0.04% | 0.64% | - |
| HSV(B) | 337.5º | 0.05% | 0.65% | - |
| XYZ | 34.39 | 35.13 | 38.69 | - |
| YUV | 160.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 161 | 0 | 0.05 | 0.03 | 0.35 | 337.5 | 0.04 | 0.64 |
| Hex | A6 | 9E | A1 | 0 | 5 | 3 | 23 | 152 | 4 | 40 |
| Octal | 246 | 236 | 241 | 0 | 5 | 3 | 43 | 522 | 4 | 100 |
| Binary | 10100110 | 10011110 | 10100001 | 0 | 101 | 11 | 100011 | 101010010 | 100 | 1000000 |
Color Harmonies of #A69EA1
Complementary color
Monochromatic Colors of #A69EA1
Black with #A69EA1
Text Example
Text Example
White with #A69EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EA1; }
p { color: rgb(166,158,161); }
H1.HeaderClassName
{
color: #A69EA1;
}
.AnyTagClassName
{
color: #A69EA1;
}
</style>
background-color css
<style>
a { background-color: #A69EA1; }
a { background-color: rgb(166,158,161); }
div.DivClassName
{
background-color: #A69EA1;
}
.BgClassName
{
background-color: #A69EA1;
}
</style>
border-color css
<style>
span { border-color: #A69EA1; }
span { border-color: rgb(166,158,161); }
td.TdClassName
{
border-color: #A69EA1;
}
.TagClassName
{
border-color: #A69EA1;
}
</style>