Shades of Teak #AD8A52
Tints of Teak #AD8A52
RGB
CMYK
RGB Variations
Color information
#AD8A52 (or 0xAD8A52) is known color: Teak. HEX triplet: AD, 8A and 52. RGB value is (173,138,82). Sum of RGB (Red+Green+Blue) = 173+138+82=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A52 is #5275AD. Grayscale: #8E8E8E. Windows color (decimal): -5404078 or 5409453. OLE color: 5409453.
HSL color Cylindrical-coordinate representation of color #AD8A52: hue angle of 36.92º 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 #AD8A52 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 82 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.32 |
| HSL | 36.92º | 0.36% | 0.5% | - |
| HSV(B) | 36.92º | 0.53% | 0.68% | - |
| XYZ | 27.85 | 27.67 | 11.86 | - |
| YUV | 142.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 82 | 0 | 0.20 | 0.53 | 0.32 | 36.92 | 0.36 | 0.5 |
| Hex | AD | 8A | 52 | 0 | 14 | 35 | 20 | 25 | 24 | 32 |
| Octal | 255 | 212 | 122 | 0 | 24 | 65 | 40 | 45 | 44 | 62 |
| Binary | 10101101 | 10001010 | 1010010 | 0 | 10100 | 110101 | 100000 | 100101 | 100100 | 110010 |
Color Harmonies of #AD8A52
Complementary color
Monochromatic Colors of #AD8A52
Black with #AD8A52
Text Example
Text Example
White with #AD8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A52; }
p { color: rgb(173,138,82); }
H1.HeaderClassName
{
color: #AD8A52;
}
.AnyTagClassName
{
color: #AD8A52;
}
</style>
background-color css
<style>
a { background-color: #AD8A52; }
a { background-color: rgb(173,138,82); }
div.DivClassName
{
background-color: #AD8A52;
}
.BgClassName
{
background-color: #AD8A52;
}
</style>
border-color css
<style>
span { border-color: #AD8A52; }
span { border-color: rgb(173,138,82); }
td.TdClassName
{
border-color: #AD8A52;
}
.TagClassName
{
border-color: #AD8A52;
}
</style>