Shades of Teak #AA8C56
Tints of Teak #AA8C56
RGB
CMYK
RGB Variations
Color information
#AA8C56 (or 0xAA8C56) is known color: Teak. HEX triplet: AA, 8C and 56. RGB value is (170,140,86). Sum of RGB (Red+Green+Blue) = 170+140+86=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C56 is #5573A9. Grayscale: #8F8F8F. Windows color (decimal): -5600170 or 5672106. OLE color: 5672106.
HSL color Cylindrical-coordinate representation of color #AA8C56: hue angle of 38.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA8C56 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 86 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.33 |
| HSL | 38.57º | 0.33% | 0.5% | - |
| HSV(B) | 38.57º | 0.49% | 0.67% | - |
| XYZ | 27.64 | 27.97 | 12.75 | - |
| YUV | 142.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 86 | 0 | 0.18 | 0.49 | 0.33 | 38.57 | 0.33 | 0.5 |
| Hex | AA | 8C | 56 | 0 | 12 | 31 | 21 | 27 | 21 | 32 |
| Octal | 252 | 214 | 126 | 0 | 22 | 61 | 41 | 47 | 41 | 62 |
| Binary | 10101010 | 10001100 | 1010110 | 0 | 10010 | 110001 | 100001 | 100111 | 100001 | 110010 |
Color Harmonies of #AA8C56
Complementary color
Monochromatic Colors of #AA8C56
Black with #AA8C56
Text Example
Text Example
White with #AA8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C56; }
p { color: rgb(170,140,86); }
H1.HeaderClassName
{
color: #AA8C56;
}
.AnyTagClassName
{
color: #AA8C56;
}
</style>
background-color css
<style>
a { background-color: #AA8C56; }
a { background-color: rgb(170,140,86); }
div.DivClassName
{
background-color: #AA8C56;
}
.BgClassName
{
background-color: #AA8C56;
}
</style>
border-color css
<style>
span { border-color: #AA8C56; }
span { border-color: rgb(170,140,86); }
td.TdClassName
{
border-color: #AA8C56;
}
.TagClassName
{
border-color: #AA8C56;
}
</style>