Shades of Teak #A68D4E
Tints of Teak #A68D4E
RGB
CMYK
RGB Variations
Color information
#A68D4E (or 0xA68D4E) is known color: Teak. HEX triplet: A6, 8D and 4E. RGB value is (166,141,78). Sum of RGB (Red+Green+Blue) = 166+141+78=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D4E is #5972B1. Grayscale: #8D8D8D. Windows color (decimal): -5862066 or 5148070. OLE color: 5148070.
HSL color Cylindrical-coordinate representation of color #A68D4E: hue angle of 42.95º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A68D4E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 78 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.35 |
| HSL | 42.95º | 0.36% | 0.48% | - |
| HSV(B) | 42.95º | 0.53% | 0.65% | - |
| XYZ | 26.63 | 27.71 | 11.15 | - |
| YUV | 141.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 78 | 0 | 0.15 | 0.53 | 0.35 | 42.95 | 0.36 | 0.48 |
| Hex | A6 | 8D | 4E | 0 | F | 35 | 23 | 2B | 24 | 30 |
| Octal | 246 | 215 | 116 | 0 | 17 | 65 | 43 | 53 | 44 | 60 |
| Binary | 10100110 | 10001101 | 1001110 | 0 | 1111 | 110101 | 100011 | 101011 | 100100 | 110000 |
Color Harmonies of #A68D4E
Complementary color
Monochromatic Colors of #A68D4E
Black with #A68D4E
Text Example
Text Example
White with #A68D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D4E; }
p { color: rgb(166,141,78); }
H1.HeaderClassName
{
color: #A68D4E;
}
.AnyTagClassName
{
color: #A68D4E;
}
</style>
background-color css
<style>
a { background-color: #A68D4E; }
a { background-color: rgb(166,141,78); }
div.DivClassName
{
background-color: #A68D4E;
}
.BgClassName
{
background-color: #A68D4E;
}
</style>
border-color css
<style>
span { border-color: #A68D4E; }
span { border-color: rgb(166,141,78); }
td.TdClassName
{
border-color: #A68D4E;
}
.TagClassName
{
border-color: #A68D4E;
}
</style>