Shades of Tallow #AC9873
Tints of Tallow #AC9873
RGB
CMYK
RGB Variations
Color information
#AC9873 (or 0xAC9873) is known color: Tallow. HEX triplet: AC, 98 and 73. RGB value is (172,152,115). Sum of RGB (Red+Green+Blue) = 172+152+115=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9873 is #53678C. Grayscale: #999999. Windows color (decimal): -5465997 or 7575724. OLE color: 7575724.
HSL color Cylindrical-coordinate representation of color #AC9873: hue angle of 38.95º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9873 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 115 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.33 |
| HSL | 38.95º | 0.26% | 0.56% | - |
| HSV(B) | 38.95º | 0.33% | 0.67% | - |
| XYZ | 31.34 | 32.46 | 20.83 | - |
| YUV | 153.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 115 | 0 | 0.12 | 0.33 | 0.33 | 38.95 | 0.26 | 0.56 |
| Hex | AC | 98 | 73 | 0 | C | 21 | 21 | 27 | 1A | 38 |
| Octal | 254 | 230 | 163 | 0 | 14 | 41 | 41 | 47 | 32 | 70 |
| Binary | 10101100 | 10011000 | 1110011 | 0 | 1100 | 100001 | 100001 | 100111 | 11010 | 111000 |
Color Harmonies of #AC9873
Complementary color
Monochromatic Colors of #AC9873
Black with #AC9873
Text Example
Text Example
White with #AC9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9873; }
p { color: rgb(172,152,115); }
H1.HeaderClassName
{
color: #AC9873;
}
.AnyTagClassName
{
color: #AC9873;
}
</style>
background-color css
<style>
a { background-color: #AC9873; }
a { background-color: rgb(172,152,115); }
div.DivClassName
{
background-color: #AC9873;
}
.BgClassName
{
background-color: #AC9873;
}
</style>
border-color css
<style>
span { border-color: #AC9873; }
span { border-color: rgb(172,152,115); }
td.TdClassName
{
border-color: #AC9873;
}
.TagClassName
{
border-color: #AC9873;
}
</style>