Shades of Teak #AD9058
Tints of Teak #AD9058
RGB
CMYK
RGB Variations
Color information
#AD9058 (or 0xAD9058) is known color: Teak. HEX triplet: AD, 90 and 58. RGB value is (173,144,88). Sum of RGB (Red+Green+Blue) = 173+144+88=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9058 is #526FA7. Grayscale: #929292. Windows color (decimal): -5402536 or 5804205. OLE color: 5804205.
HSL color Cylindrical-coordinate representation of color #AD9058: hue angle of 39.53º 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 #AD9058 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 88 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.32 |
| HSL | 39.53º | 0.34% | 0.51% | - |
| HSV(B) | 39.53º | 0.49% | 0.68% | - |
| XYZ | 28.97 | 29.54 | 13.41 | - |
| YUV | 146.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 88 | 0 | 0.17 | 0.49 | 0.32 | 39.53 | 0.34 | 0.51 |
| Hex | AD | 90 | 58 | 0 | 11 | 31 | 20 | 28 | 22 | 33 |
| Octal | 255 | 220 | 130 | 0 | 21 | 61 | 40 | 50 | 42 | 63 |
| Binary | 10101101 | 10010000 | 1011000 | 0 | 10001 | 110001 | 100000 | 101000 | 100010 | 110011 |
Color Harmonies of #AD9058
Complementary color
Monochromatic Colors of #AD9058
Black with #AD9058
Text Example
Text Example
White with #AD9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9058; }
p { color: rgb(173,144,88); }
H1.HeaderClassName
{
color: #AD9058;
}
.AnyTagClassName
{
color: #AD9058;
}
</style>
background-color css
<style>
a { background-color: #AD9058; }
a { background-color: rgb(173,144,88); }
div.DivClassName
{
background-color: #AD9058;
}
.BgClassName
{
background-color: #AD9058;
}
</style>
border-color css
<style>
span { border-color: #AD9058; }
span { border-color: rgb(173,144,88); }
td.TdClassName
{
border-color: #AD9058;
}
.TagClassName
{
border-color: #AD9058;
}
</style>