Shades of Teak #A68C60
Tints of Teak #A68C60
RGB
CMYK
RGB Variations
Color information
#A68C60 (or 0xA68C60) is known color: Teak. HEX triplet: A6, 8C and 60. RGB value is (166,140,96). Sum of RGB (Red+Green+Blue) = 166+140+96=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C60 is #59739F. Grayscale: #8E8E8E. Windows color (decimal): -5862304 or 6327462. OLE color: 6327462.
HSL color Cylindrical-coordinate representation of color #A68C60: hue angle of 37.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68C60 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 96 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.35 |
| HSL | 37.71º | 0.28% | 0.51% | - |
| HSV(B) | 37.71º | 0.42% | 0.65% | - |
| XYZ | 27.22 | 27.71 | 14.98 | - |
| YUV | 142.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 96 | 0 | 0.16 | 0.42 | 0.35 | 37.71 | 0.28 | 0.51 |
| Hex | A6 | 8C | 60 | 0 | 10 | 2A | 23 | 26 | 1C | 33 |
| Octal | 246 | 214 | 140 | 0 | 20 | 52 | 43 | 46 | 34 | 63 |
| Binary | 10100110 | 10001100 | 1100000 | 0 | 10000 | 101010 | 100011 | 100110 | 11100 | 110011 |
Color Harmonies of #A68C60
Complementary color
Monochromatic Colors of #A68C60
Black with #A68C60
Text Example
Text Example
White with #A68C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C60; }
p { color: rgb(166,140,96); }
H1.HeaderClassName
{
color: #A68C60;
}
.AnyTagClassName
{
color: #A68C60;
}
</style>
background-color css
<style>
a { background-color: #A68C60; }
a { background-color: rgb(166,140,96); }
div.DivClassName
{
background-color: #A68C60;
}
.BgClassName
{
background-color: #A68C60;
}
</style>
border-color css
<style>
span { border-color: #A68C60; }
span { border-color: rgb(166,140,96); }
td.TdClassName
{
border-color: #A68C60;
}
.TagClassName
{
border-color: #A68C60;
}
</style>