Shades of Teak #AA894D
Tints of Teak #AA894D
RGB
CMYK
RGB Variations
Color information
#AA894D (or 0xAA894D) is known color: Teak. HEX triplet: AA, 89 and 4D. RGB value is (170,137,77). Sum of RGB (Red+Green+Blue) = 170+137+77=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA894D is #5576B2. Grayscale: #8C8C8C. Windows color (decimal): -5600947 or 5081514. OLE color: 5081514.
HSL color Cylindrical-coordinate representation of color #AA894D: hue angle of 38.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA894D is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 77 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.33 |
| HSL | 38.71º | 0.38% | 0.48% | - |
| HSV(B) | 38.71º | 0.55% | 0.67% | - |
| XYZ | 26.86 | 26.97 | 10.81 | - |
| YUV | 140.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 77 | 0 | 0.19 | 0.55 | 0.33 | 38.71 | 0.38 | 0.48 |
| Hex | AA | 89 | 4D | 0 | 13 | 37 | 21 | 27 | 26 | 30 |
| Octal | 252 | 211 | 115 | 0 | 23 | 67 | 41 | 47 | 46 | 60 |
| Binary | 10101010 | 10001001 | 1001101 | 0 | 10011 | 110111 | 100001 | 100111 | 100110 | 110000 |
Color Harmonies of #AA894D
Complementary color
Monochromatic Colors of #AA894D
Black with #AA894D
Text Example
Text Example
White with #AA894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA894D; }
p { color: rgb(170,137,77); }
H1.HeaderClassName
{
color: #AA894D;
}
.AnyTagClassName
{
color: #AA894D;
}
</style>
background-color css
<style>
a { background-color: #AA894D; }
a { background-color: rgb(170,137,77); }
div.DivClassName
{
background-color: #AA894D;
}
.BgClassName
{
background-color: #AA894D;
}
</style>
border-color css
<style>
span { border-color: #AA894D; }
span { border-color: rgb(170,137,77); }
td.TdClassName
{
border-color: #AA894D;
}
.TagClassName
{
border-color: #AA894D;
}
</style>