Shades of Teak #AA8959
Tints of Teak #AA8959
RGB
CMYK
RGB Variations
Color information
#AA8959 (or 0xAA8959) is known color: Teak. HEX triplet: AA, 89 and 59. RGB value is (170,137,89). Sum of RGB (Red+Green+Blue) = 170+137+89=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8959 is #5576A6. Grayscale: #8D8D8D. Windows color (decimal): -5600935 or 5867946. OLE color: 5867946.
HSL color Cylindrical-coordinate representation of color #AA8959: hue angle of 35.56º 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 #AA8959 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 89 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.33 |
| HSL | 35.56º | 0.32% | 0.51% | - |
| HSV(B) | 35.56º | 0.48% | 0.67% | - |
| XYZ | 27.33 | 27.16 | 13.25 | - |
| YUV | 141.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 89 | 0 | 0.19 | 0.48 | 0.33 | 35.56 | 0.32 | 0.51 |
| Hex | AA | 89 | 59 | 0 | 13 | 30 | 21 | 24 | 20 | 33 |
| Octal | 252 | 211 | 131 | 0 | 23 | 60 | 41 | 44 | 40 | 63 |
| Binary | 10101010 | 10001001 | 1011001 | 0 | 10011 | 110000 | 100001 | 100100 | 100000 | 110011 |
Color Harmonies of #AA8959
Complementary color
Monochromatic Colors of #AA8959
Black with #AA8959
Text Example
Text Example
White with #AA8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8959; }
p { color: rgb(170,137,89); }
H1.HeaderClassName
{
color: #AA8959;
}
.AnyTagClassName
{
color: #AA8959;
}
</style>
background-color css
<style>
a { background-color: #AA8959; }
a { background-color: rgb(170,137,89); }
div.DivClassName
{
background-color: #AA8959;
}
.BgClassName
{
background-color: #AA8959;
}
</style>
border-color css
<style>
span { border-color: #AA8959; }
span { border-color: rgb(170,137,89); }
td.TdClassName
{
border-color: #AA8959;
}
.TagClassName
{
border-color: #AA8959;
}
</style>