Shades of Tallow #AC9D68
Tints of Tallow #AC9D68
RGB
CMYK
RGB Variations
Color information
#AC9D68 (or 0xAC9D68) is known color: Tallow. HEX triplet: AC, 9D and 68. RGB value is (172,157,104). Sum of RGB (Red+Green+Blue) = 172+157+104=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D68 is #536297. Grayscale: #9B9B9B. Windows color (decimal): -5464728 or 6856108. OLE color: 6856108.
HSL color Cylindrical-coordinate representation of color #AC9D68: hue angle of 46.76º 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 #AC9D68 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 104 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.33 |
| HSL | 46.76º | 0.29% | 0.54% | - |
| HSV(B) | 46.76º | 0.4% | 0.67% | - |
| XYZ | 31.57 | 33.88 | 17.97 | - |
| YUV | 155.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 104 | 0 | 0.09 | 0.40 | 0.33 | 46.76 | 0.29 | 0.54 |
| Hex | AC | 9D | 68 | 0 | 9 | 28 | 21 | 2F | 1D | 36 |
| Octal | 254 | 235 | 150 | 0 | 11 | 50 | 41 | 57 | 35 | 66 |
| Binary | 10101100 | 10011101 | 1101000 | 0 | 1001 | 101000 | 100001 | 101111 | 11101 | 110110 |
Color Harmonies of #AC9D68
Complementary color
Monochromatic Colors of #AC9D68
Black with #AC9D68
Text Example
Text Example
White with #AC9D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D68; }
p { color: rgb(172,157,104); }
H1.HeaderClassName
{
color: #AC9D68;
}
.AnyTagClassName
{
color: #AC9D68;
}
</style>
background-color css
<style>
a { background-color: #AC9D68; }
a { background-color: rgb(172,157,104); }
div.DivClassName
{
background-color: #AC9D68;
}
.BgClassName
{
background-color: #AC9D68;
}
</style>
border-color css
<style>
span { border-color: #AC9D68; }
span { border-color: rgb(172,157,104); }
td.TdClassName
{
border-color: #AC9D68;
}
.TagClassName
{
border-color: #AC9D68;
}
</style>