Shades of Shady Lady #A594A0
Tints of Shady Lady #A594A0
RGB
CMYK
RGB Variations
Color information
#A594A0 (or 0xA594A0) is known color: Shady Lady. HEX triplet: A5, 94 and A0. RGB value is (165,148,160). Sum of RGB (Red+Green+Blue) = 165+148+160=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A594A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594A0 is #5A6B5F. Grayscale: #9A9A9A. Windows color (decimal): -5925728 or 10523813. OLE color: 10523813.
HSL color Cylindrical-coordinate representation of color #A594A0: hue angle of 317.65º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A594A0 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 160 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.35 |
| HSL | 317.65º | 0.09% | 0.61% | - |
| HSV(B) | 317.65º | 0.1% | 0.65% | - |
| XYZ | 32.45 | 31.72 | 37.67 | - |
| YUV | 154.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 160 | 0 | 0.10 | 0.03 | 0.35 | 317.65 | 0.09 | 0.61 |
| Hex | A5 | 94 | A0 | 0 | A | 3 | 23 | 13E | 9 | 3D |
| Octal | 245 | 224 | 240 | 0 | 12 | 3 | 43 | 476 | 11 | 75 |
| Binary | 10100101 | 10010100 | 10100000 | 0 | 1010 | 11 | 100011 | 100111110 | 1001 | 111101 |
Color Harmonies of #A594A0
Complementary color
Monochromatic Colors of #A594A0
Black with #A594A0
Text Example
Text Example
White with #A594A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594A0; }
p { color: rgb(165,148,160); }
H1.HeaderClassName
{
color: #A594A0;
}
.AnyTagClassName
{
color: #A594A0;
}
</style>
background-color css
<style>
a { background-color: #A594A0; }
a { background-color: rgb(165,148,160); }
div.DivClassName
{
background-color: #A594A0;
}
.BgClassName
{
background-color: #A594A0;
}
</style>
border-color css
<style>
span { border-color: #A594A0; }
span { border-color: rgb(165,148,160); }
td.TdClassName
{
border-color: #A594A0;
}
.TagClassName
{
border-color: #A594A0;
}
</style>