Shades of Teak #AD8A51
Tints of Teak #AD8A51
RGB
CMYK
RGB Variations
Color information
#AD8A51 (or 0xAD8A51) is known color: Teak. HEX triplet: AD, 8A and 51. RGB value is (173,138,81). Sum of RGB (Red+Green+Blue) = 173+138+81=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A51 is #5275AE. Grayscale: #8E8E8E. Windows color (decimal): -5404079 or 5343917. OLE color: 5343917.
HSL color Cylindrical-coordinate representation of color #AD8A51: hue angle of 37.17º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD8A51 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 81 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.32 |
| HSL | 37.17º | 0.36% | 0.5% | - |
| HSV(B) | 37.17º | 0.53% | 0.68% | - |
| XYZ | 27.81 | 27.66 | 11.66 | - |
| YUV | 141.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 81 | 0 | 0.20 | 0.53 | 0.32 | 37.17 | 0.36 | 0.5 |
| Hex | AD | 8A | 51 | 0 | 14 | 35 | 20 | 25 | 24 | 32 |
| Octal | 255 | 212 | 121 | 0 | 24 | 65 | 40 | 45 | 44 | 62 |
| Binary | 10101101 | 10001010 | 1010001 | 0 | 10100 | 110101 | 100000 | 100101 | 100100 | 110010 |
Color Harmonies of #AD8A51
Complementary color
Monochromatic Colors of #AD8A51
Black with #AD8A51
Text Example
Text Example
White with #AD8A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A51; }
p { color: rgb(173,138,81); }
H1.HeaderClassName
{
color: #AD8A51;
}
.AnyTagClassName
{
color: #AD8A51;
}
</style>
background-color css
<style>
a { background-color: #AD8A51; }
a { background-color: rgb(173,138,81); }
div.DivClassName
{
background-color: #AD8A51;
}
.BgClassName
{
background-color: #AD8A51;
}
</style>
border-color css
<style>
span { border-color: #AD8A51; }
span { border-color: rgb(173,138,81); }
td.TdClassName
{
border-color: #AD8A51;
}
.TagClassName
{
border-color: #AD8A51;
}
</style>