Shades of Tallow #AC9A6E
Tints of Tallow #AC9A6E
RGB
CMYK
RGB Variations
Color information
#AC9A6E (or 0xAC9A6E) is known color: Tallow. HEX triplet: AC, 9A and 6E. RGB value is (172,154,110). Sum of RGB (Red+Green+Blue) = 172+154+110=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A6E is #536591. Grayscale: #9A9A9A. Windows color (decimal): -5465490 or 7248556. OLE color: 7248556.
HSL color Cylindrical-coordinate representation of color #AC9A6E: hue angle of 42.58º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC9A6E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 110 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.33 |
| HSL | 42.58º | 0.27% | 0.55% | - |
| HSV(B) | 42.58º | 0.36% | 0.67% | - |
| XYZ | 31.38 | 33.01 | 19.47 | - |
| YUV | 154.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 110 | 0 | 0.10 | 0.36 | 0.33 | 42.58 | 0.27 | 0.55 |
| Hex | AC | 9A | 6E | 0 | A | 24 | 21 | 2B | 1B | 37 |
| Octal | 254 | 232 | 156 | 0 | 12 | 44 | 41 | 53 | 33 | 67 |
| Binary | 10101100 | 10011010 | 1101110 | 0 | 1010 | 100100 | 100001 | 101011 | 11011 | 110111 |
Color Harmonies of #AC9A6E
Complementary color
Monochromatic Colors of #AC9A6E
Black with #AC9A6E
Text Example
Text Example
White with #AC9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A6E; }
p { color: rgb(172,154,110); }
H1.HeaderClassName
{
color: #AC9A6E;
}
.AnyTagClassName
{
color: #AC9A6E;
}
</style>
background-color css
<style>
a { background-color: #AC9A6E; }
a { background-color: rgb(172,154,110); }
div.DivClassName
{
background-color: #AC9A6E;
}
.BgClassName
{
background-color: #AC9A6E;
}
</style>
border-color css
<style>
span { border-color: #AC9A6E; }
span { border-color: rgb(172,154,110); }
td.TdClassName
{
border-color: #AC9A6E;
}
.TagClassName
{
border-color: #AC9A6E;
}
</style>