Shades of Teak #AD9053
Tints of Teak #AD9053
RGB
CMYK
RGB Variations
Color information
#AD9053 (or 0xAD9053) is known color: Teak. HEX triplet: AD, 90 and 53. RGB value is (173,144,83). Sum of RGB (Red+Green+Blue) = 173+144+83=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9053 is #526FAC. Grayscale: #919191. Windows color (decimal): -5402541 or 5476525. OLE color: 5476525.
HSL color Cylindrical-coordinate representation of color #AD9053: hue angle of 40.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD9053 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 83 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.32 |
| HSL | 40.67º | 0.35% | 0.5% | - |
| HSV(B) | 40.67º | 0.52% | 0.68% | - |
| XYZ | 28.77 | 29.46 | 12.35 | - |
| YUV | 145.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 83 | 0 | 0.17 | 0.52 | 0.32 | 40.67 | 0.35 | 0.5 |
| Hex | AD | 90 | 53 | 0 | 11 | 34 | 20 | 29 | 23 | 32 |
| Octal | 255 | 220 | 123 | 0 | 21 | 64 | 40 | 51 | 43 | 62 |
| Binary | 10101101 | 10010000 | 1010011 | 0 | 10001 | 110100 | 100000 | 101001 | 100011 | 110010 |
Color Harmonies of #AD9053
Complementary color
Monochromatic Colors of #AD9053
Black with #AD9053
Text Example
Text Example
White with #AD9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9053; }
p { color: rgb(173,144,83); }
H1.HeaderClassName
{
color: #AD9053;
}
.AnyTagClassName
{
color: #AD9053;
}
</style>
background-color css
<style>
a { background-color: #AD9053; }
a { background-color: rgb(173,144,83); }
div.DivClassName
{
background-color: #AD9053;
}
.BgClassName
{
background-color: #AD9053;
}
</style>
border-color css
<style>
span { border-color: #AD9053; }
span { border-color: rgb(173,144,83); }
td.TdClassName
{
border-color: #AD9053;
}
.TagClassName
{
border-color: #AD9053;
}
</style>