Shades of Tallow #AE9E7A
Tints of Tallow #AE9E7A
RGB
CMYK
RGB Variations
Color information
#AE9E7A (or 0xAE9E7A) is known color: Tallow. HEX triplet: AE, 9E and 7A. RGB value is (174,158,122). Sum of RGB (Red+Green+Blue) = 174+158+122=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E7A is #516185. Grayscale: #9E9E9E. Windows color (decimal): -5333382 or 8036014. OLE color: 8036014.
HSL color Cylindrical-coordinate representation of color #AE9E7A: hue angle of 41.54º degrees, saturation: 0.24, 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 #AE9E7A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 122 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.32 |
| HSL | 41.54º | 0.24% | 0.58% | - |
| HSV(B) | 41.54º | 0.3% | 0.68% | - |
| XYZ | 33.2 | 34.86 | 23.39 | - |
| YUV | 158.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 122 | 0 | 0.09 | 0.30 | 0.32 | 41.54 | 0.24 | 0.58 |
| Hex | AE | 9E | 7A | 0 | 9 | 1E | 20 | 2A | 18 | 3A |
| Octal | 256 | 236 | 172 | 0 | 11 | 36 | 40 | 52 | 30 | 72 |
| Binary | 10101110 | 10011110 | 1111010 | 0 | 1001 | 11110 | 100000 | 101010 | 11000 | 111010 |
Color Harmonies of #AE9E7A
Complementary color
Monochromatic Colors of #AE9E7A
Black with #AE9E7A
Text Example
Text Example
White with #AE9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E7A; }
p { color: rgb(174,158,122); }
H1.HeaderClassName
{
color: #AE9E7A;
}
.AnyTagClassName
{
color: #AE9E7A;
}
</style>
background-color css
<style>
a { background-color: #AE9E7A; }
a { background-color: rgb(174,158,122); }
div.DivClassName
{
background-color: #AE9E7A;
}
.BgClassName
{
background-color: #AE9E7A;
}
</style>
border-color css
<style>
span { border-color: #AE9E7A; }
span { border-color: rgb(174,158,122); }
td.TdClassName
{
border-color: #AE9E7A;
}
.TagClassName
{
border-color: #AE9E7A;
}
</style>