Shades of Tallow #AC9A76
Tints of Tallow #AC9A76
RGB
CMYK
RGB Variations
Color information
#AC9A76 (or 0xAC9A76) is known color: Tallow. HEX triplet: AC, 9A and 76. RGB value is (172,154,118). Sum of RGB (Red+Green+Blue) = 172+154+118=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A76 is #536589. Grayscale: #9B9B9B. Windows color (decimal): -5465482 or 7772844. OLE color: 7772844.
HSL color Cylindrical-coordinate representation of color #AC9A76: hue angle of 40º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC9A76 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 118 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.33 |
| HSL | 40º | 0.25% | 0.57% | - |
| HSV(B) | 40º | 0.31% | 0.67% | - |
| XYZ | 31.84 | 33.19 | 21.87 | - |
| YUV | 155.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 118 | 0 | 0.10 | 0.31 | 0.33 | 40 | 0.25 | 0.57 |
| Hex | AC | 9A | 76 | 0 | A | 1F | 21 | 28 | 19 | 39 |
| Octal | 254 | 232 | 166 | 0 | 12 | 37 | 41 | 50 | 31 | 71 |
| Binary | 10101100 | 10011010 | 1110110 | 0 | 1010 | 11111 | 100001 | 101000 | 11001 | 111001 |
Color Harmonies of #AC9A76
Complementary color
Monochromatic Colors of #AC9A76
Black with #AC9A76
Text Example
Text Example
White with #AC9A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A76; }
p { color: rgb(172,154,118); }
H1.HeaderClassName
{
color: #AC9A76;
}
.AnyTagClassName
{
color: #AC9A76;
}
</style>
background-color css
<style>
a { background-color: #AC9A76; }
a { background-color: rgb(172,154,118); }
div.DivClassName
{
background-color: #AC9A76;
}
.BgClassName
{
background-color: #AC9A76;
}
</style>
border-color css
<style>
span { border-color: #AC9A76; }
span { border-color: rgb(172,154,118); }
td.TdClassName
{
border-color: #AC9A76;
}
.TagClassName
{
border-color: #AC9A76;
}
</style>