Shades of Teak #A68D57
Tints of Teak #A68D57
RGB
CMYK
RGB Variations
Color information
#A68D57 (or 0xA68D57) is known color: Teak. HEX triplet: A6, 8D and 57. RGB value is (166,141,87). Sum of RGB (Red+Green+Blue) = 166+141+87=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D57 is #5972A8. Grayscale: #8E8E8E. Windows color (decimal): -5862057 or 5737894. OLE color: 5737894.
HSL color Cylindrical-coordinate representation of color #A68D57: hue angle of 41.01º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A68D57 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 87 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.35 |
| HSL | 41.01º | 0.31% | 0.5% | - |
| HSV(B) | 41.01º | 0.48% | 0.65% | - |
| XYZ | 26.97 | 27.84 | 12.97 | - |
| YUV | 142.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 87 | 0 | 0.15 | 0.48 | 0.35 | 41.01 | 0.31 | 0.5 |
| Hex | A6 | 8D | 57 | 0 | F | 30 | 23 | 29 | 1F | 32 |
| Octal | 246 | 215 | 127 | 0 | 17 | 60 | 43 | 51 | 37 | 62 |
| Binary | 10100110 | 10001101 | 1010111 | 0 | 1111 | 110000 | 100011 | 101001 | 11111 | 110010 |
Color Harmonies of #A68D57
Complementary color
Monochromatic Colors of #A68D57
Black with #A68D57
Text Example
Text Example
White with #A68D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D57; }
p { color: rgb(166,141,87); }
H1.HeaderClassName
{
color: #A68D57;
}
.AnyTagClassName
{
color: #A68D57;
}
</style>
background-color css
<style>
a { background-color: #A68D57; }
a { background-color: rgb(166,141,87); }
div.DivClassName
{
background-color: #A68D57;
}
.BgClassName
{
background-color: #A68D57;
}
</style>
border-color css
<style>
span { border-color: #A68D57; }
span { border-color: rgb(166,141,87); }
td.TdClassName
{
border-color: #A68D57;
}
.TagClassName
{
border-color: #A68D57;
}
</style>