Shades of Teak #A08B5B
Tints of Teak #A08B5B
RGB
CMYK
RGB Variations
Color information
#A08B5B (or 0xA08B5B) is known color: Teak. HEX triplet: A0, 8B and 5B. RGB value is (160,139,91). Sum of RGB (Red+Green+Blue) = 160+139+91=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B5B is #5F74A4. Grayscale: #8C8C8C. Windows color (decimal): -6255781 or 5999520. OLE color: 5999520.
HSL color Cylindrical-coordinate representation of color #A08B5B: hue angle of 41.74º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A08B5B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 91 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.37 |
| HSL | 41.74º | 0.27% | 0.49% | - |
| HSV(B) | 41.74º | 0.43% | 0.63% | - |
| XYZ | 25.62 | 26.69 | 13.7 | - |
| YUV | 139.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 91 | 0 | 0.13 | 0.43 | 0.37 | 41.74 | 0.27 | 0.49 |
| Hex | A0 | 8B | 5B | 0 | D | 2B | 25 | 2A | 1B | 31 |
| Octal | 240 | 213 | 133 | 0 | 15 | 53 | 45 | 52 | 33 | 61 |
| Binary | 10100000 | 10001011 | 1011011 | 0 | 1101 | 101011 | 100101 | 101010 | 11011 | 110001 |
Color Harmonies of #A08B5B
Complementary color
Monochromatic Colors of #A08B5B
Black with #A08B5B
Text Example
Text Example
White with #A08B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B5B; }
p { color: rgb(160,139,91); }
H1.HeaderClassName
{
color: #A08B5B;
}
.AnyTagClassName
{
color: #A08B5B;
}
</style>
background-color css
<style>
a { background-color: #A08B5B; }
a { background-color: rgb(160,139,91); }
div.DivClassName
{
background-color: #A08B5B;
}
.BgClassName
{
background-color: #A08B5B;
}
</style>
border-color css
<style>
span { border-color: #A08B5B; }
span { border-color: rgb(160,139,91); }
td.TdClassName
{
border-color: #A08B5B;
}
.TagClassName
{
border-color: #A08B5B;
}
</style>