Shades of Tallow #AC996D
Tints of Tallow #AC996D
RGB
CMYK
RGB Variations
Color information
#AC996D (or 0xAC996D) is known color: Tallow. HEX triplet: AC, 99 and 6D. RGB value is (172,153,109). Sum of RGB (Red+Green+Blue) = 172+153+109=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC996D is #536692. Grayscale: #999999. Windows color (decimal): -5465747 or 7182764. OLE color: 7182764.
HSL color Cylindrical-coordinate representation of color #AC996D: hue angle of 41.9º 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 #AC996D is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 109 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.33 |
| HSL | 41.9º | 0.28% | 0.55% | - |
| HSV(B) | 41.9º | 0.37% | 0.67% | - |
| XYZ | 31.16 | 32.66 | 19.13 | - |
| YUV | 153.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 109 | 0 | 0.11 | 0.37 | 0.33 | 41.9 | 0.28 | 0.55 |
| Hex | AC | 99 | 6D | 0 | B | 25 | 21 | 2A | 1C | 37 |
| Octal | 254 | 231 | 155 | 0 | 13 | 45 | 41 | 52 | 34 | 67 |
| Binary | 10101100 | 10011001 | 1101101 | 0 | 1011 | 100101 | 100001 | 101010 | 11100 | 110111 |
Color Harmonies of #AC996D
Complementary color
Monochromatic Colors of #AC996D
Black with #AC996D
Text Example
Text Example
White with #AC996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC996D; }
p { color: rgb(172,153,109); }
H1.HeaderClassName
{
color: #AC996D;
}
.AnyTagClassName
{
color: #AC996D;
}
</style>
background-color css
<style>
a { background-color: #AC996D; }
a { background-color: rgb(172,153,109); }
div.DivClassName
{
background-color: #AC996D;
}
.BgClassName
{
background-color: #AC996D;
}
</style>
border-color css
<style>
span { border-color: #AC996D; }
span { border-color: rgb(172,153,109); }
td.TdClassName
{
border-color: #AC996D;
}
.TagClassName
{
border-color: #AC996D;
}
</style>