Shades of Teak #A78D5A
Tints of Teak #A78D5A
RGB
CMYK
RGB Variations
Color information
#A78D5A (or 0xA78D5A) is known color: Teak. HEX triplet: A7, 8D and 5A. RGB value is (167,141,90). Sum of RGB (Red+Green+Blue) = 167+141+90=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D5A is #5872A5. Grayscale: #8F8F8F. Windows color (decimal): -5796518 or 5934503. OLE color: 5934503.
HSL color Cylindrical-coordinate representation of color #A78D5A: hue angle of 39.74º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A78D5A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 90 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.35 |
| HSL | 39.74º | 0.3% | 0.5% | - |
| HSV(B) | 39.74º | 0.46% | 0.65% | - |
| XYZ | 27.31 | 28 | 13.64 | - |
| YUV | 142.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 90 | 0 | 0.16 | 0.46 | 0.35 | 39.74 | 0.3 | 0.5 |
| Hex | A7 | 8D | 5A | 0 | 10 | 2E | 23 | 28 | 1E | 32 |
| Octal | 247 | 215 | 132 | 0 | 20 | 56 | 43 | 50 | 36 | 62 |
| Binary | 10100111 | 10001101 | 1011010 | 0 | 10000 | 101110 | 100011 | 101000 | 11110 | 110010 |
Color Harmonies of #A78D5A
Complementary color
Monochromatic Colors of #A78D5A
Black with #A78D5A
Text Example
Text Example
White with #A78D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D5A; }
p { color: rgb(167,141,90); }
H1.HeaderClassName
{
color: #A78D5A;
}
.AnyTagClassName
{
color: #A78D5A;
}
</style>
background-color css
<style>
a { background-color: #A78D5A; }
a { background-color: rgb(167,141,90); }
div.DivClassName
{
background-color: #A78D5A;
}
.BgClassName
{
background-color: #A78D5A;
}
</style>
border-color css
<style>
span { border-color: #A78D5A; }
span { border-color: rgb(167,141,90); }
td.TdClassName
{
border-color: #A78D5A;
}
.TagClassName
{
border-color: #A78D5A;
}
</style>