Shades of Teak #AD8557
Tints of Teak #AD8557
RGB
CMYK
RGB Variations
Color information
#AD8557 (or 0xAD8557) is known color: Teak. HEX triplet: AD, 85 and 57. RGB value is (173,133,87). Sum of RGB (Red+Green+Blue) = 173+133+87=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8557 is #527AA8. Grayscale: #8B8B8B. Windows color (decimal): -5405353 or 5735853. OLE color: 5735853.
HSL color Cylindrical-coordinate representation of color #AD8557: hue angle of 32.09º degrees, saturation: 0.34, 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 #AD8557 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 87 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.32 |
| HSL | 32.09º | 0.34% | 0.51% | - |
| HSV(B) | 32.09º | 0.5% | 0.68% | - |
| XYZ | 27.34 | 26.35 | 12.66 | - |
| YUV | 139.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 87 | 0 | 0.23 | 0.50 | 0.32 | 32.09 | 0.34 | 0.51 |
| Hex | AD | 85 | 57 | 0 | 17 | 32 | 20 | 20 | 22 | 33 |
| Octal | 255 | 205 | 127 | 0 | 27 | 62 | 40 | 40 | 42 | 63 |
| Binary | 10101101 | 10000101 | 1010111 | 0 | 10111 | 110010 | 100000 | 100000 | 100010 | 110011 |
Color Harmonies of #AD8557
Complementary color
Monochromatic Colors of #AD8557
Black with #AD8557
Text Example
Text Example
White with #AD8557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8557; }
p { color: rgb(173,133,87); }
H1.HeaderClassName
{
color: #AD8557;
}
.AnyTagClassName
{
color: #AD8557;
}
</style>
background-color css
<style>
a { background-color: #AD8557; }
a { background-color: rgb(173,133,87); }
div.DivClassName
{
background-color: #AD8557;
}
.BgClassName
{
background-color: #AD8557;
}
</style>
border-color css
<style>
span { border-color: #AD8557; }
span { border-color: rgb(173,133,87); }
td.TdClassName
{
border-color: #AD8557;
}
.TagClassName
{
border-color: #AD8557;
}
</style>