Shades of Teak #A78E60
Tints of Teak #A78E60
RGB
CMYK
RGB Variations
Color information
#A78E60 (or 0xA78E60) is known color: Teak. HEX triplet: A7, 8E and 60. RGB value is (167,142,96). Sum of RGB (Red+Green+Blue) = 167+142+96=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E60 is #58719F. Grayscale: #909090. Windows color (decimal): -5796256 or 6327975. OLE color: 6327975.
HSL color Cylindrical-coordinate representation of color #A78E60: hue angle of 38.87º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A78E60 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 96 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.35 |
| HSL | 38.87º | 0.29% | 0.52% | - |
| HSV(B) | 38.87º | 0.43% | 0.65% | - |
| XYZ | 27.72 | 28.41 | 15.09 | - |
| YUV | 144.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 96 | 0 | 0.15 | 0.43 | 0.35 | 38.87 | 0.29 | 0.52 |
| Hex | A7 | 8E | 60 | 0 | F | 2B | 23 | 27 | 1D | 34 |
| Octal | 247 | 216 | 140 | 0 | 17 | 53 | 43 | 47 | 35 | 64 |
| Binary | 10100111 | 10001110 | 1100000 | 0 | 1111 | 101011 | 100011 | 100111 | 11101 | 110100 |
Color Harmonies of #A78E60
Complementary color
Monochromatic Colors of #A78E60
Black with #A78E60
Text Example
Text Example
White with #A78E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E60; }
p { color: rgb(167,142,96); }
H1.HeaderClassName
{
color: #A78E60;
}
.AnyTagClassName
{
color: #A78E60;
}
</style>
background-color css
<style>
a { background-color: #A78E60; }
a { background-color: rgb(167,142,96); }
div.DivClassName
{
background-color: #A78E60;
}
.BgClassName
{
background-color: #A78E60;
}
</style>
border-color css
<style>
span { border-color: #A78E60; }
span { border-color: rgb(167,142,96); }
td.TdClassName
{
border-color: #A78E60;
}
.TagClassName
{
border-color: #A78E60;
}
</style>