Shades of Teak #AD895F
Tints of Teak #AD895F
RGB
CMYK
RGB Variations
Color information
#AD895F (or 0xAD895F) is known color: Teak. HEX triplet: AD, 89 and 5F. RGB value is (173,137,95). Sum of RGB (Red+Green+Blue) = 173+137+95=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD895F is #5276A0. Grayscale: #8F8F8F. Windows color (decimal): -5404321 or 6261165. OLE color: 6261165.
HSL color Cylindrical-coordinate representation of color #AD895F: hue angle of 32.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD895F is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 95 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.32 |
| HSL | 32.31º | 0.32% | 0.53% | - |
| HSV(B) | 32.31º | 0.45% | 0.68% | - |
| XYZ | 28.24 | 27.6 | 14.67 | - |
| YUV | 142.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 95 | 0 | 0.21 | 0.45 | 0.32 | 32.31 | 0.32 | 0.53 |
| Hex | AD | 89 | 5F | 0 | 15 | 2D | 20 | 20 | 20 | 35 |
| Octal | 255 | 211 | 137 | 0 | 25 | 55 | 40 | 40 | 40 | 65 |
| Binary | 10101101 | 10001001 | 1011111 | 0 | 10101 | 101101 | 100000 | 100000 | 100000 | 110101 |
Color Harmonies of #AD895F
Complementary color
Monochromatic Colors of #AD895F
Black with #AD895F
Text Example
Text Example
White with #AD895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD895F; }
p { color: rgb(173,137,95); }
H1.HeaderClassName
{
color: #AD895F;
}
.AnyTagClassName
{
color: #AD895F;
}
</style>
background-color css
<style>
a { background-color: #AD895F; }
a { background-color: rgb(173,137,95); }
div.DivClassName
{
background-color: #AD895F;
}
.BgClassName
{
background-color: #AD895F;
}
</style>
border-color css
<style>
span { border-color: #AD895F; }
span { border-color: rgb(173,137,95); }
td.TdClassName
{
border-color: #AD895F;
}
.TagClassName
{
border-color: #AD895F;
}
</style>