Shades of Teak #A78A54
Tints of Teak #A78A54
RGB
CMYK
RGB Variations
Color information
#A78A54 (or 0xA78A54) is known color: Teak. HEX triplet: A7, 8A and 54. RGB value is (167,138,84). Sum of RGB (Red+Green+Blue) = 167+138+84=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A54 is #5875AB. Grayscale: #8C8C8C. Windows color (decimal): -5797292 or 5540519. OLE color: 5540519.
HSL color Cylindrical-coordinate representation of color #A78A54: hue angle of 39.04º degrees, saturation: 0.33, 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 #A78A54 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 84 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.35 |
| HSL | 39.04º | 0.33% | 0.49% | - |
| HSV(B) | 39.04º | 0.5% | 0.65% | - |
| XYZ | 26.63 | 27.03 | 12.2 | - |
| YUV | 140.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 84 | 0 | 0.17 | 0.50 | 0.35 | 39.04 | 0.33 | 0.49 |
| Hex | A7 | 8A | 54 | 0 | 11 | 32 | 23 | 27 | 21 | 31 |
| Octal | 247 | 212 | 124 | 0 | 21 | 62 | 43 | 47 | 41 | 61 |
| Binary | 10100111 | 10001010 | 1010100 | 0 | 10001 | 110010 | 100011 | 100111 | 100001 | 110001 |
Color Harmonies of #A78A54
Complementary color
Monochromatic Colors of #A78A54
Black with #A78A54
Text Example
Text Example
White with #A78A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A54; }
p { color: rgb(167,138,84); }
H1.HeaderClassName
{
color: #A78A54;
}
.AnyTagClassName
{
color: #A78A54;
}
</style>
background-color css
<style>
a { background-color: #A78A54; }
a { background-color: rgb(167,138,84); }
div.DivClassName
{
background-color: #A78A54;
}
.BgClassName
{
background-color: #A78A54;
}
</style>
border-color css
<style>
span { border-color: #A78A54; }
span { border-color: rgb(167,138,84); }
td.TdClassName
{
border-color: #A78A54;
}
.TagClassName
{
border-color: #A78A54;
}
</style>