Shades of Teak #AA8859
Tints of Teak #AA8859
RGB
CMYK
RGB Variations
Color information
#AA8859 (or 0xAA8859) is known color: Teak. HEX triplet: AA, 88 and 59. RGB value is (170,136,89). Sum of RGB (Red+Green+Blue) = 170+136+89=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8859 is #5577A6. Grayscale: #8D8D8D. Windows color (decimal): -5601191 or 5867690. OLE color: 5867690.
HSL color Cylindrical-coordinate representation of color #AA8859: hue angle of 34.81º 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 #AA8859 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 89 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.33 |
| HSL | 34.81º | 0.32% | 0.51% | - |
| HSV(B) | 34.81º | 0.48% | 0.67% | - |
| XYZ | 27.18 | 26.88 | 13.21 | - |
| YUV | 140.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 89 | 0 | 0.20 | 0.48 | 0.33 | 34.81 | 0.32 | 0.51 |
| Hex | AA | 88 | 59 | 0 | 14 | 30 | 21 | 23 | 20 | 33 |
| Octal | 252 | 210 | 131 | 0 | 24 | 60 | 41 | 43 | 40 | 63 |
| Binary | 10101010 | 10001000 | 1011001 | 0 | 10100 | 110000 | 100001 | 100011 | 100000 | 110011 |
Color Harmonies of #AA8859
Complementary color
Monochromatic Colors of #AA8859
Black with #AA8859
Text Example
Text Example
White with #AA8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8859; }
p { color: rgb(170,136,89); }
H1.HeaderClassName
{
color: #AA8859;
}
.AnyTagClassName
{
color: #AA8859;
}
</style>
background-color css
<style>
a { background-color: #AA8859; }
a { background-color: rgb(170,136,89); }
div.DivClassName
{
background-color: #AA8859;
}
.BgClassName
{
background-color: #AA8859;
}
</style>
border-color css
<style>
span { border-color: #AA8859; }
span { border-color: rgb(170,136,89); }
td.TdClassName
{
border-color: #AA8859;
}
.TagClassName
{
border-color: #AA8859;
}
</style>