Shades of Teak #AD8659
Tints of Teak #AD8659
RGB
CMYK
RGB Variations
Color information
#AD8659 (or 0xAD8659) is known color: Teak. HEX triplet: AD, 86 and 59. RGB value is (173,134,89). Sum of RGB (Red+Green+Blue) = 173+134+89=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8659 is #5279A6. Grayscale: #8C8C8C. Windows color (decimal): -5405095 or 5867181. OLE color: 5867181.
HSL color Cylindrical-coordinate representation of color #AD8659: hue angle of 32.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 #AD8659 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 89 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.32 |
| HSL | 32.14º | 0.34% | 0.51% | - |
| HSV(B) | 32.14º | 0.49% | 0.68% | - |
| XYZ | 27.56 | 26.66 | 13.14 | - |
| YUV | 140.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 89 | 0 | 0.23 | 0.49 | 0.32 | 32.14 | 0.34 | 0.51 |
| Hex | AD | 86 | 59 | 0 | 17 | 31 | 20 | 20 | 22 | 33 |
| Octal | 255 | 206 | 131 | 0 | 27 | 61 | 40 | 40 | 42 | 63 |
| Binary | 10101101 | 10000110 | 1011001 | 0 | 10111 | 110001 | 100000 | 100000 | 100010 | 110011 |
Color Harmonies of #AD8659
Complementary color
Monochromatic Colors of #AD8659
Black with #AD8659
Text Example
Text Example
White with #AD8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8659; }
p { color: rgb(173,134,89); }
H1.HeaderClassName
{
color: #AD8659;
}
.AnyTagClassName
{
color: #AD8659;
}
</style>
background-color css
<style>
a { background-color: #AD8659; }
a { background-color: rgb(173,134,89); }
div.DivClassName
{
background-color: #AD8659;
}
.BgClassName
{
background-color: #AD8659;
}
</style>
border-color css
<style>
span { border-color: #AD8659; }
span { border-color: rgb(173,134,89); }
td.TdClassName
{
border-color: #AD8659;
}
.TagClassName
{
border-color: #AD8659;
}
</style>