Shades of Teak #AD9055
Tints of Teak #AD9055
RGB
CMYK
RGB Variations
Color information
#AD9055 (or 0xAD9055) is known color: Teak. HEX triplet: AD, 90 and 55. RGB value is (173,144,85). Sum of RGB (Red+Green+Blue) = 173+144+85=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9055 is #526FAA. Grayscale: #929292. Windows color (decimal): -5402539 or 5607597. OLE color: 5607597.
HSL color Cylindrical-coordinate representation of color #AD9055: hue angle of 40.23º 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 #AD9055 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 85 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.32 |
| HSL | 40.23º | 0.35% | 0.51% | - |
| HSV(B) | 40.23º | 0.51% | 0.68% | - |
| XYZ | 28.85 | 29.49 | 12.77 | - |
| YUV | 145.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 85 | 0 | 0.17 | 0.51 | 0.32 | 40.23 | 0.35 | 0.51 |
| Hex | AD | 90 | 55 | 0 | 11 | 33 | 20 | 28 | 23 | 33 |
| Octal | 255 | 220 | 125 | 0 | 21 | 63 | 40 | 50 | 43 | 63 |
| Binary | 10101101 | 10010000 | 1010101 | 0 | 10001 | 110011 | 100000 | 101000 | 100011 | 110011 |
Color Harmonies of #AD9055
Complementary color
Monochromatic Colors of #AD9055
Black with #AD9055
Text Example
Text Example
White with #AD9055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9055; }
p { color: rgb(173,144,85); }
H1.HeaderClassName
{
color: #AD9055;
}
.AnyTagClassName
{
color: #AD9055;
}
</style>
background-color css
<style>
a { background-color: #AD9055; }
a { background-color: rgb(173,144,85); }
div.DivClassName
{
background-color: #AD9055;
}
.BgClassName
{
background-color: #AD9055;
}
</style>
border-color css
<style>
span { border-color: #AD9055; }
span { border-color: rgb(173,144,85); }
td.TdClassName
{
border-color: #AD9055;
}
.TagClassName
{
border-color: #AD9055;
}
</style>