Shades of Tallow #AC9C66
Tints of Tallow #AC9C66
RGB
CMYK
RGB Variations
Color information
#AC9C66 (or 0xAC9C66) is known color: Tallow. HEX triplet: AC, 9C and 66. RGB value is (172,156,102). Sum of RGB (Red+Green+Blue) = 172+156+102=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C66 is #536399. Grayscale: #9A9A9A. Windows color (decimal): -5464986 or 6724780. OLE color: 6724780.
HSL color Cylindrical-coordinate representation of color #AC9C66: hue angle of 46.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC9C66 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 102 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.33 |
| HSL | 46.29º | 0.3% | 0.54% | - |
| HSV(B) | 46.29º | 0.41% | 0.67% | - |
| XYZ | 31.3 | 33.51 | 17.39 | - |
| YUV | 154.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 102 | 0 | 0.09 | 0.41 | 0.33 | 46.29 | 0.3 | 0.54 |
| Hex | AC | 9C | 66 | 0 | 9 | 29 | 21 | 2E | 1E | 36 |
| Octal | 254 | 234 | 146 | 0 | 11 | 51 | 41 | 56 | 36 | 66 |
| Binary | 10101100 | 10011100 | 1100110 | 0 | 1001 | 101001 | 100001 | 101110 | 11110 | 110110 |
Color Harmonies of #AC9C66
Complementary color
Monochromatic Colors of #AC9C66
Black with #AC9C66
Text Example
Text Example
White with #AC9C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C66; }
p { color: rgb(172,156,102); }
H1.HeaderClassName
{
color: #AC9C66;
}
.AnyTagClassName
{
color: #AC9C66;
}
</style>
background-color css
<style>
a { background-color: #AC9C66; }
a { background-color: rgb(172,156,102); }
div.DivClassName
{
background-color: #AC9C66;
}
.BgClassName
{
background-color: #AC9C66;
}
</style>
border-color css
<style>
span { border-color: #AC9C66; }
span { border-color: rgb(172,156,102); }
td.TdClassName
{
border-color: #AC9C66;
}
.TagClassName
{
border-color: #AC9C66;
}
</style>