Shades of Teak #AA8855
Tints of Teak #AA8855
RGB
CMYK
RGB Variations
Color information
#AA8855 (or 0xAA8855) is known color: Teak. HEX triplet: AA, 88 and 55. RGB value is (170,136,85). Sum of RGB (Red+Green+Blue) = 170+136+85=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8855 is #5577AA. Grayscale: #8C8C8C. Windows color (decimal): -5601195 or 5605546. OLE color: 5605546.
HSL color Cylindrical-coordinate representation of color #AA8855: hue angle of 36º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA8855 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 85 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.33 |
| HSL | 36º | 0.33% | 0.5% | - |
| HSV(B) | 36º | 0.5% | 0.67% | - |
| XYZ | 27.02 | 26.81 | 12.35 | - |
| YUV | 140.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 85 | 0 | 0.20 | 0.50 | 0.33 | 36 | 0.33 | 0.5 |
| Hex | AA | 88 | 55 | 0 | 14 | 32 | 21 | 24 | 21 | 32 |
| Octal | 252 | 210 | 125 | 0 | 24 | 62 | 41 | 44 | 41 | 62 |
| Binary | 10101010 | 10001000 | 1010101 | 0 | 10100 | 110010 | 100001 | 100100 | 100001 | 110010 |
Color Harmonies of #AA8855
Complementary color
Monochromatic Colors of #AA8855
Black with #AA8855
Text Example
Text Example
White with #AA8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8855; }
p { color: rgb(170,136,85); }
H1.HeaderClassName
{
color: #AA8855;
}
.AnyTagClassName
{
color: #AA8855;
}
</style>
background-color css
<style>
a { background-color: #AA8855; }
a { background-color: rgb(170,136,85); }
div.DivClassName
{
background-color: #AA8855;
}
.BgClassName
{
background-color: #AA8855;
}
</style>
border-color css
<style>
span { border-color: #AA8855; }
span { border-color: rgb(170,136,85); }
td.TdClassName
{
border-color: #AA8855;
}
.TagClassName
{
border-color: #AA8855;
}
</style>