Shades of Teak #AA8C58
Tints of Teak #AA8C58
RGB
CMYK
RGB Variations
Color information
#AA8C58 (or 0xAA8C58) is known color: Teak. HEX triplet: AA, 8C and 58. RGB value is (170,140,88). Sum of RGB (Red+Green+Blue) = 170+140+88=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C58 is #5573A7. Grayscale: #8F8F8F. Windows color (decimal): -5600168 or 5803178. OLE color: 5803178.
HSL color Cylindrical-coordinate representation of color #AA8C58: hue angle of 38.05º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA8C58 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 88 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.33 |
| HSL | 38.05º | 0.33% | 0.51% | - |
| HSV(B) | 38.05º | 0.48% | 0.67% | - |
| XYZ | 27.72 | 28.01 | 13.18 | - |
| YUV | 143.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 88 | 0 | 0.18 | 0.48 | 0.33 | 38.05 | 0.33 | 0.51 |
| Hex | AA | 8C | 58 | 0 | 12 | 30 | 21 | 26 | 21 | 33 |
| Octal | 252 | 214 | 130 | 0 | 22 | 60 | 41 | 46 | 41 | 63 |
| Binary | 10101010 | 10001100 | 1011000 | 0 | 10010 | 110000 | 100001 | 100110 | 100001 | 110011 |
Color Harmonies of #AA8C58
Complementary color
Monochromatic Colors of #AA8C58
Black with #AA8C58
Text Example
Text Example
White with #AA8C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C58; }
p { color: rgb(170,140,88); }
H1.HeaderClassName
{
color: #AA8C58;
}
.AnyTagClassName
{
color: #AA8C58;
}
</style>
background-color css
<style>
a { background-color: #AA8C58; }
a { background-color: rgb(170,140,88); }
div.DivClassName
{
background-color: #AA8C58;
}
.BgClassName
{
background-color: #AA8C58;
}
</style>
border-color css
<style>
span { border-color: #AA8C58; }
span { border-color: rgb(170,140,88); }
td.TdClassName
{
border-color: #AA8C58;
}
.TagClassName
{
border-color: #AA8C58;
}
</style>