Shades of Teak #AA8D59
Tints of Teak #AA8D59
RGB
CMYK
RGB Variations
Color information
#AA8D59 (or 0xAA8D59) is known color: Teak. HEX triplet: AA, 8D and 59. RGB value is (170,141,89). Sum of RGB (Red+Green+Blue) = 170+141+89=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D59 is #5572A6. Grayscale: #8F8F8F. Windows color (decimal): -5599911 or 5868970. OLE color: 5868970.
HSL color Cylindrical-coordinate representation of color #AA8D59: hue angle of 38.52º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA8D59 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 89 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.33 |
| HSL | 38.52º | 0.32% | 0.51% | - |
| HSV(B) | 38.52º | 0.48% | 0.67% | - |
| XYZ | 27.91 | 28.32 | 13.45 | - |
| YUV | 143.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 89 | 0 | 0.17 | 0.48 | 0.33 | 38.52 | 0.32 | 0.51 |
| Hex | AA | 8D | 59 | 0 | 11 | 30 | 21 | 27 | 20 | 33 |
| Octal | 252 | 215 | 131 | 0 | 21 | 60 | 41 | 47 | 40 | 63 |
| Binary | 10101010 | 10001101 | 1011001 | 0 | 10001 | 110000 | 100001 | 100111 | 100000 | 110011 |
Color Harmonies of #AA8D59
Complementary color
Monochromatic Colors of #AA8D59
Black with #AA8D59
Text Example
Text Example
White with #AA8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D59; }
p { color: rgb(170,141,89); }
H1.HeaderClassName
{
color: #AA8D59;
}
.AnyTagClassName
{
color: #AA8D59;
}
</style>
background-color css
<style>
a { background-color: #AA8D59; }
a { background-color: rgb(170,141,89); }
div.DivClassName
{
background-color: #AA8D59;
}
.BgClassName
{
background-color: #AA8D59;
}
</style>
border-color css
<style>
span { border-color: #AA8D59; }
span { border-color: rgb(170,141,89); }
td.TdClassName
{
border-color: #AA8D59;
}
.TagClassName
{
border-color: #AA8D59;
}
</style>