Shades of Tallow #AC986E
Tints of Tallow #AC986E
RGB
CMYK
RGB Variations
Color information
#AC986E (or 0xAC986E) is known color: Tallow. HEX triplet: AC, 98 and 6E. RGB value is (172,152,110). Sum of RGB (Red+Green+Blue) = 172+152+110=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC986E is #536791. Grayscale: #999999. Windows color (decimal): -5466002 or 7248044. OLE color: 7248044.
HSL color Cylindrical-coordinate representation of color #AC986E: hue angle of 40.65º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC986E is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 110 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.33 |
| HSL | 40.65º | 0.27% | 0.55% | - |
| HSV(B) | 40.65º | 0.36% | 0.67% | - |
| XYZ | 31.06 | 32.35 | 19.36 | - |
| YUV | 153.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 110 | 0 | 0.12 | 0.36 | 0.33 | 40.65 | 0.27 | 0.55 |
| Hex | AC | 98 | 6E | 0 | C | 24 | 21 | 29 | 1B | 37 |
| Octal | 254 | 230 | 156 | 0 | 14 | 44 | 41 | 51 | 33 | 67 |
| Binary | 10101100 | 10011000 | 1101110 | 0 | 1100 | 100100 | 100001 | 101001 | 11011 | 110111 |
Color Harmonies of #AC986E
Complementary color
Monochromatic Colors of #AC986E
Black with #AC986E
Text Example
Text Example
White with #AC986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC986E; }
p { color: rgb(172,152,110); }
H1.HeaderClassName
{
color: #AC986E;
}
.AnyTagClassName
{
color: #AC986E;
}
</style>
background-color css
<style>
a { background-color: #AC986E; }
a { background-color: rgb(172,152,110); }
div.DivClassName
{
background-color: #AC986E;
}
.BgClassName
{
background-color: #AC986E;
}
</style>
border-color css
<style>
span { border-color: #AC986E; }
span { border-color: rgb(172,152,110); }
td.TdClassName
{
border-color: #AC986E;
}
.TagClassName
{
border-color: #AC986E;
}
</style>