Shades of Teak #A78A51
Tints of Teak #A78A51
RGB
CMYK
RGB Variations
Color information
#A78A51 (or 0xA78A51) is known color: Teak. HEX triplet: A7, 8A and 51. RGB value is (167,138,81). Sum of RGB (Red+Green+Blue) = 167+138+81=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A51 is #5875AE. Grayscale: #8C8C8C. Windows color (decimal): -5797295 or 5343911. OLE color: 5343911.
HSL color Cylindrical-coordinate representation of color #A78A51: hue angle of 39.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A78A51 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 81 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.35 |
| HSL | 39.77º | 0.35% | 0.49% | - |
| HSV(B) | 39.77º | 0.51% | 0.65% | - |
| XYZ | 26.51 | 26.99 | 11.6 | - |
| YUV | 140.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 81 | 0 | 0.17 | 0.51 | 0.35 | 39.77 | 0.35 | 0.49 |
| Hex | A7 | 8A | 51 | 0 | 11 | 33 | 23 | 28 | 23 | 31 |
| Octal | 247 | 212 | 121 | 0 | 21 | 63 | 43 | 50 | 43 | 61 |
| Binary | 10100111 | 10001010 | 1010001 | 0 | 10001 | 110011 | 100011 | 101000 | 100011 | 110001 |
Color Harmonies of #A78A51
Complementary color
Monochromatic Colors of #A78A51
Black with #A78A51
Text Example
Text Example
White with #A78A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A51; }
p { color: rgb(167,138,81); }
H1.HeaderClassName
{
color: #A78A51;
}
.AnyTagClassName
{
color: #A78A51;
}
</style>
background-color css
<style>
a { background-color: #A78A51; }
a { background-color: rgb(167,138,81); }
div.DivClassName
{
background-color: #A78A51;
}
.BgClassName
{
background-color: #A78A51;
}
</style>
border-color css
<style>
span { border-color: #A78A51; }
span { border-color: rgb(167,138,81); }
td.TdClassName
{
border-color: #A78A51;
}
.TagClassName
{
border-color: #A78A51;
}
</style>