Shades of Teak #AD8955
Tints of Teak #AD8955
RGB
CMYK
RGB Variations
Color information
#AD8955 (or 0xAD8955) is known color: Teak. HEX triplet: AD, 89 and 55. RGB value is (173,137,85). Sum of RGB (Red+Green+Blue) = 173+137+85=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8955 is #5276AA. Grayscale: #8E8E8E. Windows color (decimal): -5404331 or 5605805. OLE color: 5605805.
HSL color Cylindrical-coordinate representation of color #AD8955: hue angle of 35.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD8955 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 85 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.32 |
| HSL | 35.45º | 0.35% | 0.51% | - |
| HSV(B) | 35.45º | 0.51% | 0.68% | - |
| XYZ | 27.82 | 27.43 | 12.42 | - |
| YUV | 141.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 85 | 0 | 0.21 | 0.51 | 0.32 | 35.45 | 0.35 | 0.51 |
| Hex | AD | 89 | 55 | 0 | 15 | 33 | 20 | 23 | 23 | 33 |
| Octal | 255 | 211 | 125 | 0 | 25 | 63 | 40 | 43 | 43 | 63 |
| Binary | 10101101 | 10001001 | 1010101 | 0 | 10101 | 110011 | 100000 | 100011 | 100011 | 110011 |
Color Harmonies of #AD8955
Complementary color
Monochromatic Colors of #AD8955
Black with #AD8955
Text Example
Text Example
White with #AD8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8955; }
p { color: rgb(173,137,85); }
H1.HeaderClassName
{
color: #AD8955;
}
.AnyTagClassName
{
color: #AD8955;
}
</style>
background-color css
<style>
a { background-color: #AD8955; }
a { background-color: rgb(173,137,85); }
div.DivClassName
{
background-color: #AD8955;
}
.BgClassName
{
background-color: #AD8955;
}
</style>
border-color css
<style>
span { border-color: #AD8955; }
span { border-color: rgb(173,137,85); }
td.TdClassName
{
border-color: #AD8955;
}
.TagClassName
{
border-color: #AD8955;
}
</style>