Shades of Teak #AD8F59
Tints of Teak #AD8F59
RGB
CMYK
RGB Variations
Color information
#AD8F59 (or 0xAD8F59) is known color: Teak. HEX triplet: AD, 8F and 59. RGB value is (173,143,89). Sum of RGB (Red+Green+Blue) = 173+143+89=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F59 is #5270A6. Grayscale: #929292. Windows color (decimal): -5402791 or 5869485. OLE color: 5869485.
HSL color Cylindrical-coordinate representation of color #AD8F59: hue angle of 38.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD8F59 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 89 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.32 |
| HSL | 38.57º | 0.34% | 0.51% | - |
| HSV(B) | 38.57º | 0.49% | 0.68% | - |
| XYZ | 28.86 | 29.25 | 13.58 | - |
| YUV | 145.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 89 | 0 | 0.17 | 0.49 | 0.32 | 38.57 | 0.34 | 0.51 |
| Hex | AD | 8F | 59 | 0 | 11 | 31 | 20 | 27 | 22 | 33 |
| Octal | 255 | 217 | 131 | 0 | 21 | 61 | 40 | 47 | 42 | 63 |
| Binary | 10101101 | 10001111 | 1011001 | 0 | 10001 | 110001 | 100000 | 100111 | 100010 | 110011 |
Color Harmonies of #AD8F59
Complementary color
Monochromatic Colors of #AD8F59
Black with #AD8F59
Text Example
Text Example
White with #AD8F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F59; }
p { color: rgb(173,143,89); }
H1.HeaderClassName
{
color: #AD8F59;
}
.AnyTagClassName
{
color: #AD8F59;
}
</style>
background-color css
<style>
a { background-color: #AD8F59; }
a { background-color: rgb(173,143,89); }
div.DivClassName
{
background-color: #AD8F59;
}
.BgClassName
{
background-color: #AD8F59;
}
</style>
border-color css
<style>
span { border-color: #AD8F59; }
span { border-color: rgb(173,143,89); }
td.TdClassName
{
border-color: #AD8F59;
}
.TagClassName
{
border-color: #AD8F59;
}
</style>