Shades of Teak #AD8C58
Tints of Teak #AD8C58
RGB
CMYK
RGB Variations
Color information
#AD8C58 (or 0xAD8C58) is known color: Teak. HEX triplet: AD, 8C and 58. RGB value is (173,140,88). Sum of RGB (Red+Green+Blue) = 173+140+88=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C58 is #5273A7. Grayscale: #909090. Windows color (decimal): -5403560 or 5803181. OLE color: 5803181.
HSL color Cylindrical-coordinate representation of color #AD8C58: hue angle of 36.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD8C58 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 88 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.32 |
| HSL | 36.71º | 0.34% | 0.51% | - |
| HSV(B) | 36.71º | 0.49% | 0.68% | - |
| XYZ | 28.37 | 28.34 | 13.21 | - |
| YUV | 143.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 88 | 0 | 0.19 | 0.49 | 0.32 | 36.71 | 0.34 | 0.51 |
| Hex | AD | 8C | 58 | 0 | 13 | 31 | 20 | 25 | 22 | 33 |
| Octal | 255 | 214 | 130 | 0 | 23 | 61 | 40 | 45 | 42 | 63 |
| Binary | 10101101 | 10001100 | 1011000 | 0 | 10011 | 110001 | 100000 | 100101 | 100010 | 110011 |
Color Harmonies of #AD8C58
Complementary color
Monochromatic Colors of #AD8C58
Black with #AD8C58
Text Example
Text Example
White with #AD8C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C58; }
p { color: rgb(173,140,88); }
H1.HeaderClassName
{
color: #AD8C58;
}
.AnyTagClassName
{
color: #AD8C58;
}
</style>
background-color css
<style>
a { background-color: #AD8C58; }
a { background-color: rgb(173,140,88); }
div.DivClassName
{
background-color: #AD8C58;
}
.BgClassName
{
background-color: #AD8C58;
}
</style>
border-color css
<style>
span { border-color: #AD8C58; }
span { border-color: rgb(173,140,88); }
td.TdClassName
{
border-color: #AD8C58;
}
.TagClassName
{
border-color: #AD8C58;
}
</style>