Shades of Teak #AA8C5C
Tints of Teak #AA8C5C
RGB
CMYK
RGB Variations
Color information
#AA8C5C (or 0xAA8C5C) is known color: Teak. HEX triplet: AA, 8C and 5C. RGB value is (170,140,92). Sum of RGB (Red+Green+Blue) = 170+140+92=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C5C is #5573A3. Grayscale: #8F8F8F. Windows color (decimal): -5600164 or 6065322. OLE color: 6065322.
HSL color Cylindrical-coordinate representation of color #AA8C5C: hue angle of 36.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA8C5C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 92 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.33 |
| HSL | 36.92º | 0.31% | 0.51% | - |
| HSV(B) | 36.92º | 0.46% | 0.67% | - |
| XYZ | 27.89 | 28.07 | 14.07 | - |
| YUV | 143.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 92 | 0 | 0.18 | 0.46 | 0.33 | 36.92 | 0.31 | 0.51 |
| Hex | AA | 8C | 5C | 0 | 12 | 2E | 21 | 25 | 1F | 33 |
| Octal | 252 | 214 | 134 | 0 | 22 | 56 | 41 | 45 | 37 | 63 |
| Binary | 10101010 | 10001100 | 1011100 | 0 | 10010 | 101110 | 100001 | 100101 | 11111 | 110011 |
Color Harmonies of #AA8C5C
Complementary color
Monochromatic Colors of #AA8C5C
Black with #AA8C5C
Text Example
Text Example
White with #AA8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C5C; }
p { color: rgb(170,140,92); }
H1.HeaderClassName
{
color: #AA8C5C;
}
.AnyTagClassName
{
color: #AA8C5C;
}
</style>
background-color css
<style>
a { background-color: #AA8C5C; }
a { background-color: rgb(170,140,92); }
div.DivClassName
{
background-color: #AA8C5C;
}
.BgClassName
{
background-color: #AA8C5C;
}
</style>
border-color css
<style>
span { border-color: #AA8C5C; }
span { border-color: rgb(170,140,92); }
td.TdClassName
{
border-color: #AA8C5C;
}
.TagClassName
{
border-color: #AA8C5C;
}
</style>