Shades of Teak #A08F53
Tints of Teak #A08F53
RGB
CMYK
RGB Variations
Color information
#A08F53 (or 0xA08F53) is known color: Teak. HEX triplet: A0, 8F and 53. RGB value is (160,143,83). Sum of RGB (Red+Green+Blue) = 160+143+83=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F53 is #5F70AC. Grayscale: #8D8D8D. Windows color (decimal): -6254765 or 5476256. OLE color: 5476256.
HSL color Cylindrical-coordinate representation of color #A08F53: hue angle of 46.75º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A08F53 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 83 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.37 |
| HSL | 46.75º | 0.32% | 0.48% | - |
| HSV(B) | 46.75º | 0.48% | 0.63% | - |
| XYZ | 25.88 | 27.74 | 12.17 | - |
| YUV | 141.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 83 | 0 | 0.11 | 0.48 | 0.37 | 46.75 | 0.32 | 0.48 |
| Hex | A0 | 8F | 53 | 0 | B | 30 | 25 | 2F | 20 | 30 |
| Octal | 240 | 217 | 123 | 0 | 13 | 60 | 45 | 57 | 40 | 60 |
| Binary | 10100000 | 10001111 | 1010011 | 0 | 1011 | 110000 | 100101 | 101111 | 100000 | 110000 |
Color Harmonies of #A08F53
Complementary color
Monochromatic Colors of #A08F53
Black with #A08F53
Text Example
Text Example
White with #A08F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F53; }
p { color: rgb(160,143,83); }
H1.HeaderClassName
{
color: #A08F53;
}
.AnyTagClassName
{
color: #A08F53;
}
</style>
background-color css
<style>
a { background-color: #A08F53; }
a { background-color: rgb(160,143,83); }
div.DivClassName
{
background-color: #A08F53;
}
.BgClassName
{
background-color: #A08F53;
}
</style>
border-color css
<style>
span { border-color: #A08F53; }
span { border-color: rgb(160,143,83); }
td.TdClassName
{
border-color: #A08F53;
}
.TagClassName
{
border-color: #A08F53;
}
</style>