Shades of Teak #AD8D50
Tints of Teak #AD8D50
RGB
CMYK
RGB Variations
Color information
#AD8D50 (or 0xAD8D50) is known color: Teak. HEX triplet: AD, 8D and 50. RGB value is (173,141,80). Sum of RGB (Red+Green+Blue) = 173+141+80=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D50 is #5272AF. Grayscale: #8F8F8F. Windows color (decimal): -5403312 or 5279149. OLE color: 5279149.
HSL color Cylindrical-coordinate representation of color #AD8D50: hue angle of 39.35º 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 #AD8D50 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 80 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.32 |
| HSL | 39.35º | 0.37% | 0.5% | - |
| HSV(B) | 39.35º | 0.54% | 0.68% | - |
| XYZ | 28.21 | 28.51 | 11.61 | - |
| YUV | 143.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 80 | 0 | 0.18 | 0.54 | 0.32 | 39.35 | 0.37 | 0.5 |
| Hex | AD | 8D | 50 | 0 | 12 | 36 | 20 | 27 | 25 | 32 |
| Octal | 255 | 215 | 120 | 0 | 22 | 66 | 40 | 47 | 45 | 62 |
| Binary | 10101101 | 10001101 | 1010000 | 0 | 10010 | 110110 | 100000 | 100111 | 100101 | 110010 |
Color Harmonies of #AD8D50
Complementary color
Monochromatic Colors of #AD8D50
Black with #AD8D50
Text Example
Text Example
White with #AD8D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D50; }
p { color: rgb(173,141,80); }
H1.HeaderClassName
{
color: #AD8D50;
}
.AnyTagClassName
{
color: #AD8D50;
}
</style>
background-color css
<style>
a { background-color: #AD8D50; }
a { background-color: rgb(173,141,80); }
div.DivClassName
{
background-color: #AD8D50;
}
.BgClassName
{
background-color: #AD8D50;
}
</style>
border-color css
<style>
span { border-color: #AD8D50; }
span { border-color: rgb(173,141,80); }
td.TdClassName
{
border-color: #AD8D50;
}
.TagClassName
{
border-color: #AD8D50;
}
</style>