Shades of Tallow #AEA06F
Tints of Tallow #AEA06F
RGB
CMYK
RGB Variations
Color information
#AEA06F (or 0xAEA06F) is known color: Tallow. HEX triplet: AE, A0 and 6F. RGB value is (174,160,111). Sum of RGB (Red+Green+Blue) = 174+160+111=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA06F is #515F90. Grayscale: #9E9E9E. Windows color (decimal): -5332881 or 7315630. OLE color: 7315630.
HSL color Cylindrical-coordinate representation of color #AEA06F: hue angle of 46.67º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEA06F is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 111 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.32 |
| HSL | 46.67º | 0.28% | 0.56% | - |
| HSV(B) | 46.67º | 0.36% | 0.68% | - |
| XYZ | 32.9 | 35.29 | 20.12 | - |
| YUV | 158.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 111 | 0 | 0.08 | 0.36 | 0.32 | 46.67 | 0.28 | 0.56 |
| Hex | AE | A0 | 6F | 0 | 8 | 24 | 20 | 2F | 1C | 38 |
| Octal | 256 | 240 | 157 | 0 | 10 | 44 | 40 | 57 | 34 | 70 |
| Binary | 10101110 | 10100000 | 1101111 | 0 | 1000 | 100100 | 100000 | 101111 | 11100 | 111000 |
Color Harmonies of #AEA06F
Complementary color
Monochromatic Colors of #AEA06F
Black with #AEA06F
Text Example
Text Example
White with #AEA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA06F; }
p { color: rgb(174,160,111); }
H1.HeaderClassName
{
color: #AEA06F;
}
.AnyTagClassName
{
color: #AEA06F;
}
</style>
background-color css
<style>
a { background-color: #AEA06F; }
a { background-color: rgb(174,160,111); }
div.DivClassName
{
background-color: #AEA06F;
}
.BgClassName
{
background-color: #AEA06F;
}
</style>
border-color css
<style>
span { border-color: #AEA06F; }
span { border-color: rgb(174,160,111); }
td.TdClassName
{
border-color: #AEA06F;
}
.TagClassName
{
border-color: #AEA06F;
}
</style>