Shades of Shady Lady #A5909A
Tints of Shady Lady #A5909A
RGB
CMYK
RGB Variations
Color information
#A5909A (or 0xA5909A) is known color: Shady Lady. HEX triplet: A5, 90 and 9A. RGB value is (165,144,154). Sum of RGB (Red+Green+Blue) = 165+144+154=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 165 - color contains mainly: red. Hex color #A5909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5909A is #5A6F65. Grayscale: #979797. Windows color (decimal): -5926758 or 10129573. OLE color: 10129573.
HSL color Cylindrical-coordinate representation of color #A5909A: hue angle of 331.43º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5909A is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 144 | 154 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.35 |
| HSL | 331.43º | 0.1% | 0.61% | - |
| HSV(B) | 331.43º | 0.13% | 0.65% | - |
| XYZ | 31.32 | 30.28 | 34.77 | - |
| YUV | 151.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 154 | 0 | 0.13 | 0.07 | 0.35 | 331.43 | 0.1 | 0.61 |
| Hex | A5 | 90 | 9A | 0 | D | 7 | 23 | 14B | A | 3D |
| Octal | 245 | 220 | 232 | 0 | 15 | 7 | 43 | 513 | 12 | 75 |
| Binary | 10100101 | 10010000 | 10011010 | 0 | 1101 | 111 | 100011 | 101001011 | 1010 | 111101 |
Color Harmonies of #A5909A
Complementary color
Monochromatic Colors of #A5909A
Black with #A5909A
Text Example
Text Example
White with #A5909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5909A; }
p { color: rgb(165,144,154); }
H1.HeaderClassName
{
color: #A5909A;
}
.AnyTagClassName
{
color: #A5909A;
}
</style>
background-color css
<style>
a { background-color: #A5909A; }
a { background-color: rgb(165,144,154); }
div.DivClassName
{
background-color: #A5909A;
}
.BgClassName
{
background-color: #A5909A;
}
</style>
border-color css
<style>
span { border-color: #A5909A; }
span { border-color: rgb(165,144,154); }
td.TdClassName
{
border-color: #A5909A;
}
.TagClassName
{
border-color: #A5909A;
}
</style>