Shades of Tallow #AE9D77
Tints of Tallow #AE9D77
RGB
CMYK
RGB Variations
Color information
#AE9D77 (or 0xAE9D77) is known color: Tallow. HEX triplet: AE, 9D and 77. RGB value is (174,157,119). Sum of RGB (Red+Green+Blue) = 174+157+119=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D77 is #516288. Grayscale: #9D9D9D. Windows color (decimal): -5333641 or 7839150. OLE color: 7839150.
HSL color Cylindrical-coordinate representation of color #AE9D77: hue angle of 41.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE9D77 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 157 | 119 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.32 |
| HSL | 41.45º | 0.25% | 0.57% | - |
| HSV(B) | 41.45º | 0.32% | 0.68% | - |
| XYZ | 32.84 | 34.44 | 22.37 | - |
| YUV | 157.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 119 | 0 | 0.10 | 0.32 | 0.32 | 41.45 | 0.25 | 0.57 |
| Hex | AE | 9D | 77 | 0 | A | 20 | 20 | 29 | 19 | 39 |
| Octal | 256 | 235 | 167 | 0 | 12 | 40 | 40 | 51 | 31 | 71 |
| Binary | 10101110 | 10011101 | 1110111 | 0 | 1010 | 100000 | 100000 | 101001 | 11001 | 111001 |
Color Harmonies of #AE9D77
Complementary color
Monochromatic Colors of #AE9D77
Black with #AE9D77
Text Example
Text Example
White with #AE9D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9D77; }
p { color: rgb(174,157,119); }
H1.HeaderClassName
{
color: #AE9D77;
}
.AnyTagClassName
{
color: #AE9D77;
}
</style>
background-color css
<style>
a { background-color: #AE9D77; }
a { background-color: rgb(174,157,119); }
div.DivClassName
{
background-color: #AE9D77;
}
.BgClassName
{
background-color: #AE9D77;
}
</style>
border-color css
<style>
span { border-color: #AE9D77; }
span { border-color: rgb(174,157,119); }
td.TdClassName
{
border-color: #AE9D77;
}
.TagClassName
{
border-color: #AE9D77;
}
</style>