Shades of Shady Lady #A5909C
Tints of Shady Lady #A5909C
RGB
CMYK
RGB Variations
Color information
#A5909C (or 0xA5909C) is known color: Shady Lady. HEX triplet: A5, 90 and 9C. RGB value is (165,144,156). Sum of RGB (Red+Green+Blue) = 165+144+156=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A5909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5909C is #5A6F63. Grayscale: #979797. Windows color (decimal): -5926756 or 10260645. OLE color: 10260645.
HSL color Cylindrical-coordinate representation of color #A5909C: hue angle of 325.71º 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 #A5909C is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 144 | 156 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.35 |
| HSL | 325.71º | 0.1% | 0.61% | - |
| HSV(B) | 325.71º | 0.13% | 0.65% | - |
| XYZ | 31.49 | 30.35 | 35.65 | - |
| YUV | 151.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 156 | 0 | 0.13 | 0.05 | 0.35 | 325.71 | 0.1 | 0.61 |
| Hex | A5 | 90 | 9C | 0 | D | 5 | 23 | 146 | A | 3D |
| Octal | 245 | 220 | 234 | 0 | 15 | 5 | 43 | 506 | 12 | 75 |
| Binary | 10100101 | 10010000 | 10011100 | 0 | 1101 | 101 | 100011 | 101000110 | 1010 | 111101 |
Color Harmonies of #A5909C
Complementary color
Monochromatic Colors of #A5909C
Black with #A5909C
Text Example
Text Example
White with #A5909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5909C; }
p { color: rgb(165,144,156); }
H1.HeaderClassName
{
color: #A5909C;
}
.AnyTagClassName
{
color: #A5909C;
}
</style>
background-color css
<style>
a { background-color: #A5909C; }
a { background-color: rgb(165,144,156); }
div.DivClassName
{
background-color: #A5909C;
}
.BgClassName
{
background-color: #A5909C;
}
</style>
border-color css
<style>
span { border-color: #A5909C; }
span { border-color: rgb(165,144,156); }
td.TdClassName
{
border-color: #A5909C;
}
.TagClassName
{
border-color: #A5909C;
}
</style>