Shades of Tallow #AC9970
Tints of Tallow #AC9970
RGB
CMYK
RGB Variations
Color information
#AC9970 (or 0xAC9970) is known color: Tallow. HEX triplet: AC, 99 and 70. RGB value is (172,153,112). Sum of RGB (Red+Green+Blue) = 172+153+112=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9970 is #53668F. Grayscale: #9A9A9A. Windows color (decimal): -5465744 or 7379372. OLE color: 7379372.
HSL color Cylindrical-coordinate representation of color #AC9970: hue angle of 41º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9970 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 112 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.33 |
| HSL | 41º | 0.27% | 0.56% | - |
| HSV(B) | 41º | 0.35% | 0.67% | - |
| XYZ | 31.33 | 32.72 | 19.99 | - |
| YUV | 154.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 112 | 0 | 0.11 | 0.35 | 0.33 | 41 | 0.27 | 0.56 |
| Hex | AC | 99 | 70 | 0 | B | 23 | 21 | 29 | 1B | 38 |
| Octal | 254 | 231 | 160 | 0 | 13 | 43 | 41 | 51 | 33 | 70 |
| Binary | 10101100 | 10011001 | 1110000 | 0 | 1011 | 100011 | 100001 | 101001 | 11011 | 111000 |
Color Harmonies of #AC9970
Complementary color
Monochromatic Colors of #AC9970
Black with #AC9970
Text Example
Text Example
White with #AC9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9970; }
p { color: rgb(172,153,112); }
H1.HeaderClassName
{
color: #AC9970;
}
.AnyTagClassName
{
color: #AC9970;
}
</style>
background-color css
<style>
a { background-color: #AC9970; }
a { background-color: rgb(172,153,112); }
div.DivClassName
{
background-color: #AC9970;
}
.BgClassName
{
background-color: #AC9970;
}
</style>
border-color css
<style>
span { border-color: #AC9970; }
span { border-color: rgb(172,153,112); }
td.TdClassName
{
border-color: #AC9970;
}
.TagClassName
{
border-color: #AC9970;
}
</style>