Shades of Teak #AA8851
Tints of Teak #AA8851
RGB
CMYK
RGB Variations
Color information
#AA8851 (or 0xAA8851) is known color: Teak. HEX triplet: AA, 88 and 51. RGB value is (170,136,81). Sum of RGB (Red+Green+Blue) = 170+136+81=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8851 is #5577AE. Grayscale: #8C8C8C. Windows color (decimal): -5601199 or 5343402. OLE color: 5343402.
HSL color Cylindrical-coordinate representation of color #AA8851: hue angle of 37.08º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA8851 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 81 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.33 |
| HSL | 37.08º | 0.35% | 0.49% | - |
| HSV(B) | 37.08º | 0.52% | 0.67% | - |
| XYZ | 26.87 | 26.75 | 11.53 | - |
| YUV | 139.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 81 | 0 | 0.20 | 0.52 | 0.33 | 37.08 | 0.35 | 0.49 |
| Hex | AA | 88 | 51 | 0 | 14 | 34 | 21 | 25 | 23 | 31 |
| Octal | 252 | 210 | 121 | 0 | 24 | 64 | 41 | 45 | 43 | 61 |
| Binary | 10101010 | 10001000 | 1010001 | 0 | 10100 | 110100 | 100001 | 100101 | 100011 | 110001 |
Color Harmonies of #AA8851
Complementary color
Monochromatic Colors of #AA8851
Black with #AA8851
Text Example
Text Example
White with #AA8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8851; }
p { color: rgb(170,136,81); }
H1.HeaderClassName
{
color: #AA8851;
}
.AnyTagClassName
{
color: #AA8851;
}
</style>
background-color css
<style>
a { background-color: #AA8851; }
a { background-color: rgb(170,136,81); }
div.DivClassName
{
background-color: #AA8851;
}
.BgClassName
{
background-color: #AA8851;
}
</style>
border-color css
<style>
span { border-color: #AA8851; }
span { border-color: rgb(170,136,81); }
td.TdClassName
{
border-color: #AA8851;
}
.TagClassName
{
border-color: #AA8851;
}
</style>