Shades of Teak #AC894D
Tints of Teak #AC894D
RGB
CMYK
RGB Variations
Color information
#AC894D (or 0xAC894D) is known color: Teak. HEX triplet: AC, 89 and 4D. RGB value is (172,137,77). Sum of RGB (Red+Green+Blue) = 172+137+77=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC894D is #5376B2. Grayscale: #8C8C8C. Windows color (decimal): -5469875 or 5081516. OLE color: 5081516.
HSL color Cylindrical-coordinate representation of color #AC894D: hue angle of 37.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC894D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 77 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.33 |
| HSL | 37.89º | 0.38% | 0.49% | - |
| HSV(B) | 37.89º | 0.55% | 0.67% | - |
| XYZ | 27.3 | 27.2 | 10.83 | - |
| YUV | 140.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 77 | 0 | 0.20 | 0.55 | 0.33 | 37.89 | 0.38 | 0.49 |
| Hex | AC | 89 | 4D | 0 | 14 | 37 | 21 | 26 | 26 | 31 |
| Octal | 254 | 211 | 115 | 0 | 24 | 67 | 41 | 46 | 46 | 61 |
| Binary | 10101100 | 10001001 | 1001101 | 0 | 10100 | 110111 | 100001 | 100110 | 100110 | 110001 |
Color Harmonies of #AC894D
Complementary color
Monochromatic Colors of #AC894D
Black with #AC894D
Text Example
Text Example
White with #AC894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC894D; }
p { color: rgb(172,137,77); }
H1.HeaderClassName
{
color: #AC894D;
}
.AnyTagClassName
{
color: #AC894D;
}
</style>
background-color css
<style>
a { background-color: #AC894D; }
a { background-color: rgb(172,137,77); }
div.DivClassName
{
background-color: #AC894D;
}
.BgClassName
{
background-color: #AC894D;
}
</style>
border-color css
<style>
span { border-color: #AC894D; }
span { border-color: rgb(172,137,77); }
td.TdClassName
{
border-color: #AC894D;
}
.TagClassName
{
border-color: #AC894D;
}
</style>