Shades of Shady Lady #A69CA3
Tints of Shady Lady #A69CA3
RGB
CMYK
RGB Variations
Color information
#A69CA3 (or 0xA69CA3) is known color: Shady Lady. HEX triplet: A6, 9C and A3. RGB value is (166,156,163). Sum of RGB (Red+Green+Blue) = 166+156+163=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 166 - color contains mainly: red. Hex color #A69CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69CA3 is #59635C. Grayscale: #9F9F9F. Windows color (decimal): -5858141 or 10722470. OLE color: 10722470.
HSL color Cylindrical-coordinate representation of color #A69CA3: hue angle of 318º 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 #A69CA3 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 163 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.35 |
| HSL | 318º | 0.05% | 0.63% | - |
| HSV(B) | 318º | 0.06% | 0.65% | - |
| XYZ | 34.23 | 34.53 | 39.51 | - |
| YUV | 159.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 163 | 0 | 0.06 | 0.02 | 0.35 | 318 | 0.05 | 0.63 |
| Hex | A6 | 9C | A3 | 0 | 6 | 2 | 23 | 13E | 5 | 3F |
| Octal | 246 | 234 | 243 | 0 | 6 | 2 | 43 | 476 | 5 | 77 |
| Binary | 10100110 | 10011100 | 10100011 | 0 | 110 | 10 | 100011 | 100111110 | 101 | 111111 |
Color Harmonies of #A69CA3
Complementary color
Monochromatic Colors of #A69CA3
Black with #A69CA3
Text Example
Text Example
White with #A69CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69CA3; }
p { color: rgb(166,156,163); }
H1.HeaderClassName
{
color: #A69CA3;
}
.AnyTagClassName
{
color: #A69CA3;
}
</style>
background-color css
<style>
a { background-color: #A69CA3; }
a { background-color: rgb(166,156,163); }
div.DivClassName
{
background-color: #A69CA3;
}
.BgClassName
{
background-color: #A69CA3;
}
</style>
border-color css
<style>
span { border-color: #A69CA3; }
span { border-color: rgb(166,156,163); }
td.TdClassName
{
border-color: #A69CA3;
}
.TagClassName
{
border-color: #A69CA3;
}
</style>