Shades of Teak #AA845B
Tints of Teak #AA845B
RGB
CMYK
RGB Variations
Color information
#AA845B (or 0xAA845B) is known color: Teak. HEX triplet: AA, 84 and 5B. RGB value is (170,132,91). Sum of RGB (Red+Green+Blue) = 170+132+91=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA845B is #557BA4. Grayscale: #8A8A8A. Windows color (decimal): -5602213 or 5997738. OLE color: 5997738.
HSL color Cylindrical-coordinate representation of color #AA845B: hue angle of 31.14º degrees, saturation: 0.32, 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 #AA845B is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 91 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.33 |
| HSL | 31.14º | 0.32% | 0.51% | - |
| HSV(B) | 31.14º | 0.46% | 0.67% | - |
| XYZ | 26.72 | 25.8 | 13.47 | - |
| YUV | 138.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 91 | 0 | 0.22 | 0.46 | 0.33 | 31.14 | 0.32 | 0.51 |
| Hex | AA | 84 | 5B | 0 | 16 | 2E | 21 | 1F | 20 | 33 |
| Octal | 252 | 204 | 133 | 0 | 26 | 56 | 41 | 37 | 40 | 63 |
| Binary | 10101010 | 10000100 | 1011011 | 0 | 10110 | 101110 | 100001 | 11111 | 100000 | 110011 |
Color Harmonies of #AA845B
Complementary color
Monochromatic Colors of #AA845B
Black with #AA845B
Text Example
Text Example
White with #AA845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA845B; }
p { color: rgb(170,132,91); }
H1.HeaderClassName
{
color: #AA845B;
}
.AnyTagClassName
{
color: #AA845B;
}
</style>
background-color css
<style>
a { background-color: #AA845B; }
a { background-color: rgb(170,132,91); }
div.DivClassName
{
background-color: #AA845B;
}
.BgClassName
{
background-color: #AA845B;
}
</style>
border-color css
<style>
span { border-color: #AA845B; }
span { border-color: rgb(170,132,91); }
td.TdClassName
{
border-color: #AA845B;
}
.TagClassName
{
border-color: #AA845B;
}
</style>