Shades of Teak #AD9050
Tints of Teak #AD9050
RGB
CMYK
RGB Variations
Color information
#AD9050 (or 0xAD9050) is known color: Teak. HEX triplet: AD, 90 and 50. RGB value is (173,144,80). Sum of RGB (Red+Green+Blue) = 173+144+80=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9050 is #526FAF. Grayscale: #919191. Windows color (decimal): -5402544 or 5279917. OLE color: 5279917.
HSL color Cylindrical-coordinate representation of color #AD9050: hue angle of 41.29º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD9050 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 80 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.32 |
| HSL | 41.29º | 0.37% | 0.5% | - |
| HSV(B) | 41.29º | 0.54% | 0.68% | - |
| XYZ | 28.65 | 29.41 | 11.76 | - |
| YUV | 145.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 80 | 0 | 0.17 | 0.54 | 0.32 | 41.29 | 0.37 | 0.5 |
| Hex | AD | 90 | 50 | 0 | 11 | 36 | 20 | 29 | 25 | 32 |
| Octal | 255 | 220 | 120 | 0 | 21 | 66 | 40 | 51 | 45 | 62 |
| Binary | 10101101 | 10010000 | 1010000 | 0 | 10001 | 110110 | 100000 | 101001 | 100101 | 110010 |
Color Harmonies of #AD9050
Complementary color
Monochromatic Colors of #AD9050
Black with #AD9050
Text Example
Text Example
White with #AD9050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9050; }
p { color: rgb(173,144,80); }
H1.HeaderClassName
{
color: #AD9050;
}
.AnyTagClassName
{
color: #AD9050;
}
</style>
background-color css
<style>
a { background-color: #AD9050; }
a { background-color: rgb(173,144,80); }
div.DivClassName
{
background-color: #AD9050;
}
.BgClassName
{
background-color: #AD9050;
}
</style>
border-color css
<style>
span { border-color: #AD9050; }
span { border-color: rgb(173,144,80); }
td.TdClassName
{
border-color: #AD9050;
}
.TagClassName
{
border-color: #AD9050;
}
</style>