Shades of Teak #AA895C
Tints of Teak #AA895C
RGB
CMYK
RGB Variations
Color information
#AA895C (or 0xAA895C) is known color: Teak. HEX triplet: AA, 89 and 5C. RGB value is (170,137,92). Sum of RGB (Red+Green+Blue) = 170+137+92=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA895C is #5576A3. Grayscale: #8D8D8D. Windows color (decimal): -5600932 or 6064554. OLE color: 6064554.
HSL color Cylindrical-coordinate representation of color #AA895C: hue angle of 34.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA895C is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 92 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.33 |
| HSL | 34.62º | 0.31% | 0.51% | - |
| HSV(B) | 34.62º | 0.46% | 0.67% | - |
| XYZ | 27.45 | 27.21 | 13.93 | - |
| YUV | 141.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 92 | 0 | 0.19 | 0.46 | 0.33 | 34.62 | 0.31 | 0.51 |
| Hex | AA | 89 | 5C | 0 | 13 | 2E | 21 | 23 | 1F | 33 |
| Octal | 252 | 211 | 134 | 0 | 23 | 56 | 41 | 43 | 37 | 63 |
| Binary | 10101010 | 10001001 | 1011100 | 0 | 10011 | 101110 | 100001 | 100011 | 11111 | 110011 |
Color Harmonies of #AA895C
Complementary color
Monochromatic Colors of #AA895C
Black with #AA895C
Text Example
Text Example
White with #AA895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA895C; }
p { color: rgb(170,137,92); }
H1.HeaderClassName
{
color: #AA895C;
}
.AnyTagClassName
{
color: #AA895C;
}
</style>
background-color css
<style>
a { background-color: #AA895C; }
a { background-color: rgb(170,137,92); }
div.DivClassName
{
background-color: #AA895C;
}
.BgClassName
{
background-color: #AA895C;
}
</style>
border-color css
<style>
span { border-color: #AA895C; }
span { border-color: rgb(170,137,92); }
td.TdClassName
{
border-color: #AA895C;
}
.TagClassName
{
border-color: #AA895C;
}
</style>