Shades of Teak #AD884E
Tints of Teak #AD884E
RGB
CMYK
RGB Variations
Color information
#AD884E (or 0xAD884E) is known color: Teak. HEX triplet: AD, 88 and 4E. RGB value is (173,136,78). Sum of RGB (Red+Green+Blue) = 173+136+78=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD884E is #5277B1. Grayscale: #8C8C8C. Windows color (decimal): -5404594 or 5146797. OLE color: 5146797.
HSL color Cylindrical-coordinate representation of color #AD884E: hue angle of 36.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD884E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 78 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.32 |
| HSL | 36.63º | 0.38% | 0.49% | - |
| HSV(B) | 36.63º | 0.55% | 0.68% | - |
| XYZ | 27.41 | 27.04 | 10.98 | - |
| YUV | 140.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 78 | 0 | 0.21 | 0.55 | 0.32 | 36.63 | 0.38 | 0.49 |
| Hex | AD | 88 | 4E | 0 | 15 | 37 | 20 | 25 | 26 | 31 |
| Octal | 255 | 210 | 116 | 0 | 25 | 67 | 40 | 45 | 46 | 61 |
| Binary | 10101101 | 10001000 | 1001110 | 0 | 10101 | 110111 | 100000 | 100101 | 100110 | 110001 |
Color Harmonies of #AD884E
Complementary color
Monochromatic Colors of #AD884E
Black with #AD884E
Text Example
Text Example
White with #AD884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD884E; }
p { color: rgb(173,136,78); }
H1.HeaderClassName
{
color: #AD884E;
}
.AnyTagClassName
{
color: #AD884E;
}
</style>
background-color css
<style>
a { background-color: #AD884E; }
a { background-color: rgb(173,136,78); }
div.DivClassName
{
background-color: #AD884E;
}
.BgClassName
{
background-color: #AD884E;
}
</style>
border-color css
<style>
span { border-color: #AD884E; }
span { border-color: rgb(173,136,78); }
td.TdClassName
{
border-color: #AD884E;
}
.TagClassName
{
border-color: #AD884E;
}
</style>