Shades of Tallow #AEA06E
Tints of Tallow #AEA06E
RGB
CMYK
RGB Variations
Color information
#AEA06E (or 0xAEA06E) is known color: Tallow. HEX triplet: AE, A0 and 6E. RGB value is (174,160,110). Sum of RGB (Red+Green+Blue) = 174+160+110=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA06E is #515F91. Grayscale: #9E9E9E. Windows color (decimal): -5332882 or 7250094. OLE color: 7250094.
HSL color Cylindrical-coordinate representation of color #AEA06E: hue angle of 46.88º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEA06E is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 110 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.32 |
| HSL | 46.88º | 0.28% | 0.56% | - |
| HSV(B) | 46.88º | 0.37% | 0.68% | - |
| XYZ | 32.84 | 35.27 | 19.83 | - |
| YUV | 158.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 110 | 0 | 0.08 | 0.37 | 0.32 | 46.88 | 0.28 | 0.56 |
| Hex | AE | A0 | 6E | 0 | 8 | 25 | 20 | 2F | 1C | 38 |
| Octal | 256 | 240 | 156 | 0 | 10 | 45 | 40 | 57 | 34 | 70 |
| Binary | 10101110 | 10100000 | 1101110 | 0 | 1000 | 100101 | 100000 | 101111 | 11100 | 111000 |
Color Harmonies of #AEA06E
Complementary color
Monochromatic Colors of #AEA06E
Black with #AEA06E
Text Example
Text Example
White with #AEA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA06E; }
p { color: rgb(174,160,110); }
H1.HeaderClassName
{
color: #AEA06E;
}
.AnyTagClassName
{
color: #AEA06E;
}
</style>
background-color css
<style>
a { background-color: #AEA06E; }
a { background-color: rgb(174,160,110); }
div.DivClassName
{
background-color: #AEA06E;
}
.BgClassName
{
background-color: #AEA06E;
}
</style>
border-color css
<style>
span { border-color: #AEA06E; }
span { border-color: rgb(174,160,110); }
td.TdClassName
{
border-color: #AEA06E;
}
.TagClassName
{
border-color: #AEA06E;
}
</style>