Shades of Teak #AD885F
Tints of Teak #AD885F
RGB
CMYK
RGB Variations
Color information
#AD885F (or 0xAD885F) is known color: Teak. HEX triplet: AD, 88 and 5F. RGB value is (173,136,95). Sum of RGB (Red+Green+Blue) = 173+136+95=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD885F is #5277A0. Grayscale: #8E8E8E. Windows color (decimal): -5404577 or 6260909. OLE color: 6260909.
HSL color Cylindrical-coordinate representation of color #AD885F: hue angle of 31.54º 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 #AD885F is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 95 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.32 |
| HSL | 31.54º | 0.32% | 0.53% | - |
| HSV(B) | 31.54º | 0.45% | 0.68% | - |
| XYZ | 28.1 | 27.32 | 14.62 | - |
| YUV | 142.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 95 | 0 | 0.21 | 0.45 | 0.32 | 31.54 | 0.32 | 0.53 |
| Hex | AD | 88 | 5F | 0 | 15 | 2D | 20 | 20 | 20 | 35 |
| Octal | 255 | 210 | 137 | 0 | 25 | 55 | 40 | 40 | 40 | 65 |
| Binary | 10101101 | 10001000 | 1011111 | 0 | 10101 | 101101 | 100000 | 100000 | 100000 | 110101 |
Color Harmonies of #AD885F
Complementary color
Monochromatic Colors of #AD885F
Black with #AD885F
Text Example
Text Example
White with #AD885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD885F; }
p { color: rgb(173,136,95); }
H1.HeaderClassName
{
color: #AD885F;
}
.AnyTagClassName
{
color: #AD885F;
}
</style>
background-color css
<style>
a { background-color: #AD885F; }
a { background-color: rgb(173,136,95); }
div.DivClassName
{
background-color: #AD885F;
}
.BgClassName
{
background-color: #AD885F;
}
</style>
border-color css
<style>
span { border-color: #AD885F; }
span { border-color: rgb(173,136,95); }
td.TdClassName
{
border-color: #AD885F;
}
.TagClassName
{
border-color: #AD885F;
}
</style>