Shades of Teak #A68F60
Tints of Teak #A68F60
RGB
CMYK
RGB Variations
Color information
#A68F60 (or 0xA68F60) is known color: Teak. HEX triplet: A6, 8F and 60. RGB value is (166,143,96). Sum of RGB (Red+Green+Blue) = 166+143+96=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F60 is #59709F. Grayscale: #909090. Windows color (decimal): -5861536 or 6328230. OLE color: 6328230.
HSL color Cylindrical-coordinate representation of color #A68F60: hue angle of 40.29º 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 #A68F60 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 96 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.35 |
| HSL | 40.29º | 0.28% | 0.51% | - |
| HSV(B) | 40.29º | 0.42% | 0.65% | - |
| XYZ | 27.66 | 28.6 | 15.13 | - |
| YUV | 144.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 96 | 0 | 0.14 | 0.42 | 0.35 | 40.29 | 0.28 | 0.51 |
| Hex | A6 | 8F | 60 | 0 | E | 2A | 23 | 28 | 1C | 33 |
| Octal | 246 | 217 | 140 | 0 | 16 | 52 | 43 | 50 | 34 | 63 |
| Binary | 10100110 | 10001111 | 1100000 | 0 | 1110 | 101010 | 100011 | 101000 | 11100 | 110011 |
Color Harmonies of #A68F60
Complementary color
Monochromatic Colors of #A68F60
Black with #A68F60
Text Example
Text Example
White with #A68F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F60; }
p { color: rgb(166,143,96); }
H1.HeaderClassName
{
color: #A68F60;
}
.AnyTagClassName
{
color: #A68F60;
}
</style>
background-color css
<style>
a { background-color: #A68F60; }
a { background-color: rgb(166,143,96); }
div.DivClassName
{
background-color: #A68F60;
}
.BgClassName
{
background-color: #A68F60;
}
</style>
border-color css
<style>
span { border-color: #A68F60; }
span { border-color: rgb(166,143,96); }
td.TdClassName
{
border-color: #A68F60;
}
.TagClassName
{
border-color: #A68F60;
}
</style>