Shades of Teak #A0894F
Tints of Teak #A0894F
RGB
CMYK
RGB Variations
Color information
#A0894F (or 0xA0894F) is known color: Teak. HEX triplet: A0, 89 and 4F. RGB value is (160,137,79). Sum of RGB (Red+Green+Blue) = 160+137+79=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A0894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0894F is #5F76B0. Grayscale: #898989. Windows color (decimal): -6256305 or 5212576. OLE color: 5212576.
HSL color Cylindrical-coordinate representation of color #A0894F: hue angle of 42.96º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0894F is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 79 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.37 |
| HSL | 42.96º | 0.34% | 0.47% | - |
| HSV(B) | 42.96º | 0.51% | 0.63% | - |
| XYZ | 24.85 | 25.93 | 11.09 | - |
| YUV | 137.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 79 | 0 | 0.14 | 0.51 | 0.37 | 42.96 | 0.34 | 0.47 |
| Hex | A0 | 89 | 4F | 0 | E | 33 | 25 | 2B | 22 | 2F |
| Octal | 240 | 211 | 117 | 0 | 16 | 63 | 45 | 53 | 42 | 57 |
| Binary | 10100000 | 10001001 | 1001111 | 0 | 1110 | 110011 | 100101 | 101011 | 100010 | 101111 |
Color Harmonies of #A0894F
Complementary color
Monochromatic Colors of #A0894F
Black with #A0894F
Text Example
Text Example
White with #A0894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0894F; }
p { color: rgb(160,137,79); }
H1.HeaderClassName
{
color: #A0894F;
}
.AnyTagClassName
{
color: #A0894F;
}
</style>
background-color css
<style>
a { background-color: #A0894F; }
a { background-color: rgb(160,137,79); }
div.DivClassName
{
background-color: #A0894F;
}
.BgClassName
{
background-color: #A0894F;
}
</style>
border-color css
<style>
span { border-color: #A0894F; }
span { border-color: rgb(160,137,79); }
td.TdClassName
{
border-color: #A0894F;
}
.TagClassName
{
border-color: #A0894F;
}
</style>