Shades of Shady Lady #A5999A
Tints of Shady Lady #A5999A
RGB
CMYK
RGB Variations
Color information
#A5999A (or 0xA5999A) is known color: Shady Lady. HEX triplet: A5, 99 and 9A. RGB value is (165,153,154). Sum of RGB (Red+Green+Blue) = 165+153+154=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A5999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5999A is #5A6665. Grayscale: #9C9C9C. Windows color (decimal): -5924454 or 10131877. OLE color: 10131877.
HSL color Cylindrical-coordinate representation of color #A5999A: hue angle of 355º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5999A is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 154 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.35 |
| HSL | 355º | 0.06% | 0.62% | - |
| HSV(B) | 355º | 0.07% | 0.65% | - |
| XYZ | 32.74 | 33.11 | 35.24 | - |
| YUV | 156.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 154 | 0 | 0.07 | 0.07 | 0.35 | 355 | 0.06 | 0.62 |
| Hex | A5 | 99 | 9A | 0 | 7 | 7 | 23 | 163 | 6 | 3E |
| Octal | 245 | 231 | 232 | 0 | 7 | 7 | 43 | 543 | 6 | 76 |
| Binary | 10100101 | 10011001 | 10011010 | 0 | 111 | 111 | 100011 | 101100011 | 110 | 111110 |
Color Harmonies of #A5999A
Complementary color
Monochromatic Colors of #A5999A
Black with #A5999A
Text Example
Text Example
White with #A5999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5999A; }
p { color: rgb(165,153,154); }
H1.HeaderClassName
{
color: #A5999A;
}
.AnyTagClassName
{
color: #A5999A;
}
</style>
background-color css
<style>
a { background-color: #A5999A; }
a { background-color: rgb(165,153,154); }
div.DivClassName
{
background-color: #A5999A;
}
.BgClassName
{
background-color: #A5999A;
}
</style>
border-color css
<style>
span { border-color: #A5999A; }
span { border-color: rgb(165,153,154); }
td.TdClassName
{
border-color: #A5999A;
}
.TagClassName
{
border-color: #A5999A;
}
</style>