Shades of Tallow #AC9C6F
Tints of Tallow #AC9C6F
RGB
CMYK
RGB Variations
Color information
#AC9C6F (or 0xAC9C6F) is known color: Tallow. HEX triplet: AC, 9C and 6F. RGB value is (172,156,111). Sum of RGB (Red+Green+Blue) = 172+156+111=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C6F is #536390. Grayscale: #9B9B9B. Windows color (decimal): -5464977 or 7314604. OLE color: 7314604.
HSL color Cylindrical-coordinate representation of color #AC9C6F: hue angle of 44.26º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9C6F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 111 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.33 |
| HSL | 44.26º | 0.27% | 0.55% | - |
| HSV(B) | 44.26º | 0.35% | 0.67% | - |
| XYZ | 31.77 | 33.7 | 19.87 | - |
| YUV | 155.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 111 | 0 | 0.09 | 0.35 | 0.33 | 44.26 | 0.27 | 0.55 |
| Hex | AC | 9C | 6F | 0 | 9 | 23 | 21 | 2C | 1B | 37 |
| Octal | 254 | 234 | 157 | 0 | 11 | 43 | 41 | 54 | 33 | 67 |
| Binary | 10101100 | 10011100 | 1101111 | 0 | 1001 | 100011 | 100001 | 101100 | 11011 | 110111 |
Color Harmonies of #AC9C6F
Complementary color
Monochromatic Colors of #AC9C6F
Black with #AC9C6F
Text Example
Text Example
White with #AC9C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C6F; }
p { color: rgb(172,156,111); }
H1.HeaderClassName
{
color: #AC9C6F;
}
.AnyTagClassName
{
color: #AC9C6F;
}
</style>
background-color css
<style>
a { background-color: #AC9C6F; }
a { background-color: rgb(172,156,111); }
div.DivClassName
{
background-color: #AC9C6F;
}
.BgClassName
{
background-color: #AC9C6F;
}
</style>
border-color css
<style>
span { border-color: #AC9C6F; }
span { border-color: rgb(172,156,111); }
td.TdClassName
{
border-color: #AC9C6F;
}
.TagClassName
{
border-color: #AC9C6F;
}
</style>