Shades of Teak #AD8D55
Tints of Teak #AD8D55
RGB
CMYK
RGB Variations
Color information
#AD8D55 (or 0xAD8D55) is known color: Teak. HEX triplet: AD, 8D and 55. RGB value is (173,141,85). Sum of RGB (Red+Green+Blue) = 173+141+85=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D55 is #5272AA. Grayscale: #909090. Windows color (decimal): -5403307 or 5606829. OLE color: 5606829.
HSL color Cylindrical-coordinate representation of color #AD8D55: hue angle of 38.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD8D55 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 85 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.32 |
| HSL | 38.18º | 0.35% | 0.51% | - |
| HSV(B) | 38.18º | 0.51% | 0.68% | - |
| XYZ | 28.4 | 28.59 | 12.62 | - |
| YUV | 144.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 85 | 0 | 0.18 | 0.51 | 0.32 | 38.18 | 0.35 | 0.51 |
| Hex | AD | 8D | 55 | 0 | 12 | 33 | 20 | 26 | 23 | 33 |
| Octal | 255 | 215 | 125 | 0 | 22 | 63 | 40 | 46 | 43 | 63 |
| Binary | 10101101 | 10001101 | 1010101 | 0 | 10010 | 110011 | 100000 | 100110 | 100011 | 110011 |
Color Harmonies of #AD8D55
Complementary color
Monochromatic Colors of #AD8D55
Black with #AD8D55
Text Example
Text Example
White with #AD8D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D55; }
p { color: rgb(173,141,85); }
H1.HeaderClassName
{
color: #AD8D55;
}
.AnyTagClassName
{
color: #AD8D55;
}
</style>
background-color css
<style>
a { background-color: #AD8D55; }
a { background-color: rgb(173,141,85); }
div.DivClassName
{
background-color: #AD8D55;
}
.BgClassName
{
background-color: #AD8D55;
}
</style>
border-color css
<style>
span { border-color: #AD8D55; }
span { border-color: rgb(173,141,85); }
td.TdClassName
{
border-color: #AD8D55;
}
.TagClassName
{
border-color: #AD8D55;
}
</style>