Shades of Teak #A78656
Tints of Teak #A78656
RGB
CMYK
RGB Variations
Color information
#A78656 (or 0xA78656) is known color: Teak. HEX triplet: A7, 86 and 56. RGB value is (167,134,86). Sum of RGB (Red+Green+Blue) = 167+134+86=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A78656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78656 is #5879A9. Grayscale: #8A8A8A. Windows color (decimal): -5798314 or 5670567. OLE color: 5670567.
HSL color Cylindrical-coordinate representation of color #A78656: hue angle of 35.56º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A78656 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 86 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.35 |
| HSL | 35.56º | 0.32% | 0.5% | - |
| HSV(B) | 35.56º | 0.49% | 0.65% | - |
| XYZ | 26.14 | 25.94 | 12.43 | - |
| YUV | 138.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 86 | 0 | 0.20 | 0.49 | 0.35 | 35.56 | 0.32 | 0.5 |
| Hex | A7 | 86 | 56 | 0 | 14 | 31 | 23 | 24 | 20 | 32 |
| Octal | 247 | 206 | 126 | 0 | 24 | 61 | 43 | 44 | 40 | 62 |
| Binary | 10100111 | 10000110 | 1010110 | 0 | 10100 | 110001 | 100011 | 100100 | 100000 | 110010 |
Color Harmonies of #A78656
Complementary color
Monochromatic Colors of #A78656
Black with #A78656
Text Example
Text Example
White with #A78656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78656; }
p { color: rgb(167,134,86); }
H1.HeaderClassName
{
color: #A78656;
}
.AnyTagClassName
{
color: #A78656;
}
</style>
background-color css
<style>
a { background-color: #A78656; }
a { background-color: rgb(167,134,86); }
div.DivClassName
{
background-color: #A78656;
}
.BgClassName
{
background-color: #A78656;
}
</style>
border-color css
<style>
span { border-color: #A78656; }
span { border-color: rgb(167,134,86); }
td.TdClassName
{
border-color: #A78656;
}
.TagClassName
{
border-color: #A78656;
}
</style>