Shades of Teak #AD8853
Tints of Teak #AD8853
RGB
CMYK
RGB Variations
Color information
#AD8853 (or 0xAD8853) is known color: Teak. HEX triplet: AD, 88 and 53. RGB value is (173,136,83). Sum of RGB (Red+Green+Blue) = 173+136+83=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8853 is #5277AC. Grayscale: #8D8D8D. Windows color (decimal): -5404589 or 5474477. OLE color: 5474477.
HSL color Cylindrical-coordinate representation of color #AD8853: hue angle of 35.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD8853 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 83 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.32 |
| HSL | 35.33º | 0.35% | 0.5% | - |
| HSV(B) | 35.33º | 0.52% | 0.68% | - |
| XYZ | 27.6 | 27.12 | 11.96 | - |
| YUV | 141.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 83 | 0 | 0.21 | 0.52 | 0.32 | 35.33 | 0.35 | 0.5 |
| Hex | AD | 88 | 53 | 0 | 15 | 34 | 20 | 23 | 23 | 32 |
| Octal | 255 | 210 | 123 | 0 | 25 | 64 | 40 | 43 | 43 | 62 |
| Binary | 10101101 | 10001000 | 1010011 | 0 | 10101 | 110100 | 100000 | 100011 | 100011 | 110010 |
Color Harmonies of #AD8853
Complementary color
Monochromatic Colors of #AD8853
Black with #AD8853
Text Example
Text Example
White with #AD8853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8853; }
p { color: rgb(173,136,83); }
H1.HeaderClassName
{
color: #AD8853;
}
.AnyTagClassName
{
color: #AD8853;
}
</style>
background-color css
<style>
a { background-color: #AD8853; }
a { background-color: rgb(173,136,83); }
div.DivClassName
{
background-color: #AD8853;
}
.BgClassName
{
background-color: #AD8853;
}
</style>
border-color css
<style>
span { border-color: #AD8853; }
span { border-color: rgb(173,136,83); }
td.TdClassName
{
border-color: #AD8853;
}
.TagClassName
{
border-color: #AD8853;
}
</style>