Shades of Shady Lady #A48D91
Tints of Shady Lady #A48D91
RGB
CMYK
RGB Variations
Color information
#A48D91 (or 0xA48D91) is known color: Shady Lady. HEX triplet: A4, 8D and 91. RGB value is (164,141,145). Sum of RGB (Red+Green+Blue) = 164+141+145=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D91 is #5B726E. Grayscale: #949494. Windows color (decimal): -5993071 or 9538980. OLE color: 9538980.
HSL color Cylindrical-coordinate representation of color #A48D91: hue angle of 349.57º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48D91 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 145 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.36 |
| HSL | 349.57º | 0.11% | 0.6% | - |
| HSV(B) | 349.57º | 0.14% | 0.64% | - |
| XYZ | 29.95 | 28.99 | 30.8 | - |
| YUV | 148.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 145 | 0 | 0.14 | 0.12 | 0.36 | 349.57 | 0.11 | 0.6 |
| Hex | A4 | 8D | 91 | 0 | E | C | 24 | 15E | B | 3C |
| Octal | 244 | 215 | 221 | 0 | 16 | 14 | 44 | 536 | 13 | 74 |
| Binary | 10100100 | 10001101 | 10010001 | 0 | 1110 | 1100 | 100100 | 101011110 | 1011 | 111100 |
Color Harmonies of #A48D91
Complementary color
Monochromatic Colors of #A48D91
Black with #A48D91
Text Example
Text Example
White with #A48D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D91; }
p { color: rgb(164,141,145); }
H1.HeaderClassName
{
color: #A48D91;
}
.AnyTagClassName
{
color: #A48D91;
}
</style>
background-color css
<style>
a { background-color: #A48D91; }
a { background-color: rgb(164,141,145); }
div.DivClassName
{
background-color: #A48D91;
}
.BgClassName
{
background-color: #A48D91;
}
</style>
border-color css
<style>
span { border-color: #A48D91; }
span { border-color: rgb(164,141,145); }
td.TdClassName
{
border-color: #A48D91;
}
.TagClassName
{
border-color: #A48D91;
}
</style>