Shades of Teak #AD9051
Tints of Teak #AD9051
RGB
CMYK
RGB Variations
Color information
#AD9051 (or 0xAD9051) is known color: Teak. HEX triplet: AD, 90 and 51. RGB value is (173,144,81). Sum of RGB (Red+Green+Blue) = 173+144+81=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9051 is #526FAE. Grayscale: #919191. Windows color (decimal): -5402543 or 5345453. OLE color: 5345453.
HSL color Cylindrical-coordinate representation of color #AD9051: hue angle of 41.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD9051 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 81 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.32 |
| HSL | 41.09º | 0.36% | 0.5% | - |
| HSV(B) | 41.09º | 0.53% | 0.68% | - |
| XYZ | 28.69 | 29.42 | 11.95 | - |
| YUV | 145.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 81 | 0 | 0.17 | 0.53 | 0.32 | 41.09 | 0.36 | 0.5 |
| Hex | AD | 90 | 51 | 0 | 11 | 35 | 20 | 29 | 24 | 32 |
| Octal | 255 | 220 | 121 | 0 | 21 | 65 | 40 | 51 | 44 | 62 |
| Binary | 10101101 | 10010000 | 1010001 | 0 | 10001 | 110101 | 100000 | 101001 | 100100 | 110010 |
Color Harmonies of #AD9051
Complementary color
Monochromatic Colors of #AD9051
Black with #AD9051
Text Example
Text Example
White with #AD9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9051; }
p { color: rgb(173,144,81); }
H1.HeaderClassName
{
color: #AD9051;
}
.AnyTagClassName
{
color: #AD9051;
}
</style>
background-color css
<style>
a { background-color: #AD9051; }
a { background-color: rgb(173,144,81); }
div.DivClassName
{
background-color: #AD9051;
}
.BgClassName
{
background-color: #AD9051;
}
</style>
border-color css
<style>
span { border-color: #AD9051; }
span { border-color: rgb(173,144,81); }
td.TdClassName
{
border-color: #AD9051;
}
.TagClassName
{
border-color: #AD9051;
}
</style>