Shades of Teak #A08D51
Tints of Teak #A08D51
RGB
CMYK
RGB Variations
Color information
#A08D51 (or 0xA08D51) is known color: Teak. HEX triplet: A0, 8D and 51. RGB value is (160,141,81). Sum of RGB (Red+Green+Blue) = 160+141+81=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D51 is #5F72AE. Grayscale: #8C8C8C. Windows color (decimal): -6255279 or 5344672. OLE color: 5344672.
HSL color Cylindrical-coordinate representation of color #A08D51: hue angle of 45.57º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A08D51 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 81 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.37 |
| HSL | 45.57º | 0.33% | 0.47% | - |
| HSV(B) | 45.57º | 0.49% | 0.63% | - |
| XYZ | 25.51 | 27.12 | 11.67 | - |
| YUV | 139.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 81 | 0 | 0.12 | 0.49 | 0.37 | 45.57 | 0.33 | 0.47 |
| Hex | A0 | 8D | 51 | 0 | C | 31 | 25 | 2E | 21 | 2F |
| Octal | 240 | 215 | 121 | 0 | 14 | 61 | 45 | 56 | 41 | 57 |
| Binary | 10100000 | 10001101 | 1010001 | 0 | 1100 | 110001 | 100101 | 101110 | 100001 | 101111 |
Color Harmonies of #A08D51
Complementary color
Monochromatic Colors of #A08D51
Black with #A08D51
Text Example
Text Example
White with #A08D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D51; }
p { color: rgb(160,141,81); }
H1.HeaderClassName
{
color: #A08D51;
}
.AnyTagClassName
{
color: #A08D51;
}
</style>
background-color css
<style>
a { background-color: #A08D51; }
a { background-color: rgb(160,141,81); }
div.DivClassName
{
background-color: #A08D51;
}
.BgClassName
{
background-color: #A08D51;
}
</style>
border-color css
<style>
span { border-color: #A08D51; }
span { border-color: rgb(160,141,81); }
td.TdClassName
{
border-color: #A08D51;
}
.TagClassName
{
border-color: #A08D51;
}
</style>