Shades of Teak #AC894C
Tints of Teak #AC894C
RGB
CMYK
RGB Variations
Color information
#AC894C (or 0xAC894C) is known color: Teak. HEX triplet: AC, 89 and 4C. RGB value is (172,137,76). Sum of RGB (Red+Green+Blue) = 172+137+76=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC894C is #5376B3. Grayscale: #8C8C8C. Windows color (decimal): -5469876 or 5015980. OLE color: 5015980.
HSL color Cylindrical-coordinate representation of color #AC894C: hue angle of 38.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC894C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 76 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.33 |
| HSL | 38.13º | 0.39% | 0.49% | - |
| HSV(B) | 38.13º | 0.56% | 0.67% | - |
| XYZ | 27.26 | 27.18 | 10.65 | - |
| YUV | 140.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 76 | 0 | 0.20 | 0.56 | 0.33 | 38.13 | 0.39 | 0.49 |
| Hex | AC | 89 | 4C | 0 | 14 | 38 | 21 | 26 | 27 | 31 |
| Octal | 254 | 211 | 114 | 0 | 24 | 70 | 41 | 46 | 47 | 61 |
| Binary | 10101100 | 10001001 | 1001100 | 0 | 10100 | 111000 | 100001 | 100110 | 100111 | 110001 |
Color Harmonies of #AC894C
Complementary color
Monochromatic Colors of #AC894C
Black with #AC894C
Text Example
Text Example
White with #AC894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC894C; }
p { color: rgb(172,137,76); }
H1.HeaderClassName
{
color: #AC894C;
}
.AnyTagClassName
{
color: #AC894C;
}
</style>
background-color css
<style>
a { background-color: #AC894C; }
a { background-color: rgb(172,137,76); }
div.DivClassName
{
background-color: #AC894C;
}
.BgClassName
{
background-color: #AC894C;
}
</style>
border-color css
<style>
span { border-color: #AC894C; }
span { border-color: rgb(172,137,76); }
td.TdClassName
{
border-color: #AC894C;
}
.TagClassName
{
border-color: #AC894C;
}
</style>