Shades of Teak #AD8D5C
Tints of Teak #AD8D5C
RGB
CMYK
RGB Variations
Color information
#AD8D5C (or 0xAD8D5C) is known color: Teak. HEX triplet: AD, 8D and 5C. RGB value is (173,141,92). Sum of RGB (Red+Green+Blue) = 173+141+92=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D5C is #5272A3. Grayscale: #919191. Windows color (decimal): -5403300 or 6065581. OLE color: 6065581.
HSL color Cylindrical-coordinate representation of color #AD8D5C: hue angle of 36.3º 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 #AD8D5C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 92 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.32 |
| HSL | 36.3º | 0.33% | 0.52% | - |
| HSV(B) | 36.3º | 0.47% | 0.68% | - |
| XYZ | 28.69 | 28.71 | 14.15 | - |
| YUV | 144.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 92 | 0 | 0.18 | 0.47 | 0.32 | 36.3 | 0.33 | 0.52 |
| Hex | AD | 8D | 5C | 0 | 12 | 2F | 20 | 24 | 21 | 34 |
| Octal | 255 | 215 | 134 | 0 | 22 | 57 | 40 | 44 | 41 | 64 |
| Binary | 10101101 | 10001101 | 1011100 | 0 | 10010 | 101111 | 100000 | 100100 | 100001 | 110100 |
Color Harmonies of #AD8D5C
Complementary color
Monochromatic Colors of #AD8D5C
Black with #AD8D5C
Text Example
Text Example
White with #AD8D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D5C; }
p { color: rgb(173,141,92); }
H1.HeaderClassName
{
color: #AD8D5C;
}
.AnyTagClassName
{
color: #AD8D5C;
}
</style>
background-color css
<style>
a { background-color: #AD8D5C; }
a { background-color: rgb(173,141,92); }
div.DivClassName
{
background-color: #AD8D5C;
}
.BgClassName
{
background-color: #AD8D5C;
}
</style>
border-color css
<style>
span { border-color: #AD8D5C; }
span { border-color: rgb(173,141,92); }
td.TdClassName
{
border-color: #AD8D5C;
}
.TagClassName
{
border-color: #AD8D5C;
}
</style>