Shades of Tallow #AC9A71
Tints of Tallow #AC9A71
RGB
CMYK
RGB Variations
Color information
#AC9A71 (or 0xAC9A71) is known color: Tallow. HEX triplet: AC, 9A and 71. RGB value is (172,154,113). Sum of RGB (Red+Green+Blue) = 172+154+113=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A71 is #53658E. Grayscale: #9A9A9A. Windows color (decimal): -5465487 or 7445164. OLE color: 7445164.
HSL color Cylindrical-coordinate representation of color #AC9A71: hue angle of 41.69º 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 #AC9A71 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 113 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.33 |
| HSL | 41.69º | 0.26% | 0.56% | - |
| HSV(B) | 41.69º | 0.34% | 0.67% | - |
| XYZ | 31.55 | 33.07 | 20.34 | - |
| YUV | 154.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 113 | 0 | 0.10 | 0.34 | 0.33 | 41.69 | 0.26 | 0.56 |
| Hex | AC | 9A | 71 | 0 | A | 22 | 21 | 2A | 1A | 38 |
| Octal | 254 | 232 | 161 | 0 | 12 | 42 | 41 | 52 | 32 | 70 |
| Binary | 10101100 | 10011010 | 1110001 | 0 | 1010 | 100010 | 100001 | 101010 | 11010 | 111000 |
Color Harmonies of #AC9A71
Complementary color
Monochromatic Colors of #AC9A71
Black with #AC9A71
Text Example
Text Example
White with #AC9A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A71; }
p { color: rgb(172,154,113); }
H1.HeaderClassName
{
color: #AC9A71;
}
.AnyTagClassName
{
color: #AC9A71;
}
</style>
background-color css
<style>
a { background-color: #AC9A71; }
a { background-color: rgb(172,154,113); }
div.DivClassName
{
background-color: #AC9A71;
}
.BgClassName
{
background-color: #AC9A71;
}
</style>
border-color css
<style>
span { border-color: #AC9A71; }
span { border-color: rgb(172,154,113); }
td.TdClassName
{
border-color: #AC9A71;
}
.TagClassName
{
border-color: #AC9A71;
}
</style>