Shades of Teak #AA8756
Tints of Teak #AA8756
RGB
CMYK
RGB Variations
Color information
#AA8756 (or 0xAA8756) is known color: Teak. HEX triplet: AA, 87 and 56. RGB value is (170,135,86). Sum of RGB (Red+Green+Blue) = 170+135+86=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8756 is #5578A9. Grayscale: #8C8C8C. Windows color (decimal): -5601450 or 5670826. OLE color: 5670826.
HSL color Cylindrical-coordinate representation of color #AA8756: hue angle of 35º 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 #AA8756 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 86 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.33 |
| HSL | 35º | 0.33% | 0.5% | - |
| HSV(B) | 35º | 0.49% | 0.67% | - |
| XYZ | 26.92 | 26.55 | 12.51 | - |
| YUV | 139.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 86 | 0 | 0.21 | 0.49 | 0.33 | 35 | 0.33 | 0.5 |
| Hex | AA | 87 | 56 | 0 | 15 | 31 | 21 | 23 | 21 | 32 |
| Octal | 252 | 207 | 126 | 0 | 25 | 61 | 41 | 43 | 41 | 62 |
| Binary | 10101010 | 10000111 | 1010110 | 0 | 10101 | 110001 | 100001 | 100011 | 100001 | 110010 |
Color Harmonies of #AA8756
Complementary color
Monochromatic Colors of #AA8756
Black with #AA8756
Text Example
Text Example
White with #AA8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8756; }
p { color: rgb(170,135,86); }
H1.HeaderClassName
{
color: #AA8756;
}
.AnyTagClassName
{
color: #AA8756;
}
</style>
background-color css
<style>
a { background-color: #AA8756; }
a { background-color: rgb(170,135,86); }
div.DivClassName
{
background-color: #AA8756;
}
.BgClassName
{
background-color: #AA8756;
}
</style>
border-color css
<style>
span { border-color: #AA8756; }
span { border-color: rgb(170,135,86); }
td.TdClassName
{
border-color: #AA8756;
}
.TagClassName
{
border-color: #AA8756;
}
</style>