Shades of Teak #A68C57
Tints of Teak #A68C57
RGB
CMYK
RGB Variations
Color information
#A68C57 (or 0xA68C57) is known color: Teak. HEX triplet: A6, 8C and 57. RGB value is (166,140,87). Sum of RGB (Red+Green+Blue) = 166+140+87=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C57 is #5973A8. Grayscale: #8D8D8D. Windows color (decimal): -5862313 or 5737638. OLE color: 5737638.
HSL color Cylindrical-coordinate representation of color #A68C57: hue angle of 40.25º 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 #A68C57 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 87 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.35 |
| HSL | 40.25º | 0.31% | 0.5% | - |
| HSV(B) | 40.25º | 0.48% | 0.65% | - |
| XYZ | 26.82 | 27.55 | 12.92 | - |
| YUV | 141.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 87 | 0 | 0.16 | 0.48 | 0.35 | 40.25 | 0.31 | 0.5 |
| Hex | A6 | 8C | 57 | 0 | 10 | 30 | 23 | 28 | 1F | 32 |
| Octal | 246 | 214 | 127 | 0 | 20 | 60 | 43 | 50 | 37 | 62 |
| Binary | 10100110 | 10001100 | 1010111 | 0 | 10000 | 110000 | 100011 | 101000 | 11111 | 110010 |
Color Harmonies of #A68C57
Complementary color
Monochromatic Colors of #A68C57
Black with #A68C57
Text Example
Text Example
White with #A68C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C57; }
p { color: rgb(166,140,87); }
H1.HeaderClassName
{
color: #A68C57;
}
.AnyTagClassName
{
color: #A68C57;
}
</style>
background-color css
<style>
a { background-color: #A68C57; }
a { background-color: rgb(166,140,87); }
div.DivClassName
{
background-color: #A68C57;
}
.BgClassName
{
background-color: #A68C57;
}
</style>
border-color css
<style>
span { border-color: #A68C57; }
span { border-color: rgb(166,140,87); }
td.TdClassName
{
border-color: #A68C57;
}
.TagClassName
{
border-color: #A68C57;
}
</style>