Shades of Teak #A78E5B
Tints of Teak #A78E5B
RGB
CMYK
RGB Variations
Color information
#A78E5B (or 0xA78E5B) is known color: Teak. HEX triplet: A7, 8E and 5B. RGB value is (167,142,91). Sum of RGB (Red+Green+Blue) = 167+142+91=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E5B is #5871A4. Grayscale: #8F8F8F. Windows color (decimal): -5796261 or 6000295. OLE color: 6000295.
HSL color Cylindrical-coordinate representation of color #A78E5B: hue angle of 40.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A78E5B is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 91 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.35 |
| HSL | 40.26º | 0.3% | 0.51% | - |
| HSV(B) | 40.26º | 0.46% | 0.65% | - |
| XYZ | 27.5 | 28.32 | 13.91 | - |
| YUV | 143.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 91 | 0 | 0.15 | 0.46 | 0.35 | 40.26 | 0.3 | 0.51 |
| Hex | A7 | 8E | 5B | 0 | F | 2E | 23 | 28 | 1E | 33 |
| Octal | 247 | 216 | 133 | 0 | 17 | 56 | 43 | 50 | 36 | 63 |
| Binary | 10100111 | 10001110 | 1011011 | 0 | 1111 | 101110 | 100011 | 101000 | 11110 | 110011 |
Color Harmonies of #A78E5B
Complementary color
Monochromatic Colors of #A78E5B
Black with #A78E5B
Text Example
Text Example
White with #A78E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E5B; }
p { color: rgb(167,142,91); }
H1.HeaderClassName
{
color: #A78E5B;
}
.AnyTagClassName
{
color: #A78E5B;
}
</style>
background-color css
<style>
a { background-color: #A78E5B; }
a { background-color: rgb(167,142,91); }
div.DivClassName
{
background-color: #A78E5B;
}
.BgClassName
{
background-color: #A78E5B;
}
</style>
border-color css
<style>
span { border-color: #A78E5B; }
span { border-color: rgb(167,142,91); }
td.TdClassName
{
border-color: #A78E5B;
}
.TagClassName
{
border-color: #A78E5B;
}
</style>