Shades of Teak #AD8D54
Tints of Teak #AD8D54
RGB
CMYK
RGB Variations
Color information
#AD8D54 (or 0xAD8D54) is known color: Teak. HEX triplet: AD, 8D and 54. RGB value is (173,141,84). Sum of RGB (Red+Green+Blue) = 173+141+84=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D54 is #5272AB. Grayscale: #909090. Windows color (decimal): -5403308 or 5541293. OLE color: 5541293.
HSL color Cylindrical-coordinate representation of color #AD8D54: hue angle of 38.43º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD8D54 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 84 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.32 |
| HSL | 38.43º | 0.35% | 0.5% | - |
| HSV(B) | 38.43º | 0.51% | 0.68% | - |
| XYZ | 28.36 | 28.57 | 12.41 | - |
| YUV | 144.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 84 | 0 | 0.18 | 0.51 | 0.32 | 38.43 | 0.35 | 0.5 |
| Hex | AD | 8D | 54 | 0 | 12 | 33 | 20 | 26 | 23 | 32 |
| Octal | 255 | 215 | 124 | 0 | 22 | 63 | 40 | 46 | 43 | 62 |
| Binary | 10101101 | 10001101 | 1010100 | 0 | 10010 | 110011 | 100000 | 100110 | 100011 | 110010 |
Color Harmonies of #AD8D54
Complementary color
Monochromatic Colors of #AD8D54
Black with #AD8D54
Text Example
Text Example
White with #AD8D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D54; }
p { color: rgb(173,141,84); }
H1.HeaderClassName
{
color: #AD8D54;
}
.AnyTagClassName
{
color: #AD8D54;
}
</style>
background-color css
<style>
a { background-color: #AD8D54; }
a { background-color: rgb(173,141,84); }
div.DivClassName
{
background-color: #AD8D54;
}
.BgClassName
{
background-color: #AD8D54;
}
</style>
border-color css
<style>
span { border-color: #AD8D54; }
span { border-color: rgb(173,141,84); }
td.TdClassName
{
border-color: #AD8D54;
}
.TagClassName
{
border-color: #AD8D54;
}
</style>