Shades of Shady Lady #A59698
Tints of Shady Lady #A59698
RGB
CMYK
RGB Variations
Color information
#A59698 (or 0xA59698) is known color: Shady Lady. HEX triplet: A5, 96 and 98. RGB value is (165,150,152). Sum of RGB (Red+Green+Blue) = 165+150+152=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A59698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59698 is #5A6967. Grayscale: #9A9A9A. Windows color (decimal): -5925224 or 10000037. OLE color: 10000037.
HSL color Cylindrical-coordinate representation of color #A59698: hue angle of 352º 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 #A59698 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 152 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.35 |
| HSL | 352º | 0.08% | 0.62% | - |
| HSV(B) | 352º | 0.09% | 0.65% | - |
| XYZ | 32.09 | 32.08 | 34.21 | - |
| YUV | 154.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 152 | 0 | 0.09 | 0.08 | 0.35 | 352 | 0.08 | 0.62 |
| Hex | A5 | 96 | 98 | 0 | 9 | 8 | 23 | 160 | 8 | 3E |
| Octal | 245 | 226 | 230 | 0 | 11 | 10 | 43 | 540 | 10 | 76 |
| Binary | 10100101 | 10010110 | 10011000 | 0 | 1001 | 1000 | 100011 | 101100000 | 1000 | 111110 |
Color Harmonies of #A59698
Complementary color
Monochromatic Colors of #A59698
Black with #A59698
Text Example
Text Example
White with #A59698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59698; }
p { color: rgb(165,150,152); }
H1.HeaderClassName
{
color: #A59698;
}
.AnyTagClassName
{
color: #A59698;
}
</style>
background-color css
<style>
a { background-color: #A59698; }
a { background-color: rgb(165,150,152); }
div.DivClassName
{
background-color: #A59698;
}
.BgClassName
{
background-color: #A59698;
}
</style>
border-color css
<style>
span { border-color: #A59698; }
span { border-color: rgb(165,150,152); }
td.TdClassName
{
border-color: #A59698;
}
.TagClassName
{
border-color: #A59698;
}
</style>