Shades of Teak #AC8D4F
Tints of Teak #AC8D4F
RGB
CMYK
RGB Variations
Color information
#AC8D4F (or 0xAC8D4F) is known color: Teak. HEX triplet: AC, 8D and 4F. RGB value is (172,141,79). Sum of RGB (Red+Green+Blue) = 172+141+79=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D4F is #5372B0. Grayscale: #8F8F8F. Windows color (decimal): -5468849 or 5213612. OLE color: 5213612.
HSL color Cylindrical-coordinate representation of color #AC8D4F: hue angle of 40º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC8D4F is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 79 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.33 |
| HSL | 40º | 0.37% | 0.49% | - |
| HSV(B) | 40º | 0.54% | 0.67% | - |
| XYZ | 27.95 | 28.38 | 11.4 | - |
| YUV | 143.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 79 | 0 | 0.18 | 0.54 | 0.33 | 40 | 0.37 | 0.49 |
| Hex | AC | 8D | 4F | 0 | 12 | 36 | 21 | 28 | 25 | 31 |
| Octal | 254 | 215 | 117 | 0 | 22 | 66 | 41 | 50 | 45 | 61 |
| Binary | 10101100 | 10001101 | 1001111 | 0 | 10010 | 110110 | 100001 | 101000 | 100101 | 110001 |
Color Harmonies of #AC8D4F
Complementary color
Monochromatic Colors of #AC8D4F
Black with #AC8D4F
Text Example
Text Example
White with #AC8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D4F; }
p { color: rgb(172,141,79); }
H1.HeaderClassName
{
color: #AC8D4F;
}
.AnyTagClassName
{
color: #AC8D4F;
}
</style>
background-color css
<style>
a { background-color: #AC8D4F; }
a { background-color: rgb(172,141,79); }
div.DivClassName
{
background-color: #AC8D4F;
}
.BgClassName
{
background-color: #AC8D4F;
}
</style>
border-color css
<style>
span { border-color: #AC8D4F; }
span { border-color: rgb(172,141,79); }
td.TdClassName
{
border-color: #AC8D4F;
}
.TagClassName
{
border-color: #AC8D4F;
}
</style>