Shades of Teak #AD894E
Tints of Teak #AD894E
RGB
CMYK
RGB Variations
Color information
#AD894E (or 0xAD894E) is known color: Teak. HEX triplet: AD, 89 and 4E. RGB value is (173,137,78). Sum of RGB (Red+Green+Blue) = 173+137+78=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD894E is #5276B1. Grayscale: #8D8D8D. Windows color (decimal): -5404338 or 5147053. OLE color: 5147053.
HSL color Cylindrical-coordinate representation of color #AD894E: hue angle of 37.26º 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 #AD894E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 78 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.32 |
| HSL | 37.26º | 0.38% | 0.49% | - |
| HSV(B) | 37.26º | 0.55% | 0.68% | - |
| XYZ | 27.55 | 27.33 | 11.03 | - |
| YUV | 141.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 78 | 0 | 0.21 | 0.55 | 0.32 | 37.26 | 0.38 | 0.49 |
| Hex | AD | 89 | 4E | 0 | 15 | 37 | 20 | 25 | 26 | 31 |
| Octal | 255 | 211 | 116 | 0 | 25 | 67 | 40 | 45 | 46 | 61 |
| Binary | 10101101 | 10001001 | 1001110 | 0 | 10101 | 110111 | 100000 | 100101 | 100110 | 110001 |
Color Harmonies of #AD894E
Complementary color
Monochromatic Colors of #AD894E
Black with #AD894E
Text Example
Text Example
White with #AD894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD894E; }
p { color: rgb(173,137,78); }
H1.HeaderClassName
{
color: #AD894E;
}
.AnyTagClassName
{
color: #AD894E;
}
</style>
background-color css
<style>
a { background-color: #AD894E; }
a { background-color: rgb(173,137,78); }
div.DivClassName
{
background-color: #AD894E;
}
.BgClassName
{
background-color: #AD894E;
}
</style>
border-color css
<style>
span { border-color: #AD894E; }
span { border-color: rgb(173,137,78); }
td.TdClassName
{
border-color: #AD894E;
}
.TagClassName
{
border-color: #AD894E;
}
</style>