Shades of Teak #AD8656
Tints of Teak #AD8656
RGB
CMYK
RGB Variations
Color information
#AD8656 (or 0xAD8656) is known color: Teak. HEX triplet: AD, 86 and 56. RGB value is (173,134,86). Sum of RGB (Red+Green+Blue) = 173+134+86=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8656 is #5279A9. Grayscale: #8C8C8C. Windows color (decimal): -5405098 or 5670573. OLE color: 5670573.
HSL color Cylindrical-coordinate representation of color #AD8656: hue angle of 33.1º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD8656 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 86 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.32 |
| HSL | 33.1º | 0.35% | 0.51% | - |
| HSV(B) | 33.1º | 0.5% | 0.68% | - |
| XYZ | 27.44 | 26.61 | 12.49 | - |
| YUV | 140.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 86 | 0 | 0.23 | 0.50 | 0.32 | 33.1 | 0.35 | 0.51 |
| Hex | AD | 86 | 56 | 0 | 17 | 32 | 20 | 21 | 23 | 33 |
| Octal | 255 | 206 | 126 | 0 | 27 | 62 | 40 | 41 | 43 | 63 |
| Binary | 10101101 | 10000110 | 1010110 | 0 | 10111 | 110010 | 100000 | 100001 | 100011 | 110011 |
Color Harmonies of #AD8656
Complementary color
Monochromatic Colors of #AD8656
Black with #AD8656
Text Example
Text Example
White with #AD8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8656; }
p { color: rgb(173,134,86); }
H1.HeaderClassName
{
color: #AD8656;
}
.AnyTagClassName
{
color: #AD8656;
}
</style>
background-color css
<style>
a { background-color: #AD8656; }
a { background-color: rgb(173,134,86); }
div.DivClassName
{
background-color: #AD8656;
}
.BgClassName
{
background-color: #AD8656;
}
</style>
border-color css
<style>
span { border-color: #AD8656; }
span { border-color: rgb(173,134,86); }
td.TdClassName
{
border-color: #AD8656;
}
.TagClassName
{
border-color: #AD8656;
}
</style>