Shades of Tallow #AC9C6C
Tints of Tallow #AC9C6C
RGB
CMYK
RGB Variations
Color information
#AC9C6C (or 0xAC9C6C) is known color: Tallow. HEX triplet: AC, 9C and 6C. RGB value is (172,156,108). Sum of RGB (Red+Green+Blue) = 172+156+108=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C6C is #536393. Grayscale: #9B9B9B. Windows color (decimal): -5464980 or 7117996. OLE color: 7117996.
HSL color Cylindrical-coordinate representation of color #AC9C6C: hue angle of 45º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC9C6C is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 108 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.33 |
| HSL | 45º | 0.28% | 0.55% | - |
| HSV(B) | 45º | 0.37% | 0.67% | - |
| XYZ | 31.61 | 33.63 | 19.01 | - |
| YUV | 155.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 108 | 0 | 0.09 | 0.37 | 0.33 | 45 | 0.28 | 0.55 |
| Hex | AC | 9C | 6C | 0 | 9 | 25 | 21 | 2D | 1C | 37 |
| Octal | 254 | 234 | 154 | 0 | 11 | 45 | 41 | 55 | 34 | 67 |
| Binary | 10101100 | 10011100 | 1101100 | 0 | 1001 | 100101 | 100001 | 101101 | 11100 | 110111 |
Color Harmonies of #AC9C6C
Complementary color
Monochromatic Colors of #AC9C6C
Black with #AC9C6C
Text Example
Text Example
White with #AC9C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C6C; }
p { color: rgb(172,156,108); }
H1.HeaderClassName
{
color: #AC9C6C;
}
.AnyTagClassName
{
color: #AC9C6C;
}
</style>
background-color css
<style>
a { background-color: #AC9C6C; }
a { background-color: rgb(172,156,108); }
div.DivClassName
{
background-color: #AC9C6C;
}
.BgClassName
{
background-color: #AC9C6C;
}
</style>
border-color css
<style>
span { border-color: #AC9C6C; }
span { border-color: rgb(172,156,108); }
td.TdClassName
{
border-color: #AC9C6C;
}
.TagClassName
{
border-color: #AC9C6C;
}
</style>