Shades of Tallow #AC986D
Tints of Tallow #AC986D
RGB
CMYK
RGB Variations
Color information
#AC986D (or 0xAC986D) is known color: Tallow. HEX triplet: AC, 98 and 6D. RGB value is (172,152,109). Sum of RGB (Red+Green+Blue) = 172+152+109=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC986D is #536792. Grayscale: #999999. Windows color (decimal): -5466003 or 7182508. OLE color: 7182508.
HSL color Cylindrical-coordinate representation of color #AC986D: hue angle of 40.95º 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 #AC986D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 109 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.33 |
| HSL | 40.95º | 0.28% | 0.55% | - |
| HSV(B) | 40.95º | 0.37% | 0.67% | - |
| XYZ | 31 | 32.33 | 19.07 | - |
| YUV | 153.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 109 | 0 | 0.12 | 0.37 | 0.33 | 40.95 | 0.28 | 0.55 |
| Hex | AC | 98 | 6D | 0 | C | 25 | 21 | 29 | 1C | 37 |
| Octal | 254 | 230 | 155 | 0 | 14 | 45 | 41 | 51 | 34 | 67 |
| Binary | 10101100 | 10011000 | 1101101 | 0 | 1100 | 100101 | 100001 | 101001 | 11100 | 110111 |
Color Harmonies of #AC986D
Complementary color
Monochromatic Colors of #AC986D
Black with #AC986D
Text Example
Text Example
White with #AC986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC986D; }
p { color: rgb(172,152,109); }
H1.HeaderClassName
{
color: #AC986D;
}
.AnyTagClassName
{
color: #AC986D;
}
</style>
background-color css
<style>
a { background-color: #AC986D; }
a { background-color: rgb(172,152,109); }
div.DivClassName
{
background-color: #AC986D;
}
.BgClassName
{
background-color: #AC986D;
}
</style>
border-color css
<style>
span { border-color: #AC986D; }
span { border-color: rgb(172,152,109); }
td.TdClassName
{
border-color: #AC986D;
}
.TagClassName
{
border-color: #AC986D;
}
</style>