Shades of Teak #AA894E
Tints of Teak #AA894E
RGB
CMYK
RGB Variations
Color information
#AA894E (or 0xAA894E) is known color: Teak. HEX triplet: AA, 89 and 4E. RGB value is (170,137,78). Sum of RGB (Red+Green+Blue) = 170+137+78=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA894E is #5576B1. Grayscale: #8C8C8C. Windows color (decimal): -5600946 or 5147050. OLE color: 5147050.
HSL color Cylindrical-coordinate representation of color #AA894E: hue angle of 38.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA894E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 78 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.33 |
| HSL | 38.48º | 0.37% | 0.49% | - |
| HSV(B) | 38.48º | 0.54% | 0.67% | - |
| XYZ | 26.9 | 26.99 | 11 | - |
| YUV | 140.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 78 | 0 | 0.19 | 0.54 | 0.33 | 38.48 | 0.37 | 0.49 |
| Hex | AA | 89 | 4E | 0 | 13 | 36 | 21 | 26 | 25 | 31 |
| Octal | 252 | 211 | 116 | 0 | 23 | 66 | 41 | 46 | 45 | 61 |
| Binary | 10101010 | 10001001 | 1001110 | 0 | 10011 | 110110 | 100001 | 100110 | 100101 | 110001 |
Color Harmonies of #AA894E
Complementary color
Monochromatic Colors of #AA894E
Black with #AA894E
Text Example
Text Example
White with #AA894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA894E; }
p { color: rgb(170,137,78); }
H1.HeaderClassName
{
color: #AA894E;
}
.AnyTagClassName
{
color: #AA894E;
}
</style>
background-color css
<style>
a { background-color: #AA894E; }
a { background-color: rgb(170,137,78); }
div.DivClassName
{
background-color: #AA894E;
}
.BgClassName
{
background-color: #AA894E;
}
</style>
border-color css
<style>
span { border-color: #AA894E; }
span { border-color: rgb(170,137,78); }
td.TdClassName
{
border-color: #AA894E;
}
.TagClassName
{
border-color: #AA894E;
}
</style>