Shades of Teak #AA8858
Tints of Teak #AA8858
RGB
CMYK
RGB Variations
Color information
#AA8858 (or 0xAA8858) is known color: Teak. HEX triplet: AA, 88 and 58. RGB value is (170,136,88). Sum of RGB (Red+Green+Blue) = 170+136+88=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8858 is #5577A7. Grayscale: #8C8C8C. Windows color (decimal): -5601192 or 5802154. OLE color: 5802154.
HSL color Cylindrical-coordinate representation of color #AA8858: hue angle of 35.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA8858 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 88 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.33 |
| HSL | 35.12º | 0.33% | 0.51% | - |
| HSV(B) | 35.12º | 0.48% | 0.67% | - |
| XYZ | 27.14 | 26.86 | 12.99 | - |
| YUV | 140.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 88 | 0 | 0.20 | 0.48 | 0.33 | 35.12 | 0.33 | 0.51 |
| Hex | AA | 88 | 58 | 0 | 14 | 30 | 21 | 23 | 21 | 33 |
| Octal | 252 | 210 | 130 | 0 | 24 | 60 | 41 | 43 | 41 | 63 |
| Binary | 10101010 | 10001000 | 1011000 | 0 | 10100 | 110000 | 100001 | 100011 | 100001 | 110011 |
Color Harmonies of #AA8858
Complementary color
Monochromatic Colors of #AA8858
Black with #AA8858
Text Example
Text Example
White with #AA8858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8858; }
p { color: rgb(170,136,88); }
H1.HeaderClassName
{
color: #AA8858;
}
.AnyTagClassName
{
color: #AA8858;
}
</style>
background-color css
<style>
a { background-color: #AA8858; }
a { background-color: rgb(170,136,88); }
div.DivClassName
{
background-color: #AA8858;
}
.BgClassName
{
background-color: #AA8858;
}
</style>
border-color css
<style>
span { border-color: #AA8858; }
span { border-color: rgb(170,136,88); }
td.TdClassName
{
border-color: #AA8858;
}
.TagClassName
{
border-color: #AA8858;
}
</style>