Shades of Teak #AD8C50
Tints of Teak #AD8C50
RGB
CMYK
RGB Variations
Color information
#AD8C50 (or 0xAD8C50) is known color: Teak. HEX triplet: AD, 8C and 50. RGB value is (173,140,80). Sum of RGB (Red+Green+Blue) = 173+140+80=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C50 is #5273AF. Grayscale: #8F8F8F. Windows color (decimal): -5403568 or 5278893. OLE color: 5278893.
HSL color Cylindrical-coordinate representation of color #AD8C50: hue angle of 38.71º 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 #AD8C50 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 80 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.32 |
| HSL | 38.71º | 0.37% | 0.5% | - |
| HSV(B) | 38.71º | 0.54% | 0.68% | - |
| XYZ | 28.06 | 28.22 | 11.56 | - |
| YUV | 143.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 80 | 0 | 0.19 | 0.54 | 0.32 | 38.71 | 0.37 | 0.5 |
| Hex | AD | 8C | 50 | 0 | 13 | 36 | 20 | 27 | 25 | 32 |
| Octal | 255 | 214 | 120 | 0 | 23 | 66 | 40 | 47 | 45 | 62 |
| Binary | 10101101 | 10001100 | 1010000 | 0 | 10011 | 110110 | 100000 | 100111 | 100101 | 110010 |
Color Harmonies of #AD8C50
Complementary color
Monochromatic Colors of #AD8C50
Black with #AD8C50
Text Example
Text Example
White with #AD8C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C50; }
p { color: rgb(173,140,80); }
H1.HeaderClassName
{
color: #AD8C50;
}
.AnyTagClassName
{
color: #AD8C50;
}
</style>
background-color css
<style>
a { background-color: #AD8C50; }
a { background-color: rgb(173,140,80); }
div.DivClassName
{
background-color: #AD8C50;
}
.BgClassName
{
background-color: #AD8C50;
}
</style>
border-color css
<style>
span { border-color: #AD8C50; }
span { border-color: rgb(173,140,80); }
td.TdClassName
{
border-color: #AD8C50;
}
.TagClassName
{
border-color: #AD8C50;
}
</style>