Shades of Tallow #AE9E6C
Tints of Tallow #AE9E6C
RGB
CMYK
RGB Variations
Color information
#AE9E6C (or 0xAE9E6C) is known color: Tallow. HEX triplet: AE, 9E and 6C. RGB value is (174,158,108). Sum of RGB (Red+Green+Blue) = 174+158+108=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E6C is #516193. Grayscale: #9D9D9D. Windows color (decimal): -5333396 or 7118510. OLE color: 7118510.
HSL color Cylindrical-coordinate representation of color #AE9E6C: hue angle of 45.45º 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 #AE9E6C is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 108 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.32 |
| HSL | 45.45º | 0.29% | 0.55% | - |
| HSV(B) | 45.45º | 0.38% | 0.68% | - |
| XYZ | 32.39 | 34.54 | 19.15 | - |
| YUV | 157.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 108 | 0 | 0.09 | 0.38 | 0.32 | 45.45 | 0.29 | 0.55 |
| Hex | AE | 9E | 6C | 0 | 9 | 26 | 20 | 2D | 1D | 37 |
| Octal | 256 | 236 | 154 | 0 | 11 | 46 | 40 | 55 | 35 | 67 |
| Binary | 10101110 | 10011110 | 1101100 | 0 | 1001 | 100110 | 100000 | 101101 | 11101 | 110111 |
Color Harmonies of #AE9E6C
Complementary color
Monochromatic Colors of #AE9E6C
Black with #AE9E6C
Text Example
Text Example
White with #AE9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E6C; }
p { color: rgb(174,158,108); }
H1.HeaderClassName
{
color: #AE9E6C;
}
.AnyTagClassName
{
color: #AE9E6C;
}
</style>
background-color css
<style>
a { background-color: #AE9E6C; }
a { background-color: rgb(174,158,108); }
div.DivClassName
{
background-color: #AE9E6C;
}
.BgClassName
{
background-color: #AE9E6C;
}
</style>
border-color css
<style>
span { border-color: #AE9E6C; }
span { border-color: rgb(174,158,108); }
td.TdClassName
{
border-color: #AE9E6C;
}
.TagClassName
{
border-color: #AE9E6C;
}
</style>