Shades of Tallow #AC966C
Tints of Tallow #AC966C
RGB
CMYK
RGB Variations
Color information
#AC966C (or 0xAC966C) is known color: Tallow. HEX triplet: AC, 96 and 6C. RGB value is (172,150,108). Sum of RGB (Red+Green+Blue) = 172+150+108=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC966C is #536993. Grayscale: #979797. Windows color (decimal): -5466516 or 7116460. OLE color: 7116460.
HSL color Cylindrical-coordinate representation of color #AC966C: hue angle of 39.38º 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 #AC966C is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 108 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.33 |
| HSL | 39.38º | 0.28% | 0.55% | - |
| HSV(B) | 39.38º | 0.37% | 0.67% | - |
| XYZ | 30.63 | 31.67 | 18.69 | - |
| YUV | 151.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 108 | 0 | 0.13 | 0.37 | 0.33 | 39.38 | 0.28 | 0.55 |
| Hex | AC | 96 | 6C | 0 | D | 25 | 21 | 27 | 1C | 37 |
| Octal | 254 | 226 | 154 | 0 | 15 | 45 | 41 | 47 | 34 | 67 |
| Binary | 10101100 | 10010110 | 1101100 | 0 | 1101 | 100101 | 100001 | 100111 | 11100 | 110111 |
Color Harmonies of #AC966C
Complementary color
Monochromatic Colors of #AC966C
Black with #AC966C
Text Example
Text Example
White with #AC966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC966C; }
p { color: rgb(172,150,108); }
H1.HeaderClassName
{
color: #AC966C;
}
.AnyTagClassName
{
color: #AC966C;
}
</style>
background-color css
<style>
a { background-color: #AC966C; }
a { background-color: rgb(172,150,108); }
div.DivClassName
{
background-color: #AC966C;
}
.BgClassName
{
background-color: #AC966C;
}
</style>
border-color css
<style>
span { border-color: #AC966C; }
span { border-color: rgb(172,150,108); }
td.TdClassName
{
border-color: #AC966C;
}
.TagClassName
{
border-color: #AC966C;
}
</style>