Shades of Tallow #AC9B68
Tints of Tallow #AC9B68
RGB
CMYK
RGB Variations
Color information
#AC9B68 (or 0xAC9B68) is known color: Tallow. HEX triplet: AC, 9B and 68. RGB value is (172,155,104). Sum of RGB (Red+Green+Blue) = 172+155+104=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B68 is #536497. Grayscale: #9A9A9A. Windows color (decimal): -5465240 or 6855596. OLE color: 6855596.
HSL color Cylindrical-coordinate representation of color #AC9B68: hue angle of 45º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC9B68 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 104 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.33 |
| HSL | 45º | 0.29% | 0.54% | - |
| HSV(B) | 45º | 0.4% | 0.67% | - |
| XYZ | 31.23 | 33.21 | 17.86 | - |
| YUV | 154.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 104 | 0 | 0.10 | 0.40 | 0.33 | 45 | 0.29 | 0.54 |
| Hex | AC | 9B | 68 | 0 | A | 28 | 21 | 2D | 1D | 36 |
| Octal | 254 | 233 | 150 | 0 | 12 | 50 | 41 | 55 | 35 | 66 |
| Binary | 10101100 | 10011011 | 1101000 | 0 | 1010 | 101000 | 100001 | 101101 | 11101 | 110110 |
Color Harmonies of #AC9B68
Complementary color
Monochromatic Colors of #AC9B68
Black with #AC9B68
Text Example
Text Example
White with #AC9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B68; }
p { color: rgb(172,155,104); }
H1.HeaderClassName
{
color: #AC9B68;
}
.AnyTagClassName
{
color: #AC9B68;
}
</style>
background-color css
<style>
a { background-color: #AC9B68; }
a { background-color: rgb(172,155,104); }
div.DivClassName
{
background-color: #AC9B68;
}
.BgClassName
{
background-color: #AC9B68;
}
</style>
border-color css
<style>
span { border-color: #AC9B68; }
span { border-color: rgb(172,155,104); }
td.TdClassName
{
border-color: #AC9B68;
}
.TagClassName
{
border-color: #AC9B68;
}
</style>