Shades of Teak #AA8C60
Tints of Teak #AA8C60
RGB
CMYK
RGB Variations
Color information
#AA8C60 (or 0xAA8C60) is known color: Teak. HEX triplet: AA, 8C and 60. RGB value is (170,140,96). Sum of RGB (Red+Green+Blue) = 170+140+96=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C60 is #55739F. Grayscale: #909090. Windows color (decimal): -5600160 or 6327466. OLE color: 6327466.
HSL color Cylindrical-coordinate representation of color #AA8C60: hue angle of 35.68º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8C60 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 96 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.33 |
| HSL | 35.68º | 0.3% | 0.52% | - |
| HSV(B) | 35.68º | 0.44% | 0.67% | - |
| XYZ | 28.07 | 28.15 | 15.02 | - |
| YUV | 143.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 96 | 0 | 0.18 | 0.44 | 0.33 | 35.68 | 0.3 | 0.52 |
| Hex | AA | 8C | 60 | 0 | 12 | 2C | 21 | 24 | 1E | 34 |
| Octal | 252 | 214 | 140 | 0 | 22 | 54 | 41 | 44 | 36 | 64 |
| Binary | 10101010 | 10001100 | 1100000 | 0 | 10010 | 101100 | 100001 | 100100 | 11110 | 110100 |
Color Harmonies of #AA8C60
Complementary color
Monochromatic Colors of #AA8C60
Black with #AA8C60
Text Example
Text Example
White with #AA8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C60; }
p { color: rgb(170,140,96); }
H1.HeaderClassName
{
color: #AA8C60;
}
.AnyTagClassName
{
color: #AA8C60;
}
</style>
background-color css
<style>
a { background-color: #AA8C60; }
a { background-color: rgb(170,140,96); }
div.DivClassName
{
background-color: #AA8C60;
}
.BgClassName
{
background-color: #AA8C60;
}
</style>
border-color css
<style>
span { border-color: #AA8C60; }
span { border-color: rgb(170,140,96); }
td.TdClassName
{
border-color: #AA8C60;
}
.TagClassName
{
border-color: #AA8C60;
}
</style>