Shades of Teak #A08F4F
Tints of Teak #A08F4F
RGB
CMYK
RGB Variations
Color information
#A08F4F (or 0xA08F4F) is known color: Teak. HEX triplet: A0, 8F and 4F. RGB value is (160,143,79). Sum of RGB (Red+Green+Blue) = 160+143+79=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F4F is #5F70B0. Grayscale: #8D8D8D. Windows color (decimal): -6254769 or 5214112. OLE color: 5214112.
HSL color Cylindrical-coordinate representation of color #A08F4F: hue angle of 47.41º 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 #A08F4F is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 79 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.37 |
| HSL | 47.41º | 0.34% | 0.47% | - |
| HSV(B) | 47.41º | 0.51% | 0.63% | - |
| XYZ | 25.73 | 27.68 | 11.38 | - |
| YUV | 140.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 79 | 0 | 0.11 | 0.51 | 0.37 | 47.41 | 0.34 | 0.47 |
| Hex | A0 | 8F | 4F | 0 | B | 33 | 25 | 2F | 22 | 2F |
| Octal | 240 | 217 | 117 | 0 | 13 | 63 | 45 | 57 | 42 | 57 |
| Binary | 10100000 | 10001111 | 1001111 | 0 | 1011 | 110011 | 100101 | 101111 | 100010 | 101111 |
Color Harmonies of #A08F4F
Complementary color
Monochromatic Colors of #A08F4F
Black with #A08F4F
Text Example
Text Example
White with #A08F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F4F; }
p { color: rgb(160,143,79); }
H1.HeaderClassName
{
color: #A08F4F;
}
.AnyTagClassName
{
color: #A08F4F;
}
</style>
background-color css
<style>
a { background-color: #A08F4F; }
a { background-color: rgb(160,143,79); }
div.DivClassName
{
background-color: #A08F4F;
}
.BgClassName
{
background-color: #A08F4F;
}
</style>
border-color css
<style>
span { border-color: #A08F4F; }
span { border-color: rgb(160,143,79); }
td.TdClassName
{
border-color: #A08F4F;
}
.TagClassName
{
border-color: #A08F4F;
}
</style>