Shades of Teak #AD8855
Tints of Teak #AD8855
RGB
CMYK
RGB Variations
Color information
#AD8855 (or 0xAD8855) is known color: Teak. HEX triplet: AD, 88 and 55. RGB value is (173,136,85). Sum of RGB (Red+Green+Blue) = 173+136+85=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8855 is #5277AA. Grayscale: #8D8D8D. Windows color (decimal): -5404587 or 5605549. OLE color: 5605549.
HSL color Cylindrical-coordinate representation of color #AD8855: hue angle of 34.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD8855 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 85 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.32 |
| HSL | 34.77º | 0.35% | 0.51% | - |
| HSV(B) | 34.77º | 0.51% | 0.68% | - |
| XYZ | 27.68 | 27.15 | 12.38 | - |
| YUV | 141.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 85 | 0 | 0.21 | 0.51 | 0.32 | 34.77 | 0.35 | 0.51 |
| Hex | AD | 88 | 55 | 0 | 15 | 33 | 20 | 23 | 23 | 33 |
| Octal | 255 | 210 | 125 | 0 | 25 | 63 | 40 | 43 | 43 | 63 |
| Binary | 10101101 | 10001000 | 1010101 | 0 | 10101 | 110011 | 100000 | 100011 | 100011 | 110011 |
Color Harmonies of #AD8855
Complementary color
Monochromatic Colors of #AD8855
Black with #AD8855
Text Example
Text Example
White with #AD8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8855; }
p { color: rgb(173,136,85); }
H1.HeaderClassName
{
color: #AD8855;
}
.AnyTagClassName
{
color: #AD8855;
}
</style>
background-color css
<style>
a { background-color: #AD8855; }
a { background-color: rgb(173,136,85); }
div.DivClassName
{
background-color: #AD8855;
}
.BgClassName
{
background-color: #AD8855;
}
</style>
border-color css
<style>
span { border-color: #AD8855; }
span { border-color: rgb(173,136,85); }
td.TdClassName
{
border-color: #AD8855;
}
.TagClassName
{
border-color: #AD8855;
}
</style>