Shades of Teak #AA8A57
Tints of Teak #AA8A57
RGB
CMYK
RGB Variations
Color information
#AA8A57 (or 0xAA8A57) is known color: Teak. HEX triplet: AA, 8A and 57. RGB value is (170,138,87). Sum of RGB (Red+Green+Blue) = 170+138+87=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A57 is #5575A8. Grayscale: #8D8D8D. Windows color (decimal): -5600681 or 5737130. OLE color: 5737130.
HSL color Cylindrical-coordinate representation of color #AA8A57: hue angle of 36.87º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA8A57 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 87 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.33 |
| HSL | 36.87º | 0.33% | 0.5% | - |
| HSV(B) | 36.87º | 0.49% | 0.67% | - |
| XYZ | 27.39 | 27.41 | 12.86 | - |
| YUV | 141.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 87 | 0 | 0.19 | 0.49 | 0.33 | 36.87 | 0.33 | 0.5 |
| Hex | AA | 8A | 57 | 0 | 13 | 31 | 21 | 25 | 21 | 32 |
| Octal | 252 | 212 | 127 | 0 | 23 | 61 | 41 | 45 | 41 | 62 |
| Binary | 10101010 | 10001010 | 1010111 | 0 | 10011 | 110001 | 100001 | 100101 | 100001 | 110010 |
Color Harmonies of #AA8A57
Complementary color
Monochromatic Colors of #AA8A57
Black with #AA8A57
Text Example
Text Example
White with #AA8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A57; }
p { color: rgb(170,138,87); }
H1.HeaderClassName
{
color: #AA8A57;
}
.AnyTagClassName
{
color: #AA8A57;
}
</style>
background-color css
<style>
a { background-color: #AA8A57; }
a { background-color: rgb(170,138,87); }
div.DivClassName
{
background-color: #AA8A57;
}
.BgClassName
{
background-color: #AA8A57;
}
</style>
border-color css
<style>
span { border-color: #AA8A57; }
span { border-color: rgb(170,138,87); }
td.TdClassName
{
border-color: #AA8A57;
}
.TagClassName
{
border-color: #AA8A57;
}
</style>