Shades of Teak #AA8C5F
Tints of Teak #AA8C5F
RGB
CMYK
RGB Variations
Color information
#AA8C5F (or 0xAA8C5F) is known color: Teak. HEX triplet: AA, 8C and 5F. RGB value is (170,140,95). Sum of RGB (Red+Green+Blue) = 170+140+95=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C5F is #5573A0. Grayscale: #909090. Windows color (decimal): -5600161 or 6261930. OLE color: 6261930.
HSL color Cylindrical-coordinate representation of color #AA8C5F: hue angle of 36º degrees, saturation: 0.31, 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 #AA8C5F is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 95 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.33 |
| HSL | 36º | 0.31% | 0.52% | - |
| HSV(B) | 36º | 0.44% | 0.67% | - |
| XYZ | 28.02 | 28.13 | 14.78 | - |
| YUV | 143.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 95 | 0 | 0.18 | 0.44 | 0.33 | 36 | 0.31 | 0.52 |
| Hex | AA | 8C | 5F | 0 | 12 | 2C | 21 | 24 | 1F | 34 |
| Octal | 252 | 214 | 137 | 0 | 22 | 54 | 41 | 44 | 37 | 64 |
| Binary | 10101010 | 10001100 | 1011111 | 0 | 10010 | 101100 | 100001 | 100100 | 11111 | 110100 |
Color Harmonies of #AA8C5F
Complementary color
Monochromatic Colors of #AA8C5F
Black with #AA8C5F
Text Example
Text Example
White with #AA8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C5F; }
p { color: rgb(170,140,95); }
H1.HeaderClassName
{
color: #AA8C5F;
}
.AnyTagClassName
{
color: #AA8C5F;
}
</style>
background-color css
<style>
a { background-color: #AA8C5F; }
a { background-color: rgb(170,140,95); }
div.DivClassName
{
background-color: #AA8C5F;
}
.BgClassName
{
background-color: #AA8C5F;
}
</style>
border-color css
<style>
span { border-color: #AA8C5F; }
span { border-color: rgb(170,140,95); }
td.TdClassName
{
border-color: #AA8C5F;
}
.TagClassName
{
border-color: #AA8C5F;
}
</style>