Shades of Teak #AD8F50
Tints of Teak #AD8F50
RGB
CMYK
RGB Variations
Color information
#AD8F50 (or 0xAD8F50) is known color: Teak. HEX triplet: AD, 8F and 50. RGB value is (173,143,80). Sum of RGB (Red+Green+Blue) = 173+143+80=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F50 is #5270AF. Grayscale: #919191. Windows color (decimal): -5402800 or 5279661. OLE color: 5279661.
HSL color Cylindrical-coordinate representation of color #AD8F50: hue angle of 40.65º 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 #AD8F50 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 80 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.32 |
| HSL | 40.65º | 0.37% | 0.5% | - |
| HSV(B) | 40.65º | 0.54% | 0.68% | - |
| XYZ | 28.5 | 29.11 | 11.71 | - |
| YUV | 144.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 80 | 0 | 0.17 | 0.54 | 0.32 | 40.65 | 0.37 | 0.5 |
| Hex | AD | 8F | 50 | 0 | 11 | 36 | 20 | 29 | 25 | 32 |
| Octal | 255 | 217 | 120 | 0 | 21 | 66 | 40 | 51 | 45 | 62 |
| Binary | 10101101 | 10001111 | 1010000 | 0 | 10001 | 110110 | 100000 | 101001 | 100101 | 110010 |
Color Harmonies of #AD8F50
Complementary color
Monochromatic Colors of #AD8F50
Black with #AD8F50
Text Example
Text Example
White with #AD8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F50; }
p { color: rgb(173,143,80); }
H1.HeaderClassName
{
color: #AD8F50;
}
.AnyTagClassName
{
color: #AD8F50;
}
</style>
background-color css
<style>
a { background-color: #AD8F50; }
a { background-color: rgb(173,143,80); }
div.DivClassName
{
background-color: #AD8F50;
}
.BgClassName
{
background-color: #AD8F50;
}
</style>
border-color css
<style>
span { border-color: #AD8F50; }
span { border-color: rgb(173,143,80); }
td.TdClassName
{
border-color: #AD8F50;
}
.TagClassName
{
border-color: #AD8F50;
}
</style>