Shades of Teak #AA894C
Tints of Teak #AA894C
RGB
CMYK
RGB Variations
Color information
#AA894C (or 0xAA894C) is known color: Teak. HEX triplet: AA, 89 and 4C. RGB value is (170,137,76). Sum of RGB (Red+Green+Blue) = 170+137+76=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA894C is #5576B3. Grayscale: #8C8C8C. Windows color (decimal): -5600948 or 5015978. OLE color: 5015978.
HSL color Cylindrical-coordinate representation of color #AA894C: hue angle of 38.94º 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 #AA894C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 76 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.33 |
| HSL | 38.94º | 0.38% | 0.48% | - |
| HSV(B) | 38.94º | 0.55% | 0.67% | - |
| XYZ | 26.83 | 26.96 | 10.63 | - |
| YUV | 139.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 76 | 0 | 0.19 | 0.55 | 0.33 | 38.94 | 0.38 | 0.48 |
| Hex | AA | 89 | 4C | 0 | 13 | 37 | 21 | 27 | 26 | 30 |
| Octal | 252 | 211 | 114 | 0 | 23 | 67 | 41 | 47 | 46 | 60 |
| Binary | 10101010 | 10001001 | 1001100 | 0 | 10011 | 110111 | 100001 | 100111 | 100110 | 110000 |
Color Harmonies of #AA894C
Complementary color
Monochromatic Colors of #AA894C
Black with #AA894C
Text Example
Text Example
White with #AA894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA894C; }
p { color: rgb(170,137,76); }
H1.HeaderClassName
{
color: #AA894C;
}
.AnyTagClassName
{
color: #AA894C;
}
</style>
background-color css
<style>
a { background-color: #AA894C; }
a { background-color: rgb(170,137,76); }
div.DivClassName
{
background-color: #AA894C;
}
.BgClassName
{
background-color: #AA894C;
}
</style>
border-color css
<style>
span { border-color: #AA894C; }
span { border-color: rgb(170,137,76); }
td.TdClassName
{
border-color: #AA894C;
}
.TagClassName
{
border-color: #AA894C;
}
</style>