Shades of Teak #AD8D59
Tints of Teak #AD8D59
RGB
CMYK
RGB Variations
Color information
#AD8D59 (or 0xAD8D59) is known color: Teak. HEX triplet: AD, 8D and 59. RGB value is (173,141,89). Sum of RGB (Red+Green+Blue) = 173+141+89=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D59 is #5272A6. Grayscale: #909090. Windows color (decimal): -5403303 or 5868973. OLE color: 5868973.
HSL color Cylindrical-coordinate representation of color #AD8D59: hue angle of 37.14º 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 #AD8D59 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 89 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.32 |
| HSL | 37.14º | 0.34% | 0.51% | - |
| HSV(B) | 37.14º | 0.49% | 0.68% | - |
| XYZ | 28.56 | 28.66 | 13.48 | - |
| YUV | 144.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 89 | 0 | 0.18 | 0.49 | 0.32 | 37.14 | 0.34 | 0.51 |
| Hex | AD | 8D | 59 | 0 | 12 | 31 | 20 | 25 | 22 | 33 |
| Octal | 255 | 215 | 131 | 0 | 22 | 61 | 40 | 45 | 42 | 63 |
| Binary | 10101101 | 10001101 | 1011001 | 0 | 10010 | 110001 | 100000 | 100101 | 100010 | 110011 |
Color Harmonies of #AD8D59
Complementary color
Monochromatic Colors of #AD8D59
Black with #AD8D59
Text Example
Text Example
White with #AD8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D59; }
p { color: rgb(173,141,89); }
H1.HeaderClassName
{
color: #AD8D59;
}
.AnyTagClassName
{
color: #AD8D59;
}
</style>
background-color css
<style>
a { background-color: #AD8D59; }
a { background-color: rgb(173,141,89); }
div.DivClassName
{
background-color: #AD8D59;
}
.BgClassName
{
background-color: #AD8D59;
}
</style>
border-color css
<style>
span { border-color: #AD8D59; }
span { border-color: rgb(173,141,89); }
td.TdClassName
{
border-color: #AD8D59;
}
.TagClassName
{
border-color: #AD8D59;
}
</style>