Shades of Tallow #AC9B73
Tints of Tallow #AC9B73
RGB
CMYK
RGB Variations
Color information
#AC9B73 (or 0xAC9B73) is known color: Tallow. HEX triplet: AC, 9B and 73. RGB value is (172,155,115). Sum of RGB (Red+Green+Blue) = 172+155+115=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B73 is #53648C. Grayscale: #9B9B9B. Windows color (decimal): -5465229 or 7576492. OLE color: 7576492.
HSL color Cylindrical-coordinate representation of color #AC9B73: hue angle of 42.11º 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 #AC9B73 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 115 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.33 |
| HSL | 42.11º | 0.26% | 0.56% | - |
| HSV(B) | 42.11º | 0.33% | 0.67% | - |
| XYZ | 31.83 | 33.45 | 21 | - |
| YUV | 155.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 115 | 0 | 0.10 | 0.33 | 0.33 | 42.11 | 0.26 | 0.56 |
| Hex | AC | 9B | 73 | 0 | A | 21 | 21 | 2A | 1A | 38 |
| Octal | 254 | 233 | 163 | 0 | 12 | 41 | 41 | 52 | 32 | 70 |
| Binary | 10101100 | 10011011 | 1110011 | 0 | 1010 | 100001 | 100001 | 101010 | 11010 | 111000 |
Color Harmonies of #AC9B73
Complementary color
Monochromatic Colors of #AC9B73
Black with #AC9B73
Text Example
Text Example
White with #AC9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B73; }
p { color: rgb(172,155,115); }
H1.HeaderClassName
{
color: #AC9B73;
}
.AnyTagClassName
{
color: #AC9B73;
}
</style>
background-color css
<style>
a { background-color: #AC9B73; }
a { background-color: rgb(172,155,115); }
div.DivClassName
{
background-color: #AC9B73;
}
.BgClassName
{
background-color: #AC9B73;
}
</style>
border-color css
<style>
span { border-color: #AC9B73; }
span { border-color: rgb(172,155,115); }
td.TdClassName
{
border-color: #AC9B73;
}
.TagClassName
{
border-color: #AC9B73;
}
</style>