Shades of Teak #AA8954
Tints of Teak #AA8954
RGB
CMYK
RGB Variations
Color information
#AA8954 (or 0xAA8954) is known color: Teak. HEX triplet: AA, 89 and 54. RGB value is (170,137,84). Sum of RGB (Red+Green+Blue) = 170+137+84=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8954 is #5576AB. Grayscale: #8D8D8D. Windows color (decimal): -5600940 or 5540266. OLE color: 5540266.
HSL color Cylindrical-coordinate representation of color #AA8954: hue angle of 36.98º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8954 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 84 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.33 |
| HSL | 36.98º | 0.34% | 0.5% | - |
| HSV(B) | 36.98º | 0.51% | 0.67% | - |
| XYZ | 27.12 | 27.08 | 12.18 | - |
| YUV | 140.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 84 | 0 | 0.19 | 0.51 | 0.33 | 36.98 | 0.34 | 0.5 |
| Hex | AA | 89 | 54 | 0 | 13 | 33 | 21 | 25 | 22 | 32 |
| Octal | 252 | 211 | 124 | 0 | 23 | 63 | 41 | 45 | 42 | 62 |
| Binary | 10101010 | 10001001 | 1010100 | 0 | 10011 | 110011 | 100001 | 100101 | 100010 | 110010 |
Color Harmonies of #AA8954
Complementary color
Monochromatic Colors of #AA8954
Black with #AA8954
Text Example
Text Example
White with #AA8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8954; }
p { color: rgb(170,137,84); }
H1.HeaderClassName
{
color: #AA8954;
}
.AnyTagClassName
{
color: #AA8954;
}
</style>
background-color css
<style>
a { background-color: #AA8954; }
a { background-color: rgb(170,137,84); }
div.DivClassName
{
background-color: #AA8954;
}
.BgClassName
{
background-color: #AA8954;
}
</style>
border-color css
<style>
span { border-color: #AA8954; }
span { border-color: rgb(170,137,84); }
td.TdClassName
{
border-color: #AA8954;
}
.TagClassName
{
border-color: #AA8954;
}
</style>