Shades of Tallow #AC996A
Tints of Tallow #AC996A
RGB
CMYK
RGB Variations
Color information
#AC996A (or 0xAC996A) is known color: Tallow. HEX triplet: AC, 99 and 6A. RGB value is (172,153,106). Sum of RGB (Red+Green+Blue) = 172+153+106=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC996A is #536695. Grayscale: #999999. Windows color (decimal): -5465750 or 6986156. OLE color: 6986156.
HSL color Cylindrical-coordinate representation of color #AC996A: hue angle of 42.73º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC996A is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 106 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.33 |
| HSL | 42.73º | 0.28% | 0.55% | - |
| HSV(B) | 42.73º | 0.38% | 0.67% | - |
| XYZ | 31.01 | 32.59 | 18.29 | - |
| YUV | 153.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 106 | 0 | 0.11 | 0.38 | 0.33 | 42.73 | 0.28 | 0.55 |
| Hex | AC | 99 | 6A | 0 | B | 26 | 21 | 2B | 1C | 37 |
| Octal | 254 | 231 | 152 | 0 | 13 | 46 | 41 | 53 | 34 | 67 |
| Binary | 10101100 | 10011001 | 1101010 | 0 | 1011 | 100110 | 100001 | 101011 | 11100 | 110111 |
Color Harmonies of #AC996A
Complementary color
Monochromatic Colors of #AC996A
Black with #AC996A
Text Example
Text Example
White with #AC996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC996A; }
p { color: rgb(172,153,106); }
H1.HeaderClassName
{
color: #AC996A;
}
.AnyTagClassName
{
color: #AC996A;
}
</style>
background-color css
<style>
a { background-color: #AC996A; }
a { background-color: rgb(172,153,106); }
div.DivClassName
{
background-color: #AC996A;
}
.BgClassName
{
background-color: #AC996A;
}
</style>
border-color css
<style>
span { border-color: #AC996A; }
span { border-color: rgb(172,153,106); }
td.TdClassName
{
border-color: #AC996A;
}
.TagClassName
{
border-color: #AC996A;
}
</style>