Shades of Teak #AD8D58
Tints of Teak #AD8D58
RGB
CMYK
RGB Variations
Color information
#AD8D58 (or 0xAD8D58) is known color: Teak. HEX triplet: AD, 8D and 58. RGB value is (173,141,88). Sum of RGB (Red+Green+Blue) = 173+141+88=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D58 is #5272A7. Grayscale: #909090. Windows color (decimal): -5403304 or 5803437. OLE color: 5803437.
HSL color Cylindrical-coordinate representation of color #AD8D58: hue angle of 37.41º 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 #AD8D58 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 88 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.32 |
| HSL | 37.41º | 0.34% | 0.51% | - |
| HSV(B) | 37.41º | 0.49% | 0.68% | - |
| XYZ | 28.52 | 28.64 | 13.26 | - |
| YUV | 144.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 88 | 0 | 0.18 | 0.49 | 0.32 | 37.41 | 0.34 | 0.51 |
| Hex | AD | 8D | 58 | 0 | 12 | 31 | 20 | 25 | 22 | 33 |
| Octal | 255 | 215 | 130 | 0 | 22 | 61 | 40 | 45 | 42 | 63 |
| Binary | 10101101 | 10001101 | 1011000 | 0 | 10010 | 110001 | 100000 | 100101 | 100010 | 110011 |
Color Harmonies of #AD8D58
Complementary color
Monochromatic Colors of #AD8D58
Black with #AD8D58
Text Example
Text Example
White with #AD8D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D58; }
p { color: rgb(173,141,88); }
H1.HeaderClassName
{
color: #AD8D58;
}
.AnyTagClassName
{
color: #AD8D58;
}
</style>
background-color css
<style>
a { background-color: #AD8D58; }
a { background-color: rgb(173,141,88); }
div.DivClassName
{
background-color: #AD8D58;
}
.BgClassName
{
background-color: #AD8D58;
}
</style>
border-color css
<style>
span { border-color: #AD8D58; }
span { border-color: rgb(173,141,88); }
td.TdClassName
{
border-color: #AD8D58;
}
.TagClassName
{
border-color: #AD8D58;
}
</style>