Shades of Tallow #AEA26D
Tints of Tallow #AEA26D
RGB
CMYK
RGB Variations
Color information
#AEA26D (or 0xAEA26D) is known color: Tallow. HEX triplet: AE, A2 and 6D. RGB value is (174,162,109). Sum of RGB (Red+Green+Blue) = 174+162+109=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA26D is #515D92. Grayscale: #9F9F9F. Windows color (decimal): -5332371 or 7185070. OLE color: 7185070.
HSL color Cylindrical-coordinate representation of color #AEA26D: hue angle of 48.92º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEA26D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 109 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.32 |
| HSL | 48.92º | 0.29% | 0.55% | - |
| HSV(B) | 48.92º | 0.37% | 0.68% | - |
| XYZ | 33.14 | 35.94 | 19.66 | - |
| YUV | 159.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 109 | 0 | 0.07 | 0.37 | 0.32 | 48.92 | 0.29 | 0.55 |
| Hex | AE | A2 | 6D | 0 | 7 | 25 | 20 | 31 | 1D | 37 |
| Octal | 256 | 242 | 155 | 0 | 7 | 45 | 40 | 61 | 35 | 67 |
| Binary | 10101110 | 10100010 | 1101101 | 0 | 111 | 100101 | 100000 | 110001 | 11101 | 110111 |
Color Harmonies of #AEA26D
Complementary color
Monochromatic Colors of #AEA26D
Black with #AEA26D
Text Example
Text Example
White with #AEA26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA26D; }
p { color: rgb(174,162,109); }
H1.HeaderClassName
{
color: #AEA26D;
}
.AnyTagClassName
{
color: #AEA26D;
}
</style>
background-color css
<style>
a { background-color: #AEA26D; }
a { background-color: rgb(174,162,109); }
div.DivClassName
{
background-color: #AEA26D;
}
.BgClassName
{
background-color: #AEA26D;
}
</style>
border-color css
<style>
span { border-color: #AEA26D; }
span { border-color: rgb(174,162,109); }
td.TdClassName
{
border-color: #AEA26D;
}
.TagClassName
{
border-color: #AEA26D;
}
</style>