Shades of Teak #AD894B
Tints of Teak #AD894B
RGB
CMYK
RGB Variations
Color information
#AD894B (or 0xAD894B) is known color: Teak. HEX triplet: AD, 89 and 4B. RGB value is (173,137,75). Sum of RGB (Red+Green+Blue) = 173+137+75=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD894B is #5276B4. Grayscale: #8C8C8C. Windows color (decimal): -5404341 or 4950445. OLE color: 4950445.
HSL color Cylindrical-coordinate representation of color #AD894B: hue angle of 37.96º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD894B is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 75 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.32 |
| HSL | 37.96º | 0.4% | 0.49% | - |
| HSV(B) | 37.96º | 0.57% | 0.68% | - |
| XYZ | 27.45 | 27.28 | 10.48 | - |
| YUV | 140.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 75 | 0 | 0.21 | 0.57 | 0.32 | 37.96 | 0.4 | 0.49 |
| Hex | AD | 89 | 4B | 0 | 15 | 39 | 20 | 26 | 28 | 31 |
| Octal | 255 | 211 | 113 | 0 | 25 | 71 | 40 | 46 | 50 | 61 |
| Binary | 10101101 | 10001001 | 1001011 | 0 | 10101 | 111001 | 100000 | 100110 | 101000 | 110001 |
Color Harmonies of #AD894B
Complementary color
Monochromatic Colors of #AD894B
Black with #AD894B
Text Example
Text Example
White with #AD894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD894B; }
p { color: rgb(173,137,75); }
H1.HeaderClassName
{
color: #AD894B;
}
.AnyTagClassName
{
color: #AD894B;
}
</style>
background-color css
<style>
a { background-color: #AD894B; }
a { background-color: rgb(173,137,75); }
div.DivClassName
{
background-color: #AD894B;
}
.BgClassName
{
background-color: #AD894B;
}
</style>
border-color css
<style>
span { border-color: #AD894B; }
span { border-color: rgb(173,137,75); }
td.TdClassName
{
border-color: #AD894B;
}
.TagClassName
{
border-color: #AD894B;
}
</style>