Shades of Teak #A08A57
Tints of Teak #A08A57
RGB
CMYK
RGB Variations
Color information
#A08A57 (or 0xA08A57) is known color: Teak. HEX triplet: A0, 8A and 57. RGB value is (160,138,87). Sum of RGB (Red+Green+Blue) = 160+138+87=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A57 is #5F75A8. Grayscale: #8A8A8A. Windows color (decimal): -6256041 or 5737120. OLE color: 5737120.
HSL color Cylindrical-coordinate representation of color #A08A57: hue angle of 41.92º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A08A57 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 87 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.37 |
| HSL | 41.92º | 0.3% | 0.48% | - |
| HSV(B) | 41.92º | 0.46% | 0.63% | - |
| XYZ | 25.31 | 26.34 | 12.77 | - |
| YUV | 138.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 87 | 0 | 0.14 | 0.46 | 0.37 | 41.92 | 0.3 | 0.48 |
| Hex | A0 | 8A | 57 | 0 | E | 2E | 25 | 2A | 1E | 30 |
| Octal | 240 | 212 | 127 | 0 | 16 | 56 | 45 | 52 | 36 | 60 |
| Binary | 10100000 | 10001010 | 1010111 | 0 | 1110 | 101110 | 100101 | 101010 | 11110 | 110000 |
Color Harmonies of #A08A57
Complementary color
Monochromatic Colors of #A08A57
Black with #A08A57
Text Example
Text Example
White with #A08A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A57; }
p { color: rgb(160,138,87); }
H1.HeaderClassName
{
color: #A08A57;
}
.AnyTagClassName
{
color: #A08A57;
}
</style>
background-color css
<style>
a { background-color: #A08A57; }
a { background-color: rgb(160,138,87); }
div.DivClassName
{
background-color: #A08A57;
}
.BgClassName
{
background-color: #A08A57;
}
</style>
border-color css
<style>
span { border-color: #A08A57; }
span { border-color: rgb(160,138,87); }
td.TdClassName
{
border-color: #A08A57;
}
.TagClassName
{
border-color: #A08A57;
}
</style>