Shades of Thatch #A38C85
Tints of Thatch #A38C85
RGB
CMYK
RGB Variations
Color information
#A38C85 (or 0xA38C85) is known color: Thatch. HEX triplet: A3, 8C and 85. RGB value is (163,140,133). Sum of RGB (Red+Green+Blue) = 163+140+133=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C85 is #5C737A. Grayscale: #929292. Windows color (decimal): -6058875 or 8752291. OLE color: 8752291.
HSL color Cylindrical-coordinate representation of color #A38C85: hue angle of 14º 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 #A38C85 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 133 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.36 |
| HSL | 14º | 0.14% | 0.58% | - |
| HSV(B) | 14º | 0.18% | 0.64% | - |
| XYZ | 28.72 | 28.24 | 26.13 | - |
| YUV | 146.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 133 | 0 | 0.14 | 0.18 | 0.36 | 14 | 0.14 | 0.58 |
| Hex | A3 | 8C | 85 | 0 | E | 12 | 24 | E | E | 3A |
| Octal | 243 | 214 | 205 | 0 | 16 | 22 | 44 | 16 | 16 | 72 |
| Binary | 10100011 | 10001100 | 10000101 | 0 | 1110 | 10010 | 100100 | 1110 | 1110 | 111010 |
Color Harmonies of #A38C85
Complementary color
Monochromatic Colors of #A38C85
Black with #A38C85
Text Example
Text Example
White with #A38C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C85; }
p { color: rgb(163,140,133); }
H1.HeaderClassName
{
color: #A38C85;
}
.AnyTagClassName
{
color: #A38C85;
}
</style>
background-color css
<style>
a { background-color: #A38C85; }
a { background-color: rgb(163,140,133); }
div.DivClassName
{
background-color: #A38C85;
}
.BgClassName
{
background-color: #A38C85;
}
</style>
border-color css
<style>
span { border-color: #A38C85; }
span { border-color: rgb(163,140,133); }
td.TdClassName
{
border-color: #A38C85;
}
.TagClassName
{
border-color: #A38C85;
}
</style>