Shades of Teak #AD8C59
Tints of Teak #AD8C59
RGB
CMYK
RGB Variations
Color information
#AD8C59 (or 0xAD8C59) is known color: Teak. HEX triplet: AD, 8C and 59. RGB value is (173,140,89). Sum of RGB (Red+Green+Blue) = 173+140+89=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C59 is #5273A6. Grayscale: #909090. Windows color (decimal): -5403559 or 5868717. OLE color: 5868717.
HSL color Cylindrical-coordinate representation of color #AD8C59: hue angle of 36.43º 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 #AD8C59 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 89 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.32 |
| HSL | 36.43º | 0.34% | 0.51% | - |
| HSV(B) | 36.43º | 0.49% | 0.68% | - |
| XYZ | 28.41 | 28.36 | 13.43 | - |
| YUV | 144.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 89 | 0 | 0.19 | 0.49 | 0.32 | 36.43 | 0.34 | 0.51 |
| Hex | AD | 8C | 59 | 0 | 13 | 31 | 20 | 24 | 22 | 33 |
| Octal | 255 | 214 | 131 | 0 | 23 | 61 | 40 | 44 | 42 | 63 |
| Binary | 10101101 | 10001100 | 1011001 | 0 | 10011 | 110001 | 100000 | 100100 | 100010 | 110011 |
Color Harmonies of #AD8C59
Complementary color
Monochromatic Colors of #AD8C59
Black with #AD8C59
Text Example
Text Example
White with #AD8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C59; }
p { color: rgb(173,140,89); }
H1.HeaderClassName
{
color: #AD8C59;
}
.AnyTagClassName
{
color: #AD8C59;
}
</style>
background-color css
<style>
a { background-color: #AD8C59; }
a { background-color: rgb(173,140,89); }
div.DivClassName
{
background-color: #AD8C59;
}
.BgClassName
{
background-color: #AD8C59;
}
</style>
border-color css
<style>
span { border-color: #AD8C59; }
span { border-color: rgb(173,140,89); }
td.TdClassName
{
border-color: #AD8C59;
}
.TagClassName
{
border-color: #AD8C59;
}
</style>