Shades of Teak #AA865A
Tints of Teak #AA865A
RGB
CMYK
RGB Variations
Color information
#AA865A (or 0xAA865A) is known color: Teak. HEX triplet: AA, 86 and 5A. RGB value is (170,134,90). Sum of RGB (Red+Green+Blue) = 170+134+90=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865A is #5579A5. Grayscale: #8B8B8B. Windows color (decimal): -5601702 or 5932714. OLE color: 5932714.
HSL color Cylindrical-coordinate representation of color #AA865A: hue angle of 33º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA865A is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 90 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.33 |
| HSL | 33º | 0.32% | 0.51% | - |
| HSV(B) | 33º | 0.47% | 0.67% | - |
| XYZ | 26.95 | 26.33 | 13.34 | - |
| YUV | 139.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 90 | 0 | 0.21 | 0.47 | 0.33 | 33 | 0.32 | 0.51 |
| Hex | AA | 86 | 5A | 0 | 15 | 2F | 21 | 21 | 20 | 33 |
| Octal | 252 | 206 | 132 | 0 | 25 | 57 | 41 | 41 | 40 | 63 |
| Binary | 10101010 | 10000110 | 1011010 | 0 | 10101 | 101111 | 100001 | 100001 | 100000 | 110011 |
Color Harmonies of #AA865A
Complementary color
Monochromatic Colors of #AA865A
Black with #AA865A
Text Example
Text Example
White with #AA865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA865A; }
p { color: rgb(170,134,90); }
H1.HeaderClassName
{
color: #AA865A;
}
.AnyTagClassName
{
color: #AA865A;
}
</style>
background-color css
<style>
a { background-color: #AA865A; }
a { background-color: rgb(170,134,90); }
div.DivClassName
{
background-color: #AA865A;
}
.BgClassName
{
background-color: #AA865A;
}
</style>
border-color css
<style>
span { border-color: #AA865A; }
span { border-color: rgb(170,134,90); }
td.TdClassName
{
border-color: #AA865A;
}
.TagClassName
{
border-color: #AA865A;
}
</style>