Shades of Teak #AD9355
Tints of Teak #AD9355
RGB
CMYK
RGB Variations
Color information
#AD9355 (or 0xAD9355) is known color: Teak. HEX triplet: AD, 93 and 55. RGB value is (173,147,85). Sum of RGB (Red+Green+Blue) = 173+147+85=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9355 is #526CAA. Grayscale: #939393. Windows color (decimal): -5401771 or 5608365. OLE color: 5608365.
HSL color Cylindrical-coordinate representation of color #AD9355: hue angle of 42.27º 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 #AD9355 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 85 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.32 |
| HSL | 42.27º | 0.35% | 0.51% | - |
| HSV(B) | 42.27º | 0.51% | 0.68% | - |
| XYZ | 29.31 | 30.41 | 12.92 | - |
| YUV | 147.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 85 | 0 | 0.15 | 0.51 | 0.32 | 42.27 | 0.35 | 0.51 |
| Hex | AD | 93 | 55 | 0 | F | 33 | 20 | 2A | 23 | 33 |
| Octal | 255 | 223 | 125 | 0 | 17 | 63 | 40 | 52 | 43 | 63 |
| Binary | 10101101 | 10010011 | 1010101 | 0 | 1111 | 110011 | 100000 | 101010 | 100011 | 110011 |
Color Harmonies of #AD9355
Complementary color
Monochromatic Colors of #AD9355
Black with #AD9355
Text Example
Text Example
White with #AD9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9355; }
p { color: rgb(173,147,85); }
H1.HeaderClassName
{
color: #AD9355;
}
.AnyTagClassName
{
color: #AD9355;
}
</style>
background-color css
<style>
a { background-color: #AD9355; }
a { background-color: rgb(173,147,85); }
div.DivClassName
{
background-color: #AD9355;
}
.BgClassName
{
background-color: #AD9355;
}
</style>
border-color css
<style>
span { border-color: #AD9355; }
span { border-color: rgb(173,147,85); }
td.TdClassName
{
border-color: #AD9355;
}
.TagClassName
{
border-color: #AD9355;
}
</style>