Shades of Shady Lady #A69CA2
Tints of Shady Lady #A69CA2
RGB
CMYK
RGB Variations
Color information
#A69CA2 (or 0xA69CA2) is known color: Shady Lady. HEX triplet: A6, 9C and A2. RGB value is (166,156,162). Sum of RGB (Red+Green+Blue) = 166+156+162=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 166 - color contains mainly: red. Hex color #A69CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69CA2 is #59635D. Grayscale: #9F9F9F. Windows color (decimal): -5858142 or 10656934. OLE color: 10656934.
HSL color Cylindrical-coordinate representation of color #A69CA2: hue angle of 324º 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 #A69CA2 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 162 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.35 |
| HSL | 324º | 0.05% | 0.63% | - |
| HSV(B) | 324º | 0.06% | 0.65% | - |
| XYZ | 34.14 | 34.49 | 39.04 | - |
| YUV | 159.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 162 | 0 | 0.06 | 0.02 | 0.35 | 324 | 0.05 | 0.63 |
| Hex | A6 | 9C | A2 | 0 | 6 | 2 | 23 | 144 | 5 | 3F |
| Octal | 246 | 234 | 242 | 0 | 6 | 2 | 43 | 504 | 5 | 77 |
| Binary | 10100110 | 10011100 | 10100010 | 0 | 110 | 10 | 100011 | 101000100 | 101 | 111111 |
Color Harmonies of #A69CA2
Complementary color
Monochromatic Colors of #A69CA2
Black with #A69CA2
Text Example
Text Example
White with #A69CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69CA2; }
p { color: rgb(166,156,162); }
H1.HeaderClassName
{
color: #A69CA2;
}
.AnyTagClassName
{
color: #A69CA2;
}
</style>
background-color css
<style>
a { background-color: #A69CA2; }
a { background-color: rgb(166,156,162); }
div.DivClassName
{
background-color: #A69CA2;
}
.BgClassName
{
background-color: #A69CA2;
}
</style>
border-color css
<style>
span { border-color: #A69CA2; }
span { border-color: rgb(166,156,162); }
td.TdClassName
{
border-color: #A69CA2;
}
.TagClassName
{
border-color: #A69CA2;
}
</style>