Shades of Tallow #AC9F68
Tints of Tallow #AC9F68
RGB
CMYK
RGB Variations
Color information
#AC9F68 (or 0xAC9F68) is known color: Tallow. HEX triplet: AC, 9F and 68. RGB value is (172,159,104). Sum of RGB (Red+Green+Blue) = 172+159+104=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F68 is #536097. Grayscale: #9C9C9C. Windows color (decimal): -5464216 or 6856620. OLE color: 6856620.
HSL color Cylindrical-coordinate representation of color #AC9F68: hue angle of 48.53º 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 #AC9F68 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 104 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.33 |
| HSL | 48.53º | 0.29% | 0.54% | - |
| HSV(B) | 48.53º | 0.4% | 0.67% | - |
| XYZ | 31.91 | 34.57 | 18.09 | - |
| YUV | 156.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 104 | 0 | 0.08 | 0.40 | 0.33 | 48.53 | 0.29 | 0.54 |
| Hex | AC | 9F | 68 | 0 | 8 | 28 | 21 | 31 | 1D | 36 |
| Octal | 254 | 237 | 150 | 0 | 10 | 50 | 41 | 61 | 35 | 66 |
| Binary | 10101100 | 10011111 | 1101000 | 0 | 1000 | 101000 | 100001 | 110001 | 11101 | 110110 |
Color Harmonies of #AC9F68
Complementary color
Monochromatic Colors of #AC9F68
Black with #AC9F68
Text Example
Text Example
White with #AC9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F68; }
p { color: rgb(172,159,104); }
H1.HeaderClassName
{
color: #AC9F68;
}
.AnyTagClassName
{
color: #AC9F68;
}
</style>
background-color css
<style>
a { background-color: #AC9F68; }
a { background-color: rgb(172,159,104); }
div.DivClassName
{
background-color: #AC9F68;
}
.BgClassName
{
background-color: #AC9F68;
}
</style>
border-color css
<style>
span { border-color: #AC9F68; }
span { border-color: rgb(172,159,104); }
td.TdClassName
{
border-color: #AC9F68;
}
.TagClassName
{
border-color: #AC9F68;
}
</style>