Shades of Shady Lady #A5949B
Tints of Shady Lady #A5949B
RGB
CMYK
RGB Variations
Color information
#A5949B (or 0xA5949B) is known color: Shady Lady. HEX triplet: A5, 94 and 9B. RGB value is (165,148,155). Sum of RGB (Red+Green+Blue) = 165+148+155=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5949B is #5A6B64. Grayscale: #999999. Windows color (decimal): -5925733 or 10196133. OLE color: 10196133.
HSL color Cylindrical-coordinate representation of color #A5949B: hue angle of 335.29º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5949B is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 155 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.35 |
| HSL | 335.29º | 0.09% | 0.61% | - |
| HSV(B) | 335.29º | 0.1% | 0.65% | - |
| XYZ | 32.02 | 31.55 | 35.41 | - |
| YUV | 153.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 155 | 0 | 0.10 | 0.06 | 0.35 | 335.29 | 0.09 | 0.61 |
| Hex | A5 | 94 | 9B | 0 | A | 6 | 23 | 14F | 9 | 3D |
| Octal | 245 | 224 | 233 | 0 | 12 | 6 | 43 | 517 | 11 | 75 |
| Binary | 10100101 | 10010100 | 10011011 | 0 | 1010 | 110 | 100011 | 101001111 | 1001 | 111101 |
Color Harmonies of #A5949B
Complementary color
Monochromatic Colors of #A5949B
Black with #A5949B
Text Example
Text Example
White with #A5949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5949B; }
p { color: rgb(165,148,155); }
H1.HeaderClassName
{
color: #A5949B;
}
.AnyTagClassName
{
color: #A5949B;
}
</style>
background-color css
<style>
a { background-color: #A5949B; }
a { background-color: rgb(165,148,155); }
div.DivClassName
{
background-color: #A5949B;
}
.BgClassName
{
background-color: #A5949B;
}
</style>
border-color css
<style>
span { border-color: #A5949B; }
span { border-color: rgb(165,148,155); }
td.TdClassName
{
border-color: #A5949B;
}
.TagClassName
{
border-color: #A5949B;
}
</style>