Shades of Shady Lady #A69FA3
Tints of Shady Lady #A69FA3
RGB
CMYK
RGB Variations
Color information
#A69FA3 (or 0xA69FA3) is known color: Shady Lady. HEX triplet: A6, 9F and A3. RGB value is (166,159,163). Sum of RGB (Red+Green+Blue) = 166+159+163=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 166 - color contains mainly: red. Hex color #A69FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FA3 is #59605C. Grayscale: #A1A1A1. Windows color (decimal): -5857373 or 10723238. OLE color: 10723238.
HSL color Cylindrical-coordinate representation of color #A69FA3: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A69FA3 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
RGB | 166 | 159 | 163 | - |
CMYK | 0 | 0.04 | 0.02 | 0.35 |
HSL | 325.71º | 0.04% | 0.64% | - |
HSV(B) | 325.71º | 0.04% | 0.65% | - |
XYZ | 34.73 | 35.55 | 39.68 | - |
YUV | 161.55 | 128.82 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 159 | 163 | 0 | 0.04 | 0.02 | 0.35 | 325.71 | 0.04 | 0.64 |
Hex | A6 | 9F | A3 | 0 | 4 | 2 | 23 | 146 | 4 | 40 |
Octal | 246 | 237 | 243 | 0 | 4 | 2 | 43 | 506 | 4 | 100 |
Binary | 10100110 | 10011111 | 10100011 | 0 | 100 | 10 | 100011 | 101000110 | 100 | 1000000 |
Color Harmonies of #A69FA3
Complementary color
Monochromatic Colors of #A69FA3
Black with #A69FA3
Text Example
Text Example
White with #A69FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FA3; }
p { color: rgb(166,159,163); }
H1.HeaderClassName
{
color: #A69FA3;
}
.AnyTagClassName
{
color: #A69FA3;
}
</style>
background-color css
<style>
a { background-color: #A69FA3; }
a { background-color: rgb(166,159,163); }
div.DivClassName
{
background-color: #A69FA3;
}
.BgClassName
{
background-color: #A69FA3;
}
</style>
border-color css
<style>
span { border-color: #A69FA3; }
span { border-color: rgb(166,159,163); }
td.TdClassName
{
border-color: #A69FA3;
}
.TagClassName
{
border-color: #A69FA3;
}
</style>