Shades of Teak #AD8854
Tints of Teak #AD8854
RGB
CMYK
RGB Variations
Color information
#AD8854 (or 0xAD8854) is known color: Teak. HEX triplet: AD, 88 and 54. RGB value is (173,136,84). Sum of RGB (Red+Green+Blue) = 173+136+84=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8854 is #5277AB. Grayscale: #8D8D8D. Windows color (decimal): -5404588 or 5540013. OLE color: 5540013.
HSL color Cylindrical-coordinate representation of color #AD8854: hue angle of 35.06º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD8854 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 84 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.32 |
| HSL | 35.06º | 0.35% | 0.5% | - |
| HSV(B) | 35.06º | 0.51% | 0.68% | - |
| XYZ | 27.64 | 27.13 | 12.17 | - |
| YUV | 141.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 84 | 0 | 0.21 | 0.51 | 0.32 | 35.06 | 0.35 | 0.5 |
| Hex | AD | 88 | 54 | 0 | 15 | 33 | 20 | 23 | 23 | 32 |
| Octal | 255 | 210 | 124 | 0 | 25 | 63 | 40 | 43 | 43 | 62 |
| Binary | 10101101 | 10001000 | 1010100 | 0 | 10101 | 110011 | 100000 | 100011 | 100011 | 110010 |
Color Harmonies of #AD8854
Complementary color
Monochromatic Colors of #AD8854
Black with #AD8854
Text Example
Text Example
White with #AD8854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8854; }
p { color: rgb(173,136,84); }
H1.HeaderClassName
{
color: #AD8854;
}
.AnyTagClassName
{
color: #AD8854;
}
</style>
background-color css
<style>
a { background-color: #AD8854; }
a { background-color: rgb(173,136,84); }
div.DivClassName
{
background-color: #AD8854;
}
.BgClassName
{
background-color: #AD8854;
}
</style>
border-color css
<style>
span { border-color: #AD8854; }
span { border-color: rgb(173,136,84); }
td.TdClassName
{
border-color: #AD8854;
}
.TagClassName
{
border-color: #AD8854;
}
</style>