Shades of Teak #AA865C
Tints of Teak #AA865C
RGB
CMYK
RGB Variations
Color information
#AA865C (or 0xAA865C) is known color: Teak. HEX triplet: AA, 86 and 5C. RGB value is (170,134,92). Sum of RGB (Red+Green+Blue) = 170+134+92=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865C is #5579A3. Grayscale: #8C8C8C. Windows color (decimal): -5601700 or 6063786. OLE color: 6063786.
HSL color Cylindrical-coordinate representation of color #AA865C: hue angle of 32.31º 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 #AA865C is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 92 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.33 |
| HSL | 32.31º | 0.31% | 0.51% | - |
| HSV(B) | 32.31º | 0.46% | 0.67% | - |
| XYZ | 27.03 | 26.37 | 13.79 | - |
| YUV | 139.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 92 | 0 | 0.21 | 0.46 | 0.33 | 32.31 | 0.31 | 0.51 |
| Hex | AA | 86 | 5C | 0 | 15 | 2E | 21 | 20 | 1F | 33 |
| Octal | 252 | 206 | 134 | 0 | 25 | 56 | 41 | 40 | 37 | 63 |
| Binary | 10101010 | 10000110 | 1011100 | 0 | 10101 | 101110 | 100001 | 100000 | 11111 | 110011 |
Color Harmonies of #AA865C
Complementary color
Monochromatic Colors of #AA865C
Black with #AA865C
Text Example
Text Example
White with #AA865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA865C; }
p { color: rgb(170,134,92); }
H1.HeaderClassName
{
color: #AA865C;
}
.AnyTagClassName
{
color: #AA865C;
}
</style>
background-color css
<style>
a { background-color: #AA865C; }
a { background-color: rgb(170,134,92); }
div.DivClassName
{
background-color: #AA865C;
}
.BgClassName
{
background-color: #AA865C;
}
</style>
border-color css
<style>
span { border-color: #AA865C; }
span { border-color: rgb(170,134,92); }
td.TdClassName
{
border-color: #AA865C;
}
.TagClassName
{
border-color: #AA865C;
}
</style>