Shades of Teak #AA8857
Tints of Teak #AA8857
RGB
CMYK
RGB Variations
Color information
#AA8857 (or 0xAA8857) is known color: Teak. HEX triplet: AA, 88 and 57. RGB value is (170,136,87). Sum of RGB (Red+Green+Blue) = 170+136+87=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8857 is #5577A8. Grayscale: #8C8C8C. Windows color (decimal): -5601193 or 5736618. OLE color: 5736618.
HSL color Cylindrical-coordinate representation of color #AA8857: hue angle of 35.42º 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 #AA8857 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 87 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.33 |
| HSL | 35.42º | 0.33% | 0.5% | - |
| HSV(B) | 35.42º | 0.49% | 0.67% | - |
| XYZ | 27.1 | 26.84 | 12.77 | - |
| YUV | 140.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 87 | 0 | 0.20 | 0.49 | 0.33 | 35.42 | 0.33 | 0.5 |
| Hex | AA | 88 | 57 | 0 | 14 | 31 | 21 | 23 | 21 | 32 |
| Octal | 252 | 210 | 127 | 0 | 24 | 61 | 41 | 43 | 41 | 62 |
| Binary | 10101010 | 10001000 | 1010111 | 0 | 10100 | 110001 | 100001 | 100011 | 100001 | 110010 |
Color Harmonies of #AA8857
Complementary color
Monochromatic Colors of #AA8857
Black with #AA8857
Text Example
Text Example
White with #AA8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8857; }
p { color: rgb(170,136,87); }
H1.HeaderClassName
{
color: #AA8857;
}
.AnyTagClassName
{
color: #AA8857;
}
</style>
background-color css
<style>
a { background-color: #AA8857; }
a { background-color: rgb(170,136,87); }
div.DivClassName
{
background-color: #AA8857;
}
.BgClassName
{
background-color: #AA8857;
}
</style>
border-color css
<style>
span { border-color: #AA8857; }
span { border-color: rgb(170,136,87); }
td.TdClassName
{
border-color: #AA8857;
}
.TagClassName
{
border-color: #AA8857;
}
</style>