Shades of Teak #A78E59
Tints of Teak #A78E59
RGB
CMYK
RGB Variations
Color information
#A78E59 (or 0xA78E59) is known color: Teak. HEX triplet: A7, 8E and 59. RGB value is (167,142,89). Sum of RGB (Red+Green+Blue) = 167+142+89=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E59 is #5871A6. Grayscale: #8F8F8F. Windows color (decimal): -5796263 or 5869223. OLE color: 5869223.
HSL color Cylindrical-coordinate representation of color #A78E59: hue angle of 40.77º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A78E59 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 89 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.35 |
| HSL | 40.77º | 0.31% | 0.5% | - |
| HSV(B) | 40.77º | 0.47% | 0.65% | - |
| XYZ | 27.41 | 28.28 | 13.47 | - |
| YUV | 143.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 89 | 0 | 0.15 | 0.47 | 0.35 | 40.77 | 0.31 | 0.5 |
| Hex | A7 | 8E | 59 | 0 | F | 2F | 23 | 29 | 1F | 32 |
| Octal | 247 | 216 | 131 | 0 | 17 | 57 | 43 | 51 | 37 | 62 |
| Binary | 10100111 | 10001110 | 1011001 | 0 | 1111 | 101111 | 100011 | 101001 | 11111 | 110010 |
Color Harmonies of #A78E59
Complementary color
Monochromatic Colors of #A78E59
Black with #A78E59
Text Example
Text Example
White with #A78E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E59; }
p { color: rgb(167,142,89); }
H1.HeaderClassName
{
color: #A78E59;
}
.AnyTagClassName
{
color: #A78E59;
}
</style>
background-color css
<style>
a { background-color: #A78E59; }
a { background-color: rgb(167,142,89); }
div.DivClassName
{
background-color: #A78E59;
}
.BgClassName
{
background-color: #A78E59;
}
</style>
border-color css
<style>
span { border-color: #A78E59; }
span { border-color: rgb(167,142,89); }
td.TdClassName
{
border-color: #A78E59;
}
.TagClassName
{
border-color: #A78E59;
}
</style>