Shades of Thatch #A78A84
Tints of Thatch #A78A84
RGB
CMYK
RGB Variations
Color information
#A78A84 (or 0xA78A84) is known color: Thatch. HEX triplet: A7, 8A and 84. RGB value is (167,138,132). Sum of RGB (Red+Green+Blue) = 167+138+132=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78A84 is #58757B. Grayscale: #929292. Windows color (decimal): -5797244 or 8686247. OLE color: 8686247.
HSL color Cylindrical-coordinate representation of color #A78A84: hue angle of 10.29º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A78A84 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 132 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.35 |
| HSL | 10.29º | 0.17% | 0.59% | - |
| HSV(B) | 10.29º | 0.21% | 0.65% | - |
| XYZ | 29.19 | 28.06 | 25.71 | - |
| YUV | 145.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 132 | 0 | 0.17 | 0.21 | 0.35 | 10.29 | 0.17 | 0.59 |
| Hex | A7 | 8A | 84 | 0 | 11 | 15 | 23 | A | 11 | 3B |
| Octal | 247 | 212 | 204 | 0 | 21 | 25 | 43 | 12 | 21 | 73 |
| Binary | 10100111 | 10001010 | 10000100 | 0 | 10001 | 10101 | 100011 | 1010 | 10001 | 111011 |
Color Harmonies of #A78A84
Complementary color
Monochromatic Colors of #A78A84
Black with #A78A84
Text Example
Text Example
White with #A78A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A84; }
p { color: rgb(167,138,132); }
H1.HeaderClassName
{
color: #A78A84;
}
.AnyTagClassName
{
color: #A78A84;
}
</style>
background-color css
<style>
a { background-color: #A78A84; }
a { background-color: rgb(167,138,132); }
div.DivClassName
{
background-color: #A78A84;
}
.BgClassName
{
background-color: #A78A84;
}
</style>
border-color css
<style>
span { border-color: #A78A84; }
span { border-color: rgb(167,138,132); }
td.TdClassName
{
border-color: #A78A84;
}
.TagClassName
{
border-color: #A78A84;
}
</style>