Shades of Tallow #AC976B
Tints of Tallow #AC976B
RGB
CMYK
RGB Variations
Color information
#AC976B (or 0xAC976B) is known color: Tallow. HEX triplet: AC, 97 and 6B. RGB value is (172,151,107). Sum of RGB (Red+Green+Blue) = 172+151+107=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC976B is #536894. Grayscale: #989898. Windows color (decimal): -5466261 or 7051180. OLE color: 7051180.
HSL color Cylindrical-coordinate representation of color #AC976B: hue angle of 40.62º 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 #AC976B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 107 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.33 |
| HSL | 40.62º | 0.28% | 0.55% | - |
| HSV(B) | 40.62º | 0.38% | 0.67% | - |
| XYZ | 30.73 | 31.97 | 18.46 | - |
| YUV | 152.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 107 | 0 | 0.12 | 0.38 | 0.33 | 40.62 | 0.28 | 0.55 |
| Hex | AC | 97 | 6B | 0 | C | 26 | 21 | 29 | 1C | 37 |
| Octal | 254 | 227 | 153 | 0 | 14 | 46 | 41 | 51 | 34 | 67 |
| Binary | 10101100 | 10010111 | 1101011 | 0 | 1100 | 100110 | 100001 | 101001 | 11100 | 110111 |
Color Harmonies of #AC976B
Complementary color
Monochromatic Colors of #AC976B
Black with #AC976B
Text Example
Text Example
White with #AC976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC976B; }
p { color: rgb(172,151,107); }
H1.HeaderClassName
{
color: #AC976B;
}
.AnyTagClassName
{
color: #AC976B;
}
</style>
background-color css
<style>
a { background-color: #AC976B; }
a { background-color: rgb(172,151,107); }
div.DivClassName
{
background-color: #AC976B;
}
.BgClassName
{
background-color: #AC976B;
}
</style>
border-color css
<style>
span { border-color: #AC976B; }
span { border-color: rgb(172,151,107); }
td.TdClassName
{
border-color: #AC976B;
}
.TagClassName
{
border-color: #AC976B;
}
</style>