Shades of Teak #A78E5C
Tints of Teak #A78E5C
RGB
CMYK
RGB Variations
Color information
#A78E5C (or 0xA78E5C) is known color: Teak. HEX triplet: A7, 8E and 5C. RGB value is (167,142,92). Sum of RGB (Red+Green+Blue) = 167+142+92=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E5C is #5871A3. Grayscale: #909090. Windows color (decimal): -5796260 or 6065831. OLE color: 6065831.
HSL color Cylindrical-coordinate representation of color #A78E5C: hue angle of 40º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A78E5C is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 92 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.35 |
| HSL | 40º | 0.3% | 0.51% | - |
| HSV(B) | 40º | 0.45% | 0.65% | - |
| XYZ | 27.54 | 28.33 | 14.14 | - |
| YUV | 143.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 92 | 0 | 0.15 | 0.45 | 0.35 | 40 | 0.3 | 0.51 |
| Hex | A7 | 8E | 5C | 0 | F | 2D | 23 | 28 | 1E | 33 |
| Octal | 247 | 216 | 134 | 0 | 17 | 55 | 43 | 50 | 36 | 63 |
| Binary | 10100111 | 10001110 | 1011100 | 0 | 1111 | 101101 | 100011 | 101000 | 11110 | 110011 |
Color Harmonies of #A78E5C
Complementary color
Monochromatic Colors of #A78E5C
Black with #A78E5C
Text Example
Text Example
White with #A78E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E5C; }
p { color: rgb(167,142,92); }
H1.HeaderClassName
{
color: #A78E5C;
}
.AnyTagClassName
{
color: #A78E5C;
}
</style>
background-color css
<style>
a { background-color: #A78E5C; }
a { background-color: rgb(167,142,92); }
div.DivClassName
{
background-color: #A78E5C;
}
.BgClassName
{
background-color: #A78E5C;
}
</style>
border-color css
<style>
span { border-color: #A78E5C; }
span { border-color: rgb(167,142,92); }
td.TdClassName
{
border-color: #A78E5C;
}
.TagClassName
{
border-color: #A78E5C;
}
</style>