Shades of Teak #A08E55
Tints of Teak #A08E55
RGB
CMYK
RGB Variations
Color information
#A08E55 (or 0xA08E55) is known color: Teak. HEX triplet: A0, 8E and 55. RGB value is (160,142,85). Sum of RGB (Red+Green+Blue) = 160+142+85=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E55 is #5F71AA. Grayscale: #8D8D8D. Windows color (decimal): -6255019 or 5607072. OLE color: 5607072.
HSL color Cylindrical-coordinate representation of color #A08E55: hue angle of 45.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A08E55 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 85 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.37 |
| HSL | 45.6º | 0.31% | 0.48% | - |
| HSV(B) | 45.6º | 0.47% | 0.63% | - |
| XYZ | 25.81 | 27.48 | 12.54 | - |
| YUV | 140.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 85 | 0 | 0.11 | 0.47 | 0.37 | 45.6 | 0.31 | 0.48 |
| Hex | A0 | 8E | 55 | 0 | B | 2F | 25 | 2E | 1F | 30 |
| Octal | 240 | 216 | 125 | 0 | 13 | 57 | 45 | 56 | 37 | 60 |
| Binary | 10100000 | 10001110 | 1010101 | 0 | 1011 | 101111 | 100101 | 101110 | 11111 | 110000 |
Color Harmonies of #A08E55
Complementary color
Monochromatic Colors of #A08E55
Black with #A08E55
Text Example
Text Example
White with #A08E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E55; }
p { color: rgb(160,142,85); }
H1.HeaderClassName
{
color: #A08E55;
}
.AnyTagClassName
{
color: #A08E55;
}
</style>
background-color css
<style>
a { background-color: #A08E55; }
a { background-color: rgb(160,142,85); }
div.DivClassName
{
background-color: #A08E55;
}
.BgClassName
{
background-color: #A08E55;
}
</style>
border-color css
<style>
span { border-color: #A08E55; }
span { border-color: rgb(160,142,85); }
td.TdClassName
{
border-color: #A08E55;
}
.TagClassName
{
border-color: #A08E55;
}
</style>