Shades of Teak #AD8559
Tints of Teak #AD8559
RGB
CMYK
RGB Variations
Color information
#AD8559 (or 0xAD8559) is known color: Teak. HEX triplet: AD, 85 and 59. RGB value is (173,133,89). Sum of RGB (Red+Green+Blue) = 173+133+89=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8559 is #527AA6. Grayscale: #8C8C8C. Windows color (decimal): -5405351 or 5866925. OLE color: 5866925.
HSL color Cylindrical-coordinate representation of color #AD8559: hue angle of 31.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD8559 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 89 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.32 |
| HSL | 31.43º | 0.34% | 0.51% | - |
| HSV(B) | 31.43º | 0.49% | 0.68% | - |
| XYZ | 27.42 | 26.38 | 13.1 | - |
| YUV | 139.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 89 | 0 | 0.23 | 0.49 | 0.32 | 31.43 | 0.34 | 0.51 |
| Hex | AD | 85 | 59 | 0 | 17 | 31 | 20 | 1F | 22 | 33 |
| Octal | 255 | 205 | 131 | 0 | 27 | 61 | 40 | 37 | 42 | 63 |
| Binary | 10101101 | 10000101 | 1011001 | 0 | 10111 | 110001 | 100000 | 11111 | 100010 | 110011 |
Color Harmonies of #AD8559
Complementary color
Monochromatic Colors of #AD8559
Black with #AD8559
Text Example
Text Example
White with #AD8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8559; }
p { color: rgb(173,133,89); }
H1.HeaderClassName
{
color: #AD8559;
}
.AnyTagClassName
{
color: #AD8559;
}
</style>
background-color css
<style>
a { background-color: #AD8559; }
a { background-color: rgb(173,133,89); }
div.DivClassName
{
background-color: #AD8559;
}
.BgClassName
{
background-color: #AD8559;
}
</style>
border-color css
<style>
span { border-color: #AD8559; }
span { border-color: rgb(173,133,89); }
td.TdClassName
{
border-color: #AD8559;
}
.TagClassName
{
border-color: #AD8559;
}
</style>