Shades of Shady Lady #A49899
Tints of Shady Lady #A49899
RGB
CMYK
RGB Variations
Color information
#A49899 (or 0xA49899) is known color: Shady Lady. HEX triplet: A4, 98 and 99. RGB value is (164,152,153). Sum of RGB (Red+Green+Blue) = 164+152+153=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A49899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49899 is #5B6766. Grayscale: #9B9B9B. Windows color (decimal): -5990247 or 10066084. OLE color: 10066084.
HSL color Cylindrical-coordinate representation of color #A49899: hue angle of 355º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A49899 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 153 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.36 |
| HSL | 355º | 0.06% | 0.62% | - |
| HSV(B) | 355º | 0.07% | 0.64% | - |
| XYZ | 32.29 | 32.65 | 34.74 | - |
| YUV | 155.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 153 | 0 | 0.07 | 0.07 | 0.36 | 355 | 0.06 | 0.62 |
| Hex | A4 | 98 | 99 | 0 | 7 | 7 | 24 | 163 | 6 | 3E |
| Octal | 244 | 230 | 231 | 0 | 7 | 7 | 44 | 543 | 6 | 76 |
| Binary | 10100100 | 10011000 | 10011001 | 0 | 111 | 111 | 100100 | 101100011 | 110 | 111110 |
Color Harmonies of #A49899
Complementary color
Monochromatic Colors of #A49899
Black with #A49899
Text Example
Text Example
White with #A49899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49899; }
p { color: rgb(164,152,153); }
H1.HeaderClassName
{
color: #A49899;
}
.AnyTagClassName
{
color: #A49899;
}
</style>
background-color css
<style>
a { background-color: #A49899; }
a { background-color: rgb(164,152,153); }
div.DivClassName
{
background-color: #A49899;
}
.BgClassName
{
background-color: #A49899;
}
</style>
border-color css
<style>
span { border-color: #A49899; }
span { border-color: rgb(164,152,153); }
td.TdClassName
{
border-color: #A49899;
}
.TagClassName
{
border-color: #A49899;
}
</style>