Shades of Shady Lady #A5969D
Tints of Shady Lady #A5969D
RGB
CMYK
RGB Variations
Color information
#A5969D (or 0xA5969D) is known color: Shady Lady. HEX triplet: A5, 96 and 9D. RGB value is (165,150,157). Sum of RGB (Red+Green+Blue) = 165+150+157=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A5969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5969D is #5A6962. Grayscale: #9B9B9B. Windows color (decimal): -5925219 or 10327717. OLE color: 10327717.
HSL color Cylindrical-coordinate representation of color #A5969D: hue angle of 332º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5969D is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 157 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.35 |
| HSL | 332º | 0.08% | 0.62% | - |
| HSV(B) | 332º | 0.09% | 0.65% | - |
| XYZ | 32.51 | 32.25 | 36.41 | - |
| YUV | 155.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 157 | 0 | 0.09 | 0.05 | 0.35 | 332 | 0.08 | 0.62 |
| Hex | A5 | 96 | 9D | 0 | 9 | 5 | 23 | 14C | 8 | 3E |
| Octal | 245 | 226 | 235 | 0 | 11 | 5 | 43 | 514 | 10 | 76 |
| Binary | 10100101 | 10010110 | 10011101 | 0 | 1001 | 101 | 100011 | 101001100 | 1000 | 111110 |
Color Harmonies of #A5969D
Complementary color
Monochromatic Colors of #A5969D
Black with #A5969D
Text Example
Text Example
White with #A5969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5969D; }
p { color: rgb(165,150,157); }
H1.HeaderClassName
{
color: #A5969D;
}
.AnyTagClassName
{
color: #A5969D;
}
</style>
background-color css
<style>
a { background-color: #A5969D; }
a { background-color: rgb(165,150,157); }
div.DivClassName
{
background-color: #A5969D;
}
.BgClassName
{
background-color: #A5969D;
}
</style>
border-color css
<style>
span { border-color: #A5969D; }
span { border-color: rgb(165,150,157); }
td.TdClassName
{
border-color: #A5969D;
}
.TagClassName
{
border-color: #A5969D;
}
</style>