Shades of Teak #AD8C55
Tints of Teak #AD8C55
RGB
CMYK
RGB Variations
Color information
#AD8C55 (or 0xAD8C55) is known color: Teak. HEX triplet: AD, 8C and 55. RGB value is (173,140,85). Sum of RGB (Red+Green+Blue) = 173+140+85=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C55 is #5273AA. Grayscale: #8F8F8F. Windows color (decimal): -5403563 or 5606573. OLE color: 5606573.
HSL color Cylindrical-coordinate representation of color #AD8C55: hue angle of 37.5º 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 #AD8C55 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 85 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.32 |
| HSL | 37.5º | 0.35% | 0.51% | - |
| HSV(B) | 37.5º | 0.51% | 0.68% | - |
| XYZ | 28.25 | 28.3 | 12.57 | - |
| YUV | 143.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 85 | 0 | 0.19 | 0.51 | 0.32 | 37.5 | 0.35 | 0.51 |
| Hex | AD | 8C | 55 | 0 | 13 | 33 | 20 | 26 | 23 | 33 |
| Octal | 255 | 214 | 125 | 0 | 23 | 63 | 40 | 46 | 43 | 63 |
| Binary | 10101101 | 10001100 | 1010101 | 0 | 10011 | 110011 | 100000 | 100110 | 100011 | 110011 |
Color Harmonies of #AD8C55
Complementary color
Monochromatic Colors of #AD8C55
Black with #AD8C55
Text Example
Text Example
White with #AD8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C55; }
p { color: rgb(173,140,85); }
H1.HeaderClassName
{
color: #AD8C55;
}
.AnyTagClassName
{
color: #AD8C55;
}
</style>
background-color css
<style>
a { background-color: #AD8C55; }
a { background-color: rgb(173,140,85); }
div.DivClassName
{
background-color: #AD8C55;
}
.BgClassName
{
background-color: #AD8C55;
}
</style>
border-color css
<style>
span { border-color: #AD8C55; }
span { border-color: rgb(173,140,85); }
td.TdClassName
{
border-color: #AD8C55;
}
.TagClassName
{
border-color: #AD8C55;
}
</style>