Shades of Thatch #A78C8B
Tints of Thatch #A78C8B
RGB
CMYK
RGB Variations
Color information
#A78C8B (or 0xA78C8B) is known color: Thatch. HEX triplet: A7, 8C and 8B. RGB value is (167,140,139). Sum of RGB (Red+Green+Blue) = 167+140+139=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78C8B is #587374. Grayscale: #939393. Windows color (decimal): -5796725 or 9145511. OLE color: 9145511.
HSL color Cylindrical-coordinate representation of color #A78C8B: hue angle of 2.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A78C8B is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 139 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.35 |
| HSL | 2.14º | 0.14% | 0.6% | - |
| HSV(B) | 2.14º | 0.17% | 0.65% | - |
| XYZ | 29.97 | 28.84 | 28.41 | - |
| YUV | 147.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 139 | 0 | 0.16 | 0.17 | 0.35 | 2.14 | 0.14 | 0.6 |
| Hex | A7 | 8C | 8B | 0 | 10 | 11 | 23 | 2 | E | 3C |
| Octal | 247 | 214 | 213 | 0 | 20 | 21 | 43 | 2 | 16 | 74 |
| Binary | 10100111 | 10001100 | 10001011 | 0 | 10000 | 10001 | 100011 | 10 | 1110 | 111100 |
Color Harmonies of #A78C8B
Complementary color
Monochromatic Colors of #A78C8B
Black with #A78C8B
Text Example
Text Example
White with #A78C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78C8B; }
p { color: rgb(167,140,139); }
H1.HeaderClassName
{
color: #A78C8B;
}
.AnyTagClassName
{
color: #A78C8B;
}
</style>
background-color css
<style>
a { background-color: #A78C8B; }
a { background-color: rgb(167,140,139); }
div.DivClassName
{
background-color: #A78C8B;
}
.BgClassName
{
background-color: #A78C8B;
}
</style>
border-color css
<style>
span { border-color: #A78C8B; }
span { border-color: rgb(167,140,139); }
td.TdClassName
{
border-color: #A78C8B;
}
.TagClassName
{
border-color: #A78C8B;
}
</style>