Shades of Shady Lady #A5929A
Tints of Shady Lady #A5929A
RGB
CMYK
RGB Variations
Color information
#A5929A (or 0xA5929A) is known color: Shady Lady. HEX triplet: A5, 92 and 9A. RGB value is (165,146,154). Sum of RGB (Red+Green+Blue) = 165+146+154=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A5929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5929A is #5A6D65. Grayscale: #989898. Windows color (decimal): -5926246 or 10130085. OLE color: 10130085.
HSL color Cylindrical-coordinate representation of color #A5929A: hue angle of 334.74º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5929A is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 154 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.35 |
| HSL | 334.74º | 0.1% | 0.61% | - |
| HSV(B) | 334.74º | 0.12% | 0.65% | - |
| XYZ | 31.63 | 30.89 | 34.87 | - |
| YUV | 152.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 154 | 0 | 0.12 | 0.07 | 0.35 | 334.74 | 0.1 | 0.61 |
| Hex | A5 | 92 | 9A | 0 | C | 7 | 23 | 14F | A | 3D |
| Octal | 245 | 222 | 232 | 0 | 14 | 7 | 43 | 517 | 12 | 75 |
| Binary | 10100101 | 10010010 | 10011010 | 0 | 1100 | 111 | 100011 | 101001111 | 1010 | 111101 |
Color Harmonies of #A5929A
Complementary color
Monochromatic Colors of #A5929A
Black with #A5929A
Text Example
Text Example
White with #A5929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5929A; }
p { color: rgb(165,146,154); }
H1.HeaderClassName
{
color: #A5929A;
}
.AnyTagClassName
{
color: #A5929A;
}
</style>
background-color css
<style>
a { background-color: #A5929A; }
a { background-color: rgb(165,146,154); }
div.DivClassName
{
background-color: #A5929A;
}
.BgClassName
{
background-color: #A5929A;
}
</style>
border-color css
<style>
span { border-color: #A5929A; }
span { border-color: rgb(165,146,154); }
td.TdClassName
{
border-color: #A5929A;
}
.TagClassName
{
border-color: #A5929A;
}
</style>