Shades of Thatch #A78D85
Tints of Thatch #A78D85
RGB
CMYK
RGB Variations
Color information
#A78D85 (or 0xA78D85) is known color: Thatch. HEX triplet: A7, 8D and 85. RGB value is (167,141,133). Sum of RGB (Red+Green+Blue) = 167+141+133=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78D85 is #58727A. Grayscale: #939393. Windows color (decimal): -5796475 or 8752551. OLE color: 8752551.
HSL color Cylindrical-coordinate representation of color #A78D85: hue angle of 14.12º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A78D85 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 133 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.35 |
| HSL | 14.12º | 0.16% | 0.59% | - |
| HSV(B) | 14.12º | 0.2% | 0.65% | - |
| XYZ | 29.69 | 28.96 | 26.21 | - |
| YUV | 147.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 133 | 0 | 0.16 | 0.20 | 0.35 | 14.12 | 0.16 | 0.59 |
| Hex | A7 | 8D | 85 | 0 | 10 | 14 | 23 | E | 10 | 3B |
| Octal | 247 | 215 | 205 | 0 | 20 | 24 | 43 | 16 | 20 | 73 |
| Binary | 10100111 | 10001101 | 10000101 | 0 | 10000 | 10100 | 100011 | 1110 | 10000 | 111011 |
Color Harmonies of #A78D85
Complementary color
Monochromatic Colors of #A78D85
Black with #A78D85
Text Example
Text Example
White with #A78D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D85; }
p { color: rgb(167,141,133); }
H1.HeaderClassName
{
color: #A78D85;
}
.AnyTagClassName
{
color: #A78D85;
}
</style>
background-color css
<style>
a { background-color: #A78D85; }
a { background-color: rgb(167,141,133); }
div.DivClassName
{
background-color: #A78D85;
}
.BgClassName
{
background-color: #A78D85;
}
</style>
border-color css
<style>
span { border-color: #A78D85; }
span { border-color: rgb(167,141,133); }
td.TdClassName
{
border-color: #A78D85;
}
.TagClassName
{
border-color: #A78D85;
}
</style>