Shades of Tallow #AC986C
Tints of Tallow #AC986C
RGB
CMYK
RGB Variations
Color information
#AC986C (or 0xAC986C) is known color: Tallow. HEX triplet: AC, 98 and 6C. RGB value is (172,152,108). Sum of RGB (Red+Green+Blue) = 172+152+108=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC986C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC986C is #536793. Grayscale: #999999. Windows color (decimal): -5466004 or 7116972. OLE color: 7116972.
HSL color Cylindrical-coordinate representation of color #AC986C: hue angle of 41.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC986C is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 108 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.33 |
| HSL | 41.25º | 0.28% | 0.55% | - |
| HSV(B) | 41.25º | 0.37% | 0.67% | - |
| XYZ | 30.95 | 32.31 | 18.79 | - |
| YUV | 152.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 108 | 0 | 0.12 | 0.37 | 0.33 | 41.25 | 0.28 | 0.55 |
| Hex | AC | 98 | 6C | 0 | C | 25 | 21 | 29 | 1C | 37 |
| Octal | 254 | 230 | 154 | 0 | 14 | 45 | 41 | 51 | 34 | 67 |
| Binary | 10101100 | 10011000 | 1101100 | 0 | 1100 | 100101 | 100001 | 101001 | 11100 | 110111 |
Color Harmonies of #AC986C
Complementary color
Monochromatic Colors of #AC986C
Black with #AC986C
Text Example
Text Example
White with #AC986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC986C; }
p { color: rgb(172,152,108); }
H1.HeaderClassName
{
color: #AC986C;
}
.AnyTagClassName
{
color: #AC986C;
}
</style>
background-color css
<style>
a { background-color: #AC986C; }
a { background-color: rgb(172,152,108); }
div.DivClassName
{
background-color: #AC986C;
}
.BgClassName
{
background-color: #AC986C;
}
</style>
border-color css
<style>
span { border-color: #AC986C; }
span { border-color: rgb(172,152,108); }
td.TdClassName
{
border-color: #AC986C;
}
.TagClassName
{
border-color: #AC986C;
}
</style>