Shades of Teak #AD895E
Tints of Teak #AD895E
RGB
CMYK
RGB Variations
Color information
#AD895E (or 0xAD895E) is known color: Teak. HEX triplet: AD, 89 and 5E. RGB value is (173,137,94). Sum of RGB (Red+Green+Blue) = 173+137+94=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD895E is #5276A1. Grayscale: #8F8F8F. Windows color (decimal): -5404322 or 6195629. OLE color: 6195629.
HSL color Cylindrical-coordinate representation of color #AD895E: hue angle of 32.66º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD895E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 94 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.32 |
| HSL | 32.66º | 0.33% | 0.52% | - |
| HSV(B) | 32.66º | 0.46% | 0.68% | - |
| XYZ | 28.2 | 27.58 | 14.43 | - |
| YUV | 142.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 94 | 0 | 0.21 | 0.46 | 0.32 | 32.66 | 0.33 | 0.52 |
| Hex | AD | 89 | 5E | 0 | 15 | 2E | 20 | 21 | 21 | 34 |
| Octal | 255 | 211 | 136 | 0 | 25 | 56 | 40 | 41 | 41 | 64 |
| Binary | 10101101 | 10001001 | 1011110 | 0 | 10101 | 101110 | 100000 | 100001 | 100001 | 110100 |
Color Harmonies of #AD895E
Complementary color
Monochromatic Colors of #AD895E
Black with #AD895E
Text Example
Text Example
White with #AD895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD895E; }
p { color: rgb(173,137,94); }
H1.HeaderClassName
{
color: #AD895E;
}
.AnyTagClassName
{
color: #AD895E;
}
</style>
background-color css
<style>
a { background-color: #AD895E; }
a { background-color: rgb(173,137,94); }
div.DivClassName
{
background-color: #AD895E;
}
.BgClassName
{
background-color: #AD895E;
}
</style>
border-color css
<style>
span { border-color: #AD895E; }
span { border-color: rgb(173,137,94); }
td.TdClassName
{
border-color: #AD895E;
}
.TagClassName
{
border-color: #AD895E;
}
</style>