Shades of Tallow #AEA06C
Tints of Tallow #AEA06C
RGB
CMYK
RGB Variations
Color information
#AEA06C (or 0xAEA06C) is known color: Tallow. HEX triplet: AE, A0 and 6C. RGB value is (174,160,108). Sum of RGB (Red+Green+Blue) = 174+160+108=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA06C is #515F93. Grayscale: #9E9E9E. Windows color (decimal): -5332884 or 7119022. OLE color: 7119022.
HSL color Cylindrical-coordinate representation of color #AEA06C: hue angle of 47.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEA06C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 108 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.32 |
| HSL | 47.27º | 0.29% | 0.55% | - |
| HSV(B) | 47.27º | 0.38% | 0.68% | - |
| XYZ | 32.73 | 35.22 | 19.26 | - |
| YUV | 158.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 108 | 0 | 0.08 | 0.38 | 0.32 | 47.27 | 0.29 | 0.55 |
| Hex | AE | A0 | 6C | 0 | 8 | 26 | 20 | 2F | 1D | 37 |
| Octal | 256 | 240 | 154 | 0 | 10 | 46 | 40 | 57 | 35 | 67 |
| Binary | 10101110 | 10100000 | 1101100 | 0 | 1000 | 100110 | 100000 | 101111 | 11101 | 110111 |
Color Harmonies of #AEA06C
Complementary color
Monochromatic Colors of #AEA06C
Black with #AEA06C
Text Example
Text Example
White with #AEA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA06C; }
p { color: rgb(174,160,108); }
H1.HeaderClassName
{
color: #AEA06C;
}
.AnyTagClassName
{
color: #AEA06C;
}
</style>
background-color css
<style>
a { background-color: #AEA06C; }
a { background-color: rgb(174,160,108); }
div.DivClassName
{
background-color: #AEA06C;
}
.BgClassName
{
background-color: #AEA06C;
}
</style>
border-color css
<style>
span { border-color: #AEA06C; }
span { border-color: rgb(174,160,108); }
td.TdClassName
{
border-color: #AEA06C;
}
.TagClassName
{
border-color: #AEA06C;
}
</style>