Shades of Teak #A08E4F
Tints of Teak #A08E4F
RGB
CMYK
RGB Variations
Color information
#A08E4F (or 0xA08E4F) is known color: Teak. HEX triplet: A0, 8E and 4F. RGB value is (160,142,79). Sum of RGB (Red+Green+Blue) = 160+142+79=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E4F is #5F71B0. Grayscale: #8C8C8C. Windows color (decimal): -6255025 or 5213856. OLE color: 5213856.
HSL color Cylindrical-coordinate representation of color #A08E4F: hue angle of 46.67º 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 #A08E4F is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 79 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.37 |
| HSL | 46.67º | 0.34% | 0.47% | - |
| HSV(B) | 46.67º | 0.51% | 0.63% | - |
| XYZ | 25.58 | 27.38 | 11.33 | - |
| YUV | 140.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 79 | 0 | 0.11 | 0.51 | 0.37 | 46.67 | 0.34 | 0.47 |
| Hex | A0 | 8E | 4F | 0 | B | 33 | 25 | 2F | 22 | 2F |
| Octal | 240 | 216 | 117 | 0 | 13 | 63 | 45 | 57 | 42 | 57 |
| Binary | 10100000 | 10001110 | 1001111 | 0 | 1011 | 110011 | 100101 | 101111 | 100010 | 101111 |
Color Harmonies of #A08E4F
Complementary color
Monochromatic Colors of #A08E4F
Black with #A08E4F
Text Example
Text Example
White with #A08E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E4F; }
p { color: rgb(160,142,79); }
H1.HeaderClassName
{
color: #A08E4F;
}
.AnyTagClassName
{
color: #A08E4F;
}
</style>
background-color css
<style>
a { background-color: #A08E4F; }
a { background-color: rgb(160,142,79); }
div.DivClassName
{
background-color: #A08E4F;
}
.BgClassName
{
background-color: #A08E4F;
}
</style>
border-color css
<style>
span { border-color: #A08E4F; }
span { border-color: rgb(160,142,79); }
td.TdClassName
{
border-color: #A08E4F;
}
.TagClassName
{
border-color: #A08E4F;
}
</style>