Shades of Teak #AD8D5B
Tints of Teak #AD8D5B
RGB
CMYK
RGB Variations
Color information
#AD8D5B (or 0xAD8D5B) is known color: Teak. HEX triplet: AD, 8D and 5B. RGB value is (173,141,91). Sum of RGB (Red+Green+Blue) = 173+141+91=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D5B is #5272A4. Grayscale: #919191. Windows color (decimal): -5403301 or 6000045. OLE color: 6000045.
HSL color Cylindrical-coordinate representation of color #AD8D5B: hue angle of 36.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD8D5B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 91 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.32 |
| HSL | 36.59º | 0.33% | 0.52% | - |
| HSV(B) | 36.59º | 0.47% | 0.68% | - |
| XYZ | 28.65 | 28.69 | 13.93 | - |
| YUV | 144.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 91 | 0 | 0.18 | 0.47 | 0.32 | 36.59 | 0.33 | 0.52 |
| Hex | AD | 8D | 5B | 0 | 12 | 2F | 20 | 25 | 21 | 34 |
| Octal | 255 | 215 | 133 | 0 | 22 | 57 | 40 | 45 | 41 | 64 |
| Binary | 10101101 | 10001101 | 1011011 | 0 | 10010 | 101111 | 100000 | 100101 | 100001 | 110100 |
Color Harmonies of #AD8D5B
Complementary color
Monochromatic Colors of #AD8D5B
Black with #AD8D5B
Text Example
Text Example
White with #AD8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D5B; }
p { color: rgb(173,141,91); }
H1.HeaderClassName
{
color: #AD8D5B;
}
.AnyTagClassName
{
color: #AD8D5B;
}
</style>
background-color css
<style>
a { background-color: #AD8D5B; }
a { background-color: rgb(173,141,91); }
div.DivClassName
{
background-color: #AD8D5B;
}
.BgClassName
{
background-color: #AD8D5B;
}
</style>
border-color css
<style>
span { border-color: #AD8D5B; }
span { border-color: rgb(173,141,91); }
td.TdClassName
{
border-color: #AD8D5B;
}
.TagClassName
{
border-color: #AD8D5B;
}
</style>