Shades of Tallow #ACA16D
Tints of Tallow #ACA16D
RGB
CMYK
RGB Variations
Color information
#ACA16D (or 0xACA16D) is known color: Tallow. HEX triplet: AC, A1 and 6D. RGB value is (172,161,109). Sum of RGB (Red+Green+Blue) = 172+161+109=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA16D is #535E92. Grayscale: #9E9E9E. Windows color (decimal): -5463699 or 7184812. OLE color: 7184812.
HSL color Cylindrical-coordinate representation of color #ACA16D: hue angle of 49.52º 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 #ACA16D is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 161 | 109 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.33 |
| HSL | 49.52º | 0.28% | 0.55% | - |
| HSV(B) | 49.52º | 0.37% | 0.67% | - |
| XYZ | 32.52 | 35.36 | 19.58 | - |
| YUV | 158.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 161 | 109 | 0 | 0.06 | 0.37 | 0.33 | 49.52 | 0.28 | 0.55 |
| Hex | AC | A1 | 6D | 0 | 6 | 25 | 21 | 32 | 1C | 37 |
| Octal | 254 | 241 | 155 | 0 | 6 | 45 | 41 | 62 | 34 | 67 |
| Binary | 10101100 | 10100001 | 1101101 | 0 | 110 | 100101 | 100001 | 110010 | 11100 | 110111 |
Color Harmonies of #ACA16D
Complementary color
Monochromatic Colors of #ACA16D
Black with #ACA16D
Text Example
Text Example
White with #ACA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA16D; }
p { color: rgb(172,161,109); }
H1.HeaderClassName
{
color: #ACA16D;
}
.AnyTagClassName
{
color: #ACA16D;
}
</style>
background-color css
<style>
a { background-color: #ACA16D; }
a { background-color: rgb(172,161,109); }
div.DivClassName
{
background-color: #ACA16D;
}
.BgClassName
{
background-color: #ACA16D;
}
</style>
border-color css
<style>
span { border-color: #ACA16D; }
span { border-color: rgb(172,161,109); }
td.TdClassName
{
border-color: #ACA16D;
}
.TagClassName
{
border-color: #ACA16D;
}
</style>