Shades of Teak #A68E55
Tints of Teak #A68E55
RGB
CMYK
RGB Variations
Color information
#A68E55 (or 0xA68E55) is known color: Teak. HEX triplet: A6, 8E and 55. RGB value is (166,142,85). Sum of RGB (Red+Green+Blue) = 166+142+85=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E55 is #5971AA. Grayscale: #8E8E8E. Windows color (decimal): -5861803 or 5607078. OLE color: 5607078.
HSL color Cylindrical-coordinate representation of color #A68E55: hue angle of 42.22º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A68E55 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 85 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.35 |
| HSL | 42.22º | 0.32% | 0.49% | - |
| HSV(B) | 42.22º | 0.49% | 0.65% | - |
| XYZ | 27.04 | 28.11 | 12.59 | - |
| YUV | 142.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 85 | 0 | 0.14 | 0.49 | 0.35 | 42.22 | 0.32 | 0.49 |
| Hex | A6 | 8E | 55 | 0 | E | 31 | 23 | 2A | 20 | 31 |
| Octal | 246 | 216 | 125 | 0 | 16 | 61 | 43 | 52 | 40 | 61 |
| Binary | 10100110 | 10001110 | 1010101 | 0 | 1110 | 110001 | 100011 | 101010 | 100000 | 110001 |
Color Harmonies of #A68E55
Complementary color
Monochromatic Colors of #A68E55
Black with #A68E55
Text Example
Text Example
White with #A68E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E55; }
p { color: rgb(166,142,85); }
H1.HeaderClassName
{
color: #A68E55;
}
.AnyTagClassName
{
color: #A68E55;
}
</style>
background-color css
<style>
a { background-color: #A68E55; }
a { background-color: rgb(166,142,85); }
div.DivClassName
{
background-color: #A68E55;
}
.BgClassName
{
background-color: #A68E55;
}
</style>
border-color css
<style>
span { border-color: #A68E55; }
span { border-color: rgb(166,142,85); }
td.TdClassName
{
border-color: #A68E55;
}
.TagClassName
{
border-color: #A68E55;
}
</style>