Shades of Tallow #AC9A77
Tints of Tallow #AC9A77
RGB
CMYK
RGB Variations
Color information
#AC9A77 (or 0xAC9A77) is known color: Tallow. HEX triplet: AC, 9A and 77. RGB value is (172,154,119). Sum of RGB (Red+Green+Blue) = 172+154+119=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A77 is #536588. Grayscale: #9B9B9B. Windows color (decimal): -5465481 or 7838380. OLE color: 7838380.
HSL color Cylindrical-coordinate representation of color #AC9A77: hue angle of 39.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC9A77 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 119 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.33 |
| HSL | 39.62º | 0.24% | 0.57% | - |
| HSV(B) | 39.62º | 0.31% | 0.67% | - |
| XYZ | 31.9 | 33.21 | 22.18 | - |
| YUV | 155.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 119 | 0 | 0.10 | 0.31 | 0.33 | 39.62 | 0.24 | 0.57 |
| Hex | AC | 9A | 77 | 0 | A | 1F | 21 | 28 | 18 | 39 |
| Octal | 254 | 232 | 167 | 0 | 12 | 37 | 41 | 50 | 30 | 71 |
| Binary | 10101100 | 10011010 | 1110111 | 0 | 1010 | 11111 | 100001 | 101000 | 11000 | 111001 |
Color Harmonies of #AC9A77
Complementary color
Monochromatic Colors of #AC9A77
Black with #AC9A77
Text Example
Text Example
White with #AC9A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A77; }
p { color: rgb(172,154,119); }
H1.HeaderClassName
{
color: #AC9A77;
}
.AnyTagClassName
{
color: #AC9A77;
}
</style>
background-color css
<style>
a { background-color: #AC9A77; }
a { background-color: rgb(172,154,119); }
div.DivClassName
{
background-color: #AC9A77;
}
.BgClassName
{
background-color: #AC9A77;
}
</style>
border-color css
<style>
span { border-color: #AC9A77; }
span { border-color: rgb(172,154,119); }
td.TdClassName
{
border-color: #AC9A77;
}
.TagClassName
{
border-color: #AC9A77;
}
</style>