Shades of Teak #A78A59
Tints of Teak #A78A59
RGB
CMYK
RGB Variations
Color information
#A78A59 (or 0xA78A59) is known color: Teak. HEX triplet: A7, 8A and 59. RGB value is (167,138,89). Sum of RGB (Red+Green+Blue) = 167+138+89=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A59 is #5875A6. Grayscale: #8D8D8D. Windows color (decimal): -5797287 or 5868199. OLE color: 5868199.
HSL color Cylindrical-coordinate representation of color #A78A59: hue angle of 37.69º 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 #A78A59 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 89 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.35 |
| HSL | 37.69º | 0.31% | 0.5% | - |
| HSV(B) | 37.69º | 0.47% | 0.65% | - |
| XYZ | 26.83 | 27.11 | 13.27 | - |
| YUV | 141.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 89 | 0 | 0.17 | 0.47 | 0.35 | 37.69 | 0.31 | 0.5 |
| Hex | A7 | 8A | 59 | 0 | 11 | 2F | 23 | 26 | 1F | 32 |
| Octal | 247 | 212 | 131 | 0 | 21 | 57 | 43 | 46 | 37 | 62 |
| Binary | 10100111 | 10001010 | 1011001 | 0 | 10001 | 101111 | 100011 | 100110 | 11111 | 110010 |
Color Harmonies of #A78A59
Complementary color
Monochromatic Colors of #A78A59
Black with #A78A59
Text Example
Text Example
White with #A78A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A59; }
p { color: rgb(167,138,89); }
H1.HeaderClassName
{
color: #A78A59;
}
.AnyTagClassName
{
color: #A78A59;
}
</style>
background-color css
<style>
a { background-color: #A78A59; }
a { background-color: rgb(167,138,89); }
div.DivClassName
{
background-color: #A78A59;
}
.BgClassName
{
background-color: #A78A59;
}
</style>
border-color css
<style>
span { border-color: #A78A59; }
span { border-color: rgb(167,138,89); }
td.TdClassName
{
border-color: #A78A59;
}
.TagClassName
{
border-color: #A78A59;
}
</style>