Shades of Shady Lady #A48891
Tints of Shady Lady #A48891
RGB
CMYK
RGB Variations
Color information
#A48891 (or 0xA48891) is known color: Shady Lady. HEX triplet: A4, 88 and 91. RGB value is (164,136,145). Sum of RGB (Red+Green+Blue) = 164+136+145=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48891 is #5B776E. Grayscale: #919191. Windows color (decimal): -5994351 or 9537700. OLE color: 9537700.
HSL color Cylindrical-coordinate representation of color #A48891: hue angle of 340.71º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A48891 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 145 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.36 |
| HSL | 340.71º | 0.13% | 0.59% | - |
| HSV(B) | 340.71º | 0.17% | 0.64% | - |
| XYZ | 29.22 | 27.55 | 30.56 | - |
| YUV | 145.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 145 | 0 | 0.17 | 0.12 | 0.36 | 340.71 | 0.13 | 0.59 |
| Hex | A4 | 88 | 91 | 0 | 11 | C | 24 | 155 | D | 3B |
| Octal | 244 | 210 | 221 | 0 | 21 | 14 | 44 | 525 | 15 | 73 |
| Binary | 10100100 | 10001000 | 10010001 | 0 | 10001 | 1100 | 100100 | 101010101 | 1101 | 111011 |
Color Harmonies of #A48891
Complementary color
Monochromatic Colors of #A48891
Black with #A48891
Text Example
Text Example
White with #A48891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48891; }
p { color: rgb(164,136,145); }
H1.HeaderClassName
{
color: #A48891;
}
.AnyTagClassName
{
color: #A48891;
}
</style>
background-color css
<style>
a { background-color: #A48891; }
a { background-color: rgb(164,136,145); }
div.DivClassName
{
background-color: #A48891;
}
.BgClassName
{
background-color: #A48891;
}
</style>
border-color css
<style>
span { border-color: #A48891; }
span { border-color: rgb(164,136,145); }
td.TdClassName
{
border-color: #A48891;
}
.TagClassName
{
border-color: #A48891;
}
</style>