Shades of Teak #A78E4D
Tints of Teak #A78E4D
RGB
CMYK
RGB Variations
Color information
#A78E4D (or 0xA78E4D) is known color: Teak. HEX triplet: A7, 8E and 4D. RGB value is (167,142,77). Sum of RGB (Red+Green+Blue) = 167+142+77=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E4D is #5871B2. Grayscale: #8E8E8E. Windows color (decimal): -5796275 or 5082791. OLE color: 5082791.
HSL color Cylindrical-coordinate representation of color #A78E4D: hue angle of 43.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A78E4D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 77 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.35 |
| HSL | 43.33º | 0.37% | 0.48% | - |
| HSV(B) | 43.33º | 0.54% | 0.65% | - |
| XYZ | 26.95 | 28.1 | 11.02 | - |
| YUV | 142.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 77 | 0 | 0.15 | 0.54 | 0.35 | 43.33 | 0.37 | 0.48 |
| Hex | A7 | 8E | 4D | 0 | F | 36 | 23 | 2B | 25 | 30 |
| Octal | 247 | 216 | 115 | 0 | 17 | 66 | 43 | 53 | 45 | 60 |
| Binary | 10100111 | 10001110 | 1001101 | 0 | 1111 | 110110 | 100011 | 101011 | 100101 | 110000 |
Color Harmonies of #A78E4D
Complementary color
Monochromatic Colors of #A78E4D
Black with #A78E4D
Text Example
Text Example
White with #A78E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E4D; }
p { color: rgb(167,142,77); }
H1.HeaderClassName
{
color: #A78E4D;
}
.AnyTagClassName
{
color: #A78E4D;
}
</style>
background-color css
<style>
a { background-color: #A78E4D; }
a { background-color: rgb(167,142,77); }
div.DivClassName
{
background-color: #A78E4D;
}
.BgClassName
{
background-color: #A78E4D;
}
</style>
border-color css
<style>
span { border-color: #A78E4D; }
span { border-color: rgb(167,142,77); }
td.TdClassName
{
border-color: #A78E4D;
}
.TagClassName
{
border-color: #A78E4D;
}
</style>