Shades of Teak #A08D60
Tints of Teak #A08D60
RGB
CMYK
RGB Variations
Color information
#A08D60 (or 0xA08D60) is known color: Teak. HEX triplet: A0, 8D and 60. RGB value is (160,141,96). Sum of RGB (Red+Green+Blue) = 160+141+96=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D60 is #5F729F. Grayscale: #8D8D8D. Windows color (decimal): -6255264 or 6327712. OLE color: 6327712.
HSL color Cylindrical-coordinate representation of color #A08D60: hue angle of 42.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08D60 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 96 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.37 |
| HSL | 42.19º | 0.25% | 0.5% | - |
| HSV(B) | 42.19º | 0.4% | 0.63% | - |
| XYZ | 26.13 | 27.37 | 14.97 | - |
| YUV | 141.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 96 | 0 | 0.12 | 0.4 | 0.37 | 42.19 | 0.25 | 0.5 |
| Hex | A0 | 8D | 60 | 0 | C | 28 | 25 | 2A | 19 | 32 |
| Octal | 240 | 215 | 140 | 0 | 14 | 50 | 45 | 52 | 31 | 62 |
| Binary | 10100000 | 10001101 | 1100000 | 0 | 1100 | 101000 | 100101 | 101010 | 11001 | 110010 |
Color Harmonies of #A08D60
Complementary color
Monochromatic Colors of #A08D60
Black with #A08D60
Text Example
Text Example
White with #A08D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D60; }
p { color: rgb(160,141,96); }
H1.HeaderClassName
{
color: #A08D60;
}
.AnyTagClassName
{
color: #A08D60;
}
</style>
background-color css
<style>
a { background-color: #A08D60; }
a { background-color: rgb(160,141,96); }
div.DivClassName
{
background-color: #A08D60;
}
.BgClassName
{
background-color: #A08D60;
}
</style>
border-color css
<style>
span { border-color: #A08D60; }
span { border-color: rgb(160,141,96); }
td.TdClassName
{
border-color: #A08D60;
}
.TagClassName
{
border-color: #A08D60;
}
</style>