Shades of Teak #AA8C53
Tints of Teak #AA8C53
RGB
CMYK
RGB Variations
Color information
#AA8C53 (or 0xAA8C53) is known color: Teak. HEX triplet: AA, 8C and 53. RGB value is (170,140,83). Sum of RGB (Red+Green+Blue) = 170+140+83=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C53 is #5573AC. Grayscale: #8E8E8E. Windows color (decimal): -5600173 or 5475498. OLE color: 5475498.
HSL color Cylindrical-coordinate representation of color #AA8C53: hue angle of 39.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8C53 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 83 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.33 |
| HSL | 39.31º | 0.34% | 0.5% | - |
| HSV(B) | 39.31º | 0.51% | 0.67% | - |
| XYZ | 27.52 | 27.93 | 12.12 | - |
| YUV | 142.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 83 | 0 | 0.18 | 0.51 | 0.33 | 39.31 | 0.34 | 0.5 |
| Hex | AA | 8C | 53 | 0 | 12 | 33 | 21 | 27 | 22 | 32 |
| Octal | 252 | 214 | 123 | 0 | 22 | 63 | 41 | 47 | 42 | 62 |
| Binary | 10101010 | 10001100 | 1010011 | 0 | 10010 | 110011 | 100001 | 100111 | 100010 | 110010 |
Color Harmonies of #AA8C53
Complementary color
Monochromatic Colors of #AA8C53
Black with #AA8C53
Text Example
Text Example
White with #AA8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C53; }
p { color: rgb(170,140,83); }
H1.HeaderClassName
{
color: #AA8C53;
}
.AnyTagClassName
{
color: #AA8C53;
}
</style>
background-color css
<style>
a { background-color: #AA8C53; }
a { background-color: rgb(170,140,83); }
div.DivClassName
{
background-color: #AA8C53;
}
.BgClassName
{
background-color: #AA8C53;
}
</style>
border-color css
<style>
span { border-color: #AA8C53; }
span { border-color: rgb(170,140,83); }
td.TdClassName
{
border-color: #AA8C53;
}
.TagClassName
{
border-color: #AA8C53;
}
</style>