Shades of Teak #A0895D
Tints of Teak #A0895D
RGB
CMYK
RGB Variations
Color information
#A0895D (or 0xA0895D) is known color: Teak. HEX triplet: A0, 89 and 5D. RGB value is (160,137,93). Sum of RGB (Red+Green+Blue) = 160+137+93=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0895D is #5F76A2. Grayscale: #8B8B8B. Windows color (decimal): -6256291 or 6130080. OLE color: 6130080.
HSL color Cylindrical-coordinate representation of color #A0895D: hue angle of 39.4º 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 #A0895D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 93 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.37 |
| HSL | 39.4º | 0.26% | 0.5% | - |
| HSV(B) | 39.4º | 0.42% | 0.63% | - |
| XYZ | 25.42 | 26.16 | 14.06 | - |
| YUV | 138.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 93 | 0 | 0.14 | 0.42 | 0.37 | 39.4 | 0.26 | 0.5 |
| Hex | A0 | 89 | 5D | 0 | E | 2A | 25 | 27 | 1A | 32 |
| Octal | 240 | 211 | 135 | 0 | 16 | 52 | 45 | 47 | 32 | 62 |
| Binary | 10100000 | 10001001 | 1011101 | 0 | 1110 | 101010 | 100101 | 100111 | 11010 | 110010 |
Color Harmonies of #A0895D
Complementary color
Monochromatic Colors of #A0895D
Black with #A0895D
Text Example
Text Example
White with #A0895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0895D; }
p { color: rgb(160,137,93); }
H1.HeaderClassName
{
color: #A0895D;
}
.AnyTagClassName
{
color: #A0895D;
}
</style>
background-color css
<style>
a { background-color: #A0895D; }
a { background-color: rgb(160,137,93); }
div.DivClassName
{
background-color: #A0895D;
}
.BgClassName
{
background-color: #A0895D;
}
</style>
border-color css
<style>
span { border-color: #A0895D; }
span { border-color: rgb(160,137,93); }
td.TdClassName
{
border-color: #A0895D;
}
.TagClassName
{
border-color: #A0895D;
}
</style>