Shades of Teak #AD8F55
Tints of Teak #AD8F55
RGB
CMYK
RGB Variations
Color information
#AD8F55 (or 0xAD8F55) is known color: Teak. HEX triplet: AD, 8F and 55. RGB value is (173,143,85). Sum of RGB (Red+Green+Blue) = 173+143+85=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F55 is #5270AA. Grayscale: #919191. Windows color (decimal): -5402795 or 5607341. OLE color: 5607341.
HSL color Cylindrical-coordinate representation of color #AD8F55: hue angle of 39.55º 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 #AD8F55 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 85 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.32 |
| HSL | 39.55º | 0.35% | 0.51% | - |
| HSV(B) | 39.55º | 0.51% | 0.68% | - |
| XYZ | 28.7 | 29.19 | 12.72 | - |
| YUV | 145.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 85 | 0 | 0.17 | 0.51 | 0.32 | 39.55 | 0.35 | 0.51 |
| Hex | AD | 8F | 55 | 0 | 11 | 33 | 20 | 28 | 23 | 33 |
| Octal | 255 | 217 | 125 | 0 | 21 | 63 | 40 | 50 | 43 | 63 |
| Binary | 10101101 | 10001111 | 1010101 | 0 | 10001 | 110011 | 100000 | 101000 | 100011 | 110011 |
Color Harmonies of #AD8F55
Complementary color
Monochromatic Colors of #AD8F55
Black with #AD8F55
Text Example
Text Example
White with #AD8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F55; }
p { color: rgb(173,143,85); }
H1.HeaderClassName
{
color: #AD8F55;
}
.AnyTagClassName
{
color: #AD8F55;
}
</style>
background-color css
<style>
a { background-color: #AD8F55; }
a { background-color: rgb(173,143,85); }
div.DivClassName
{
background-color: #AD8F55;
}
.BgClassName
{
background-color: #AD8F55;
}
</style>
border-color css
<style>
span { border-color: #AD8F55; }
span { border-color: rgb(173,143,85); }
td.TdClassName
{
border-color: #AD8F55;
}
.TagClassName
{
border-color: #AD8F55;
}
</style>