Shades of Tallow #AC996F
Tints of Tallow #AC996F
RGB
CMYK
RGB Variations
Color information
#AC996F (or 0xAC996F) is known color: Tallow. HEX triplet: AC, 99 and 6F. RGB value is (172,153,111). Sum of RGB (Red+Green+Blue) = 172+153+111=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC996F is #536690. Grayscale: #9A9A9A. Windows color (decimal): -5465745 or 7313836. OLE color: 7313836.
HSL color Cylindrical-coordinate representation of color #AC996F: hue angle of 41.31º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC996F is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 111 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.33 |
| HSL | 41.31º | 0.27% | 0.55% | - |
| HSV(B) | 41.31º | 0.35% | 0.67% | - |
| XYZ | 31.27 | 32.7 | 19.7 | - |
| YUV | 153.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 111 | 0 | 0.11 | 0.35 | 0.33 | 41.31 | 0.27 | 0.55 |
| Hex | AC | 99 | 6F | 0 | B | 23 | 21 | 29 | 1B | 37 |
| Octal | 254 | 231 | 157 | 0 | 13 | 43 | 41 | 51 | 33 | 67 |
| Binary | 10101100 | 10011001 | 1101111 | 0 | 1011 | 100011 | 100001 | 101001 | 11011 | 110111 |
Color Harmonies of #AC996F
Complementary color
Monochromatic Colors of #AC996F
Black with #AC996F
Text Example
Text Example
White with #AC996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC996F; }
p { color: rgb(172,153,111); }
H1.HeaderClassName
{
color: #AC996F;
}
.AnyTagClassName
{
color: #AC996F;
}
</style>
background-color css
<style>
a { background-color: #AC996F; }
a { background-color: rgb(172,153,111); }
div.DivClassName
{
background-color: #AC996F;
}
.BgClassName
{
background-color: #AC996F;
}
</style>
border-color css
<style>
span { border-color: #AC996F; }
span { border-color: rgb(172,153,111); }
td.TdClassName
{
border-color: #AC996F;
}
.TagClassName
{
border-color: #AC996F;
}
</style>