Shades of Tallow #AC966D
Tints of Tallow #AC966D
RGB
CMYK
RGB Variations
Color information
#AC966D (or 0xAC966D) is known color: Tallow. HEX triplet: AC, 96 and 6D. RGB value is (172,150,109). Sum of RGB (Red+Green+Blue) = 172+150+109=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC966D is #536992. Grayscale: #989898. Windows color (decimal): -5466515 or 7181996. OLE color: 7181996.
HSL color Cylindrical-coordinate representation of color #AC966D: hue angle of 39.05º 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 #AC966D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 109 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.33 |
| HSL | 39.05º | 0.28% | 0.55% | - |
| HSV(B) | 39.05º | 0.37% | 0.67% | - |
| XYZ | 30.68 | 31.69 | 18.97 | - |
| YUV | 151.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 109 | 0 | 0.13 | 0.37 | 0.33 | 39.05 | 0.28 | 0.55 |
| Hex | AC | 96 | 6D | 0 | D | 25 | 21 | 27 | 1C | 37 |
| Octal | 254 | 226 | 155 | 0 | 15 | 45 | 41 | 47 | 34 | 67 |
| Binary | 10101100 | 10010110 | 1101101 | 0 | 1101 | 100101 | 100001 | 100111 | 11100 | 110111 |
Color Harmonies of #AC966D
Complementary color
Monochromatic Colors of #AC966D
Black with #AC966D
Text Example
Text Example
White with #AC966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC966D; }
p { color: rgb(172,150,109); }
H1.HeaderClassName
{
color: #AC966D;
}
.AnyTagClassName
{
color: #AC966D;
}
</style>
background-color css
<style>
a { background-color: #AC966D; }
a { background-color: rgb(172,150,109); }
div.DivClassName
{
background-color: #AC966D;
}
.BgClassName
{
background-color: #AC966D;
}
</style>
border-color css
<style>
span { border-color: #AC966D; }
span { border-color: rgb(172,150,109); }
td.TdClassName
{
border-color: #AC966D;
}
.TagClassName
{
border-color: #AC966D;
}
</style>