Shades of Teak #AA8C55
Tints of Teak #AA8C55
RGB
CMYK
RGB Variations
Color information
#AA8C55 (or 0xAA8C55) is known color: Teak. HEX triplet: AA, 8C and 55. RGB value is (170,140,85). Sum of RGB (Red+Green+Blue) = 170+140+85=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C55 is #5573AA. Grayscale: #8E8E8E. Windows color (decimal): -5600171 or 5606570. OLE color: 5606570.
HSL color Cylindrical-coordinate representation of color #AA8C55: hue angle of 38.82º 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 #AA8C55 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 85 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.33 |
| HSL | 38.82º | 0.33% | 0.5% | - |
| HSV(B) | 38.82º | 0.5% | 0.67% | - |
| XYZ | 27.6 | 27.96 | 12.54 | - |
| YUV | 142.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 85 | 0 | 0.18 | 0.50 | 0.33 | 38.82 | 0.33 | 0.5 |
| Hex | AA | 8C | 55 | 0 | 12 | 32 | 21 | 27 | 21 | 32 |
| Octal | 252 | 214 | 125 | 0 | 22 | 62 | 41 | 47 | 41 | 62 |
| Binary | 10101010 | 10001100 | 1010101 | 0 | 10010 | 110010 | 100001 | 100111 | 100001 | 110010 |
Color Harmonies of #AA8C55
Complementary color
Monochromatic Colors of #AA8C55
Black with #AA8C55
Text Example
Text Example
White with #AA8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C55; }
p { color: rgb(170,140,85); }
H1.HeaderClassName
{
color: #AA8C55;
}
.AnyTagClassName
{
color: #AA8C55;
}
</style>
background-color css
<style>
a { background-color: #AA8C55; }
a { background-color: rgb(170,140,85); }
div.DivClassName
{
background-color: #AA8C55;
}
.BgClassName
{
background-color: #AA8C55;
}
</style>
border-color css
<style>
span { border-color: #AA8C55; }
span { border-color: rgb(170,140,85); }
td.TdClassName
{
border-color: #AA8C55;
}
.TagClassName
{
border-color: #AA8C55;
}
</style>