Shades of Teak #AD8459
Tints of Teak #AD8459
RGB
CMYK
RGB Variations
Color information
#AD8459 (or 0xAD8459) is known color: Teak. HEX triplet: AD, 84 and 59. RGB value is (173,132,89). Sum of RGB (Red+Green+Blue) = 173+132+89=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8459 is #527BA6. Grayscale: #8B8B8B. Windows color (decimal): -5405607 or 5866669. OLE color: 5866669.
HSL color Cylindrical-coordinate representation of color #AD8459: hue angle of 30.71º 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 #AD8459 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 89 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.32 |
| HSL | 30.71º | 0.34% | 0.51% | - |
| HSV(B) | 30.71º | 0.49% | 0.68% | - |
| XYZ | 27.29 | 26.11 | 13.05 | - |
| YUV | 139.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 89 | 0 | 0.24 | 0.49 | 0.32 | 30.71 | 0.34 | 0.51 |
| Hex | AD | 84 | 59 | 0 | 18 | 31 | 20 | 1F | 22 | 33 |
| Octal | 255 | 204 | 131 | 0 | 30 | 61 | 40 | 37 | 42 | 63 |
| Binary | 10101101 | 10000100 | 1011001 | 0 | 11000 | 110001 | 100000 | 11111 | 100010 | 110011 |
Color Harmonies of #AD8459
Complementary color
Monochromatic Colors of #AD8459
Black with #AD8459
Text Example
Text Example
White with #AD8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8459; }
p { color: rgb(173,132,89); }
H1.HeaderClassName
{
color: #AD8459;
}
.AnyTagClassName
{
color: #AD8459;
}
</style>
background-color css
<style>
a { background-color: #AD8459; }
a { background-color: rgb(173,132,89); }
div.DivClassName
{
background-color: #AD8459;
}
.BgClassName
{
background-color: #AD8459;
}
</style>
border-color css
<style>
span { border-color: #AD8459; }
span { border-color: rgb(173,132,89); }
td.TdClassName
{
border-color: #AD8459;
}
.TagClassName
{
border-color: #AD8459;
}
</style>