Shades of Teak #AD894C
Tints of Teak #AD894C
RGB
CMYK
RGB Variations
Color information
#AD894C (or 0xAD894C) is known color: Teak. HEX triplet: AD, 89 and 4C. RGB value is (173,137,76). Sum of RGB (Red+Green+Blue) = 173+137+76=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD894C is #5276B3. Grayscale: #8D8D8D. Windows color (decimal): -5404340 or 5015981. OLE color: 5015981.
HSL color Cylindrical-coordinate representation of color #AD894C: hue angle of 37.73º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD894C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 76 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.32 |
| HSL | 37.73º | 0.39% | 0.49% | - |
| HSV(B) | 37.73º | 0.56% | 0.68% | - |
| XYZ | 27.48 | 27.3 | 10.66 | - |
| YUV | 140.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 76 | 0 | 0.21 | 0.56 | 0.32 | 37.73 | 0.39 | 0.49 |
| Hex | AD | 89 | 4C | 0 | 15 | 38 | 20 | 26 | 27 | 31 |
| Octal | 255 | 211 | 114 | 0 | 25 | 70 | 40 | 46 | 47 | 61 |
| Binary | 10101101 | 10001001 | 1001100 | 0 | 10101 | 111000 | 100000 | 100110 | 100111 | 110001 |
Color Harmonies of #AD894C
Complementary color
Monochromatic Colors of #AD894C
Black with #AD894C
Text Example
Text Example
White with #AD894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD894C; }
p { color: rgb(173,137,76); }
H1.HeaderClassName
{
color: #AD894C;
}
.AnyTagClassName
{
color: #AD894C;
}
</style>
background-color css
<style>
a { background-color: #AD894C; }
a { background-color: rgb(173,137,76); }
div.DivClassName
{
background-color: #AD894C;
}
.BgClassName
{
background-color: #AD894C;
}
</style>
border-color css
<style>
span { border-color: #AD894C; }
span { border-color: rgb(173,137,76); }
td.TdClassName
{
border-color: #AD894C;
}
.TagClassName
{
border-color: #AD894C;
}
</style>