Shades of Thatch #A38D86
Tints of Thatch #A38D86
RGB
CMYK
RGB Variations
Color information
#A38D86 (or 0xA38D86) is known color: Thatch. HEX triplet: A3, 8D and 86. RGB value is (163,141,134). Sum of RGB (Red+Green+Blue) = 163+141+134=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D86 is #5C7279. Grayscale: #929292. Windows color (decimal): -6058618 or 8818083. OLE color: 8818083.
HSL color Cylindrical-coordinate representation of color #A38D86: hue angle of 14.48º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38D86 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 134 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.36 |
| HSL | 14.48º | 0.14% | 0.58% | - |
| HSV(B) | 14.48º | 0.18% | 0.64% | - |
| XYZ | 28.93 | 28.56 | 26.54 | - |
| YUV | 146.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 134 | 0 | 0.13 | 0.18 | 0.36 | 14.48 | 0.14 | 0.58 |
| Hex | A3 | 8D | 86 | 0 | D | 12 | 24 | E | E | 3A |
| Octal | 243 | 215 | 206 | 0 | 15 | 22 | 44 | 16 | 16 | 72 |
| Binary | 10100011 | 10001101 | 10000110 | 0 | 1101 | 10010 | 100100 | 1110 | 1110 | 111010 |
Color Harmonies of #A38D86
Complementary color
Monochromatic Colors of #A38D86
Black with #A38D86
Text Example
Text Example
White with #A38D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D86; }
p { color: rgb(163,141,134); }
H1.HeaderClassName
{
color: #A38D86;
}
.AnyTagClassName
{
color: #A38D86;
}
</style>
background-color css
<style>
a { background-color: #A38D86; }
a { background-color: rgb(163,141,134); }
div.DivClassName
{
background-color: #A38D86;
}
.BgClassName
{
background-color: #A38D86;
}
</style>
border-color css
<style>
span { border-color: #A38D86; }
span { border-color: rgb(163,141,134); }
td.TdClassName
{
border-color: #A38D86;
}
.TagClassName
{
border-color: #A38D86;
}
</style>