Shades of Tallow #AC9A6A
Tints of Tallow #AC9A6A
RGB
CMYK
RGB Variations
Color information
#AC9A6A (or 0xAC9A6A) is known color: Tallow. HEX triplet: AC, 9A and 6A. RGB value is (172,154,106). Sum of RGB (Red+Green+Blue) = 172+154+106=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A6A is #536595. Grayscale: #9A9A9A. Windows color (decimal): -5465494 or 6986412. OLE color: 6986412.
HSL color Cylindrical-coordinate representation of color #AC9A6A: hue angle of 43.64º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC9A6A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 106 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.33 |
| HSL | 43.64º | 0.28% | 0.55% | - |
| HSV(B) | 43.64º | 0.38% | 0.67% | - |
| XYZ | 31.17 | 32.92 | 18.35 | - |
| YUV | 153.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 106 | 0 | 0.10 | 0.38 | 0.33 | 43.64 | 0.28 | 0.55 |
| Hex | AC | 9A | 6A | 0 | A | 26 | 21 | 2C | 1C | 37 |
| Octal | 254 | 232 | 152 | 0 | 12 | 46 | 41 | 54 | 34 | 67 |
| Binary | 10101100 | 10011010 | 1101010 | 0 | 1010 | 100110 | 100001 | 101100 | 11100 | 110111 |
Color Harmonies of #AC9A6A
Complementary color
Monochromatic Colors of #AC9A6A
Black with #AC9A6A
Text Example
Text Example
White with #AC9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A6A; }
p { color: rgb(172,154,106); }
H1.HeaderClassName
{
color: #AC9A6A;
}
.AnyTagClassName
{
color: #AC9A6A;
}
</style>
background-color css
<style>
a { background-color: #AC9A6A; }
a { background-color: rgb(172,154,106); }
div.DivClassName
{
background-color: #AC9A6A;
}
.BgClassName
{
background-color: #AC9A6A;
}
</style>
border-color css
<style>
span { border-color: #AC9A6A; }
span { border-color: rgb(172,154,106); }
td.TdClassName
{
border-color: #AC9A6A;
}
.TagClassName
{
border-color: #AC9A6A;
}
</style>