Shades of Shady Lady #A48B93
Tints of Shady Lady #A48B93
RGB
CMYK
RGB Variations
Color information
#A48B93 (or 0xA48B93) is known color: Shady Lady. HEX triplet: A4, 8B and 93. RGB value is (164,139,147). Sum of RGB (Red+Green+Blue) = 164+139+147=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B93 is #5B746C. Grayscale: #939393. Windows color (decimal): -5993581 or 9669540. OLE color: 9669540.
HSL color Cylindrical-coordinate representation of color #A48B93: hue angle of 340.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A48B93 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 139 | 147 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.36 |
| HSL | 340.8º | 0.12% | 0.59% | - |
| HSV(B) | 340.8º | 0.15% | 0.64% | - |
| XYZ | 29.81 | 28.46 | 31.53 | - |
| YUV | 147.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 147 | 0 | 0.15 | 0.10 | 0.36 | 340.8 | 0.12 | 0.59 |
| Hex | A4 | 8B | 93 | 0 | F | A | 24 | 155 | C | 3B |
| Octal | 244 | 213 | 223 | 0 | 17 | 12 | 44 | 525 | 14 | 73 |
| Binary | 10100100 | 10001011 | 10010011 | 0 | 1111 | 1010 | 100100 | 101010101 | 1100 | 111011 |
Color Harmonies of #A48B93
Complementary color
Monochromatic Colors of #A48B93
Black with #A48B93
Text Example
Text Example
White with #A48B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48B93; }
p { color: rgb(164,139,147); }
H1.HeaderClassName
{
color: #A48B93;
}
.AnyTagClassName
{
color: #A48B93;
}
</style>
background-color css
<style>
a { background-color: #A48B93; }
a { background-color: rgb(164,139,147); }
div.DivClassName
{
background-color: #A48B93;
}
.BgClassName
{
background-color: #A48B93;
}
</style>
border-color css
<style>
span { border-color: #A48B93; }
span { border-color: rgb(164,139,147); }
td.TdClassName
{
border-color: #A48B93;
}
.TagClassName
{
border-color: #A48B93;
}
</style>