Shades of Teak #AD8655
Tints of Teak #AD8655
RGB
CMYK
RGB Variations
Color information
#AD8655 (or 0xAD8655) is known color: Teak. HEX triplet: AD, 86 and 55. RGB value is (173,134,85). Sum of RGB (Red+Green+Blue) = 173+134+85=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8655 is #5279AA. Grayscale: #8C8C8C. Windows color (decimal): -5405099 or 5605037. OLE color: 5605037.
HSL color Cylindrical-coordinate representation of color #AD8655: hue angle of 33.41º 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 #AD8655 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 85 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.32 |
| HSL | 33.41º | 0.35% | 0.51% | - |
| HSV(B) | 33.41º | 0.51% | 0.68% | - |
| XYZ | 27.4 | 26.59 | 12.28 | - |
| YUV | 140.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 85 | 0 | 0.23 | 0.51 | 0.32 | 33.41 | 0.35 | 0.51 |
| Hex | AD | 86 | 55 | 0 | 17 | 33 | 20 | 21 | 23 | 33 |
| Octal | 255 | 206 | 125 | 0 | 27 | 63 | 40 | 41 | 43 | 63 |
| Binary | 10101101 | 10000110 | 1010101 | 0 | 10111 | 110011 | 100000 | 100001 | 100011 | 110011 |
Color Harmonies of #AD8655
Complementary color
Monochromatic Colors of #AD8655
Black with #AD8655
Text Example
Text Example
White with #AD8655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8655; }
p { color: rgb(173,134,85); }
H1.HeaderClassName
{
color: #AD8655;
}
.AnyTagClassName
{
color: #AD8655;
}
</style>
background-color css
<style>
a { background-color: #AD8655; }
a { background-color: rgb(173,134,85); }
div.DivClassName
{
background-color: #AD8655;
}
.BgClassName
{
background-color: #AD8655;
}
</style>
border-color css
<style>
span { border-color: #AD8655; }
span { border-color: rgb(173,134,85); }
td.TdClassName
{
border-color: #AD8655;
}
.TagClassName
{
border-color: #AD8655;
}
</style>