Shades of Tallow #AC9E6B
Tints of Tallow #AC9E6B
RGB
CMYK
RGB Variations
Color information
#AC9E6B (or 0xAC9E6B) is known color: Tallow. HEX triplet: AC, 9E and 6B. RGB value is (172,158,107). Sum of RGB (Red+Green+Blue) = 172+158+107=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E6B is #536194. Grayscale: #9C9C9C. Windows color (decimal): -5464469 or 7052972. OLE color: 7052972.
HSL color Cylindrical-coordinate representation of color #AC9E6B: hue angle of 47.08º 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 #AC9E6B is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 107 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.33 |
| HSL | 47.08º | 0.28% | 0.55% | - |
| HSV(B) | 47.08º | 0.38% | 0.67% | - |
| XYZ | 31.89 | 34.29 | 18.85 | - |
| YUV | 156.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 107 | 0 | 0.08 | 0.38 | 0.33 | 47.08 | 0.28 | 0.55 |
| Hex | AC | 9E | 6B | 0 | 8 | 26 | 21 | 2F | 1C | 37 |
| Octal | 254 | 236 | 153 | 0 | 10 | 46 | 41 | 57 | 34 | 67 |
| Binary | 10101100 | 10011110 | 1101011 | 0 | 1000 | 100110 | 100001 | 101111 | 11100 | 110111 |
Color Harmonies of #AC9E6B
Complementary color
Monochromatic Colors of #AC9E6B
Black with #AC9E6B
Text Example
Text Example
White with #AC9E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E6B; }
p { color: rgb(172,158,107); }
H1.HeaderClassName
{
color: #AC9E6B;
}
.AnyTagClassName
{
color: #AC9E6B;
}
</style>
background-color css
<style>
a { background-color: #AC9E6B; }
a { background-color: rgb(172,158,107); }
div.DivClassName
{
background-color: #AC9E6B;
}
.BgClassName
{
background-color: #AC9E6B;
}
</style>
border-color css
<style>
span { border-color: #AC9E6B; }
span { border-color: rgb(172,158,107); }
td.TdClassName
{
border-color: #AC9E6B;
}
.TagClassName
{
border-color: #AC9E6B;
}
</style>