Shades of Shady Lady #A69CA0
Tints of Shady Lady #A69CA0
RGB
CMYK
RGB Variations
Color information
#A69CA0 (or 0xA69CA0) is known color: Shady Lady. HEX triplet: A6, 9C and A0. RGB value is (166,156,160). Sum of RGB (Red+Green+Blue) = 166+156+160=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 166 - color contains mainly: red. Hex color #A69CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69CA0 is #59635F. Grayscale: #9F9F9F. Windows color (decimal): -5858144 or 10525862. OLE color: 10525862.
HSL color Cylindrical-coordinate representation of color #A69CA0: hue angle of 336º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A69CA0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 160 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.35 |
| HSL | 336º | 0.05% | 0.63% | - |
| HSV(B) | 336º | 0.06% | 0.65% | - |
| XYZ | 33.96 | 34.42 | 38.11 | - |
| YUV | 159.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 160 | 0 | 0.06 | 0.04 | 0.35 | 336 | 0.05 | 0.63 |
| Hex | A6 | 9C | A0 | 0 | 6 | 4 | 23 | 150 | 5 | 3F |
| Octal | 246 | 234 | 240 | 0 | 6 | 4 | 43 | 520 | 5 | 77 |
| Binary | 10100110 | 10011100 | 10100000 | 0 | 110 | 100 | 100011 | 101010000 | 101 | 111111 |
Color Harmonies of #A69CA0
Complementary color
Monochromatic Colors of #A69CA0
Black with #A69CA0
Text Example
Text Example
White with #A69CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69CA0; }
p { color: rgb(166,156,160); }
H1.HeaderClassName
{
color: #A69CA0;
}
.AnyTagClassName
{
color: #A69CA0;
}
</style>
background-color css
<style>
a { background-color: #A69CA0; }
a { background-color: rgb(166,156,160); }
div.DivClassName
{
background-color: #A69CA0;
}
.BgClassName
{
background-color: #A69CA0;
}
</style>
border-color css
<style>
span { border-color: #A69CA0; }
span { border-color: rgb(166,156,160); }
td.TdClassName
{
border-color: #A69CA0;
}
.TagClassName
{
border-color: #A69CA0;
}
</style>