Shades of Teak #A78D5B
Tints of Teak #A78D5B
RGB
CMYK
RGB Variations
Color information
#A78D5B (or 0xA78D5B) is known color: Teak. HEX triplet: A7, 8D and 5B. RGB value is (167,141,91). Sum of RGB (Red+Green+Blue) = 167+141+91=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D5B is #5872A4. Grayscale: #8F8F8F. Windows color (decimal): -5796517 or 6000039. OLE color: 6000039.
HSL color Cylindrical-coordinate representation of color #A78D5B: hue angle of 39.47º 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 #A78D5B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 91 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.35 |
| HSL | 39.47º | 0.3% | 0.51% | - |
| HSV(B) | 39.47º | 0.46% | 0.65% | - |
| XYZ | 27.35 | 28.02 | 13.86 | - |
| YUV | 143.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 91 | 0 | 0.16 | 0.46 | 0.35 | 39.47 | 0.3 | 0.51 |
| Hex | A7 | 8D | 5B | 0 | 10 | 2E | 23 | 27 | 1E | 33 |
| Octal | 247 | 215 | 133 | 0 | 20 | 56 | 43 | 47 | 36 | 63 |
| Binary | 10100111 | 10001101 | 1011011 | 0 | 10000 | 101110 | 100011 | 100111 | 11110 | 110011 |
Color Harmonies of #A78D5B
Complementary color
Monochromatic Colors of #A78D5B
Black with #A78D5B
Text Example
Text Example
White with #A78D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D5B; }
p { color: rgb(167,141,91); }
H1.HeaderClassName
{
color: #A78D5B;
}
.AnyTagClassName
{
color: #A78D5B;
}
</style>
background-color css
<style>
a { background-color: #A78D5B; }
a { background-color: rgb(167,141,91); }
div.DivClassName
{
background-color: #A78D5B;
}
.BgClassName
{
background-color: #A78D5B;
}
</style>
border-color css
<style>
span { border-color: #A78D5B; }
span { border-color: rgb(167,141,91); }
td.TdClassName
{
border-color: #A78D5B;
}
.TagClassName
{
border-color: #A78D5B;
}
</style>