Shades of Teak #AD885E
Tints of Teak #AD885E
RGB
CMYK
RGB Variations
Color information
#AD885E (or 0xAD885E) is known color: Teak. HEX triplet: AD, 88 and 5E. RGB value is (173,136,94). Sum of RGB (Red+Green+Blue) = 173+136+94=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD885E is #5277A1. Grayscale: #8E8E8E. Windows color (decimal): -5404578 or 6195373. OLE color: 6195373.
HSL color Cylindrical-coordinate representation of color #AD885E: hue angle of 31.9º 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 #AD885E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 94 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.32 |
| HSL | 31.9º | 0.33% | 0.52% | - |
| HSV(B) | 31.9º | 0.46% | 0.68% | - |
| XYZ | 28.06 | 27.3 | 14.38 | - |
| YUV | 142.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 94 | 0 | 0.21 | 0.46 | 0.32 | 31.9 | 0.33 | 0.52 |
| Hex | AD | 88 | 5E | 0 | 15 | 2E | 20 | 20 | 21 | 34 |
| Octal | 255 | 210 | 136 | 0 | 25 | 56 | 40 | 40 | 41 | 64 |
| Binary | 10101101 | 10001000 | 1011110 | 0 | 10101 | 101110 | 100000 | 100000 | 100001 | 110100 |
Color Harmonies of #AD885E
Complementary color
Monochromatic Colors of #AD885E
Black with #AD885E
Text Example
Text Example
White with #AD885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD885E; }
p { color: rgb(173,136,94); }
H1.HeaderClassName
{
color: #AD885E;
}
.AnyTagClassName
{
color: #AD885E;
}
</style>
background-color css
<style>
a { background-color: #AD885E; }
a { background-color: rgb(173,136,94); }
div.DivClassName
{
background-color: #AD885E;
}
.BgClassName
{
background-color: #AD885E;
}
</style>
border-color css
<style>
span { border-color: #AD885E; }
span { border-color: rgb(173,136,94); }
td.TdClassName
{
border-color: #AD885E;
}
.TagClassName
{
border-color: #AD885E;
}
</style>