Shades of Teak #AD9152
Tints of Teak #AD9152
RGB
CMYK
RGB Variations
Color information
#AD9152 (or 0xAD9152) is known color: Teak. HEX triplet: AD, 91 and 52. RGB value is (173,145,82). Sum of RGB (Red+Green+Blue) = 173+145+82=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9152 is #526EAD. Grayscale: #929292. Windows color (decimal): -5402286 or 5411245. OLE color: 5411245.
HSL color Cylindrical-coordinate representation of color #AD9152: hue angle of 41.54º 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 #AD9152 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 82 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.32 |
| HSL | 41.54º | 0.36% | 0.5% | - |
| HSV(B) | 41.54º | 0.53% | 0.68% | - |
| XYZ | 28.88 | 29.74 | 12.2 | - |
| YUV | 146.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 82 | 0 | 0.16 | 0.53 | 0.32 | 41.54 | 0.36 | 0.5 |
| Hex | AD | 91 | 52 | 0 | 10 | 35 | 20 | 2A | 24 | 32 |
| Octal | 255 | 221 | 122 | 0 | 20 | 65 | 40 | 52 | 44 | 62 |
| Binary | 10101101 | 10010001 | 1010010 | 0 | 10000 | 110101 | 100000 | 101010 | 100100 | 110010 |
Color Harmonies of #AD9152
Complementary color
Monochromatic Colors of #AD9152
Black with #AD9152
Text Example
Text Example
White with #AD9152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9152; }
p { color: rgb(173,145,82); }
H1.HeaderClassName
{
color: #AD9152;
}
.AnyTagClassName
{
color: #AD9152;
}
</style>
background-color css
<style>
a { background-color: #AD9152; }
a { background-color: rgb(173,145,82); }
div.DivClassName
{
background-color: #AD9152;
}
.BgClassName
{
background-color: #AD9152;
}
</style>
border-color css
<style>
span { border-color: #AD9152; }
span { border-color: rgb(173,145,82); }
td.TdClassName
{
border-color: #AD9152;
}
.TagClassName
{
border-color: #AD9152;
}
</style>