Shades of Tallow #AEA16D
Tints of Tallow #AEA16D
RGB
CMYK
RGB Variations
Color information
#AEA16D (or 0xAEA16D) is known color: Tallow. HEX triplet: AE, A1 and 6D. RGB value is (174,161,109). Sum of RGB (Red+Green+Blue) = 174+161+109=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA16D is #515E92. Grayscale: #9F9F9F. Windows color (decimal): -5332627 or 7184814. OLE color: 7184814.
HSL color Cylindrical-coordinate representation of color #AEA16D: hue angle of 48º 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 #AEA16D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 109 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.32 |
| HSL | 48º | 0.29% | 0.55% | - |
| HSV(B) | 48º | 0.37% | 0.68% | - |
| XYZ | 32.96 | 35.59 | 19.6 | - |
| YUV | 158.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 109 | 0 | 0.07 | 0.37 | 0.32 | 48 | 0.29 | 0.55 |
| Hex | AE | A1 | 6D | 0 | 7 | 25 | 20 | 30 | 1D | 37 |
| Octal | 256 | 241 | 155 | 0 | 7 | 45 | 40 | 60 | 35 | 67 |
| Binary | 10101110 | 10100001 | 1101101 | 0 | 111 | 100101 | 100000 | 110000 | 11101 | 110111 |
Color Harmonies of #AEA16D
Complementary color
Monochromatic Colors of #AEA16D
Black with #AEA16D
Text Example
Text Example
White with #AEA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA16D; }
p { color: rgb(174,161,109); }
H1.HeaderClassName
{
color: #AEA16D;
}
.AnyTagClassName
{
color: #AEA16D;
}
</style>
background-color css
<style>
a { background-color: #AEA16D; }
a { background-color: rgb(174,161,109); }
div.DivClassName
{
background-color: #AEA16D;
}
.BgClassName
{
background-color: #AEA16D;
}
</style>
border-color css
<style>
span { border-color: #AEA16D; }
span { border-color: rgb(174,161,109); }
td.TdClassName
{
border-color: #AEA16D;
}
.TagClassName
{
border-color: #AEA16D;
}
</style>