Shades of Tallow #AC9971
Tints of Tallow #AC9971
RGB
CMYK
RGB Variations
Color information
#AC9971 (or 0xAC9971) is known color: Tallow. HEX triplet: AC, 99 and 71. RGB value is (172,153,113). Sum of RGB (Red+Green+Blue) = 172+153+113=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9971 is #53668E. Grayscale: #9A9A9A. Windows color (decimal): -5465743 or 7444908. OLE color: 7444908.
HSL color Cylindrical-coordinate representation of color #AC9971: hue angle of 40.68º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC9971 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 113 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.33 |
| HSL | 40.68º | 0.26% | 0.56% | - |
| HSV(B) | 40.68º | 0.34% | 0.67% | - |
| XYZ | 31.39 | 32.75 | 20.29 | - |
| YUV | 154.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 113 | 0 | 0.11 | 0.34 | 0.33 | 40.68 | 0.26 | 0.56 |
| Hex | AC | 99 | 71 | 0 | B | 22 | 21 | 29 | 1A | 38 |
| Octal | 254 | 231 | 161 | 0 | 13 | 42 | 41 | 51 | 32 | 70 |
| Binary | 10101100 | 10011001 | 1110001 | 0 | 1011 | 100010 | 100001 | 101001 | 11010 | 111000 |
Color Harmonies of #AC9971
Complementary color
Monochromatic Colors of #AC9971
Black with #AC9971
Text Example
Text Example
White with #AC9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9971; }
p { color: rgb(172,153,113); }
H1.HeaderClassName
{
color: #AC9971;
}
.AnyTagClassName
{
color: #AC9971;
}
</style>
background-color css
<style>
a { background-color: #AC9971; }
a { background-color: rgb(172,153,113); }
div.DivClassName
{
background-color: #AC9971;
}
.BgClassName
{
background-color: #AC9971;
}
</style>
border-color css
<style>
span { border-color: #AC9971; }
span { border-color: rgb(172,153,113); }
td.TdClassName
{
border-color: #AC9971;
}
.TagClassName
{
border-color: #AC9971;
}
</style>