Shades of Teak #A08D5D
Tints of Teak #A08D5D
RGB
CMYK
RGB Variations
Color information
#A08D5D (or 0xA08D5D) is known color: Teak. HEX triplet: A0, 8D and 5D. RGB value is (160,141,93). Sum of RGB (Red+Green+Blue) = 160+141+93=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D5D is #5F72A2. Grayscale: #8D8D8D. Windows color (decimal): -6255267 or 6131104. OLE color: 6131104.
HSL color Cylindrical-coordinate representation of color #A08D5D: hue angle of 42.99º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A08D5D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 93 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.37 |
| HSL | 42.99º | 0.26% | 0.5% | - |
| HSV(B) | 42.99º | 0.42% | 0.63% | - |
| XYZ | 26 | 27.31 | 14.26 | - |
| YUV | 141.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 93 | 0 | 0.12 | 0.42 | 0.37 | 42.99 | 0.26 | 0.5 |
| Hex | A0 | 8D | 5D | 0 | C | 2A | 25 | 2B | 1A | 32 |
| Octal | 240 | 215 | 135 | 0 | 14 | 52 | 45 | 53 | 32 | 62 |
| Binary | 10100000 | 10001101 | 1011101 | 0 | 1100 | 101010 | 100101 | 101011 | 11010 | 110010 |
Color Harmonies of #A08D5D
Complementary color
Monochromatic Colors of #A08D5D
Black with #A08D5D
Text Example
Text Example
White with #A08D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D5D; }
p { color: rgb(160,141,93); }
H1.HeaderClassName
{
color: #A08D5D;
}
.AnyTagClassName
{
color: #A08D5D;
}
</style>
background-color css
<style>
a { background-color: #A08D5D; }
a { background-color: rgb(160,141,93); }
div.DivClassName
{
background-color: #A08D5D;
}
.BgClassName
{
background-color: #A08D5D;
}
</style>
border-color css
<style>
span { border-color: #A08D5D; }
span { border-color: rgb(160,141,93); }
td.TdClassName
{
border-color: #A08D5D;
}
.TagClassName
{
border-color: #A08D5D;
}
</style>