Shades of Shady Lady #A695A0
Tints of Shady Lady #A695A0
RGB
CMYK
RGB Variations
Color information
#A695A0 (or 0xA695A0) is known color: Shady Lady. HEX triplet: A6, 95 and A0. RGB value is (166,149,160). Sum of RGB (Red+Green+Blue) = 166+149+160=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A695A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695A0 is #596A5F. Grayscale: #9B9B9B. Windows color (decimal): -5859936 or 10524070. OLE color: 10524070.
HSL color Cylindrical-coordinate representation of color #A695A0: hue angle of 321.18º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A695A0 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 160 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.35 |
| HSL | 321.18º | 0.09% | 0.62% | - |
| HSV(B) | 321.18º | 0.1% | 0.65% | - |
| XYZ | 32.82 | 32.14 | 37.73 | - |
| YUV | 155.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 160 | 0 | 0.10 | 0.04 | 0.35 | 321.18 | 0.09 | 0.62 |
| Hex | A6 | 95 | A0 | 0 | A | 4 | 23 | 141 | 9 | 3E |
| Octal | 246 | 225 | 240 | 0 | 12 | 4 | 43 | 501 | 11 | 76 |
| Binary | 10100110 | 10010101 | 10100000 | 0 | 1010 | 100 | 100011 | 101000001 | 1001 | 111110 |
Color Harmonies of #A695A0
Complementary color
Monochromatic Colors of #A695A0
Black with #A695A0
Text Example
Text Example
White with #A695A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A695A0; }
p { color: rgb(166,149,160); }
H1.HeaderClassName
{
color: #A695A0;
}
.AnyTagClassName
{
color: #A695A0;
}
</style>
background-color css
<style>
a { background-color: #A695A0; }
a { background-color: rgb(166,149,160); }
div.DivClassName
{
background-color: #A695A0;
}
.BgClassName
{
background-color: #A695A0;
}
</style>
border-color css
<style>
span { border-color: #A695A0; }
span { border-color: rgb(166,149,160); }
td.TdClassName
{
border-color: #A695A0;
}
.TagClassName
{
border-color: #A695A0;
}
</style>