Shades of Tallow #AE9D79
Tints of Tallow #AE9D79
RGB
CMYK
RGB Variations
Color information
#AE9D79 (or 0xAE9D79) is known color: Tallow. HEX triplet: AE, 9D and 79. RGB value is (174,157,121). Sum of RGB (Red+Green+Blue) = 174+157+121=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D79 is #516286. Grayscale: #9E9E9E. Windows color (decimal): -5333639 or 7970222. OLE color: 7970222.
HSL color Cylindrical-coordinate representation of color #AE9D79: hue angle of 40.75º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9D79 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 157 | 121 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.32 |
| HSL | 40.75º | 0.25% | 0.58% | - |
| HSV(B) | 40.75º | 0.3% | 0.68% | - |
| XYZ | 32.96 | 34.49 | 23.01 | - |
| YUV | 157.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 121 | 0 | 0.10 | 0.30 | 0.32 | 40.75 | 0.25 | 0.58 |
| Hex | AE | 9D | 79 | 0 | A | 1E | 20 | 29 | 19 | 3A |
| Octal | 256 | 235 | 171 | 0 | 12 | 36 | 40 | 51 | 31 | 72 |
| Binary | 10101110 | 10011101 | 1111001 | 0 | 1010 | 11110 | 100000 | 101001 | 11001 | 111010 |
Color Harmonies of #AE9D79
Complementary color
Monochromatic Colors of #AE9D79
Black with #AE9D79
Text Example
Text Example
White with #AE9D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9D79; }
p { color: rgb(174,157,121); }
H1.HeaderClassName
{
color: #AE9D79;
}
.AnyTagClassName
{
color: #AE9D79;
}
</style>
background-color css
<style>
a { background-color: #AE9D79; }
a { background-color: rgb(174,157,121); }
div.DivClassName
{
background-color: #AE9D79;
}
.BgClassName
{
background-color: #AE9D79;
}
</style>
border-color css
<style>
span { border-color: #AE9D79; }
span { border-color: rgb(174,157,121); }
td.TdClassName
{
border-color: #AE9D79;
}
.TagClassName
{
border-color: #AE9D79;
}
</style>