Shades of Shady Lady #A38E96
Tints of Shady Lady #A38E96
RGB
CMYK
RGB Variations
Color information
#A38E96 (or 0xA38E96) is known color: Shady Lady. HEX triplet: A3, 8E and 96. RGB value is (163,142,150). Sum of RGB (Red+Green+Blue) = 163+142+150=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38E96 is #5C7169. Grayscale: #959595. Windows color (decimal): -6058346 or 9866915. OLE color: 9866915.
HSL color Cylindrical-coordinate representation of color #A38E96: hue angle of 337.14º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A38E96 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 150 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.36 |
| HSL | 337.14º | 0.1% | 0.6% | - |
| HSV(B) | 337.14º | 0.13% | 0.64% | - |
| XYZ | 30.28 | 29.33 | 32.92 | - |
| YUV | 149.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 150 | 0 | 0.13 | 0.08 | 0.36 | 337.14 | 0.1 | 0.6 |
| Hex | A3 | 8E | 96 | 0 | D | 8 | 24 | 151 | A | 3C |
| Octal | 243 | 216 | 226 | 0 | 15 | 10 | 44 | 521 | 12 | 74 |
| Binary | 10100011 | 10001110 | 10010110 | 0 | 1101 | 1000 | 100100 | 101010001 | 1010 | 111100 |
Color Harmonies of #A38E96
Complementary color
Monochromatic Colors of #A38E96
Black with #A38E96
Text Example
Text Example
White with #A38E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E96; }
p { color: rgb(163,142,150); }
H1.HeaderClassName
{
color: #A38E96;
}
.AnyTagClassName
{
color: #A38E96;
}
</style>
background-color css
<style>
a { background-color: #A38E96; }
a { background-color: rgb(163,142,150); }
div.DivClassName
{
background-color: #A38E96;
}
.BgClassName
{
background-color: #A38E96;
}
</style>
border-color css
<style>
span { border-color: #A38E96; }
span { border-color: rgb(163,142,150); }
td.TdClassName
{
border-color: #A38E96;
}
.TagClassName
{
border-color: #A38E96;
}
</style>