Shades of Teak #A78A53
Tints of Teak #A78A53
RGB
CMYK
RGB Variations
Color information
#A78A53 (or 0xA78A53) is known color: Teak. HEX triplet: A7, 8A and 53. RGB value is (167,138,83). Sum of RGB (Red+Green+Blue) = 167+138+83=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A53 is #5875AC. Grayscale: #8C8C8C. Windows color (decimal): -5797293 or 5474983. OLE color: 5474983.
HSL color Cylindrical-coordinate representation of color #A78A53: hue angle of 39.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A78A53 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 83 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.35 |
| HSL | 39.29º | 0.34% | 0.49% | - |
| HSV(B) | 39.29º | 0.5% | 0.65% | - |
| XYZ | 26.59 | 27.02 | 12 | - |
| YUV | 140.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 83 | 0 | 0.17 | 0.50 | 0.35 | 39.29 | 0.34 | 0.49 |
| Hex | A7 | 8A | 53 | 0 | 11 | 32 | 23 | 27 | 22 | 31 |
| Octal | 247 | 212 | 123 | 0 | 21 | 62 | 43 | 47 | 42 | 61 |
| Binary | 10100111 | 10001010 | 1010011 | 0 | 10001 | 110010 | 100011 | 100111 | 100010 | 110001 |
Color Harmonies of #A78A53
Complementary color
Monochromatic Colors of #A78A53
Black with #A78A53
Text Example
Text Example
White with #A78A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A53; }
p { color: rgb(167,138,83); }
H1.HeaderClassName
{
color: #A78A53;
}
.AnyTagClassName
{
color: #A78A53;
}
</style>
background-color css
<style>
a { background-color: #A78A53; }
a { background-color: rgb(167,138,83); }
div.DivClassName
{
background-color: #A78A53;
}
.BgClassName
{
background-color: #A78A53;
}
</style>
border-color css
<style>
span { border-color: #A78A53; }
span { border-color: rgb(167,138,83); }
td.TdClassName
{
border-color: #A78A53;
}
.TagClassName
{
border-color: #A78A53;
}
</style>