Shades of Tallow #AE9D6D
Tints of Tallow #AE9D6D
RGB
CMYK
RGB Variations
Color information
#AE9D6D (or 0xAE9D6D) is known color: Tallow. HEX triplet: AE, 9D and 6D. RGB value is (174,157,109). Sum of RGB (Red+Green+Blue) = 174+157+109=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D6D is #516292. Grayscale: #9C9C9C. Windows color (decimal): -5333651 or 7183790. OLE color: 7183790.
HSL color Cylindrical-coordinate representation of color #AE9D6D: hue angle of 44.31º 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 #AE9D6D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 157 | 109 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.32 |
| HSL | 44.31º | 0.29% | 0.55% | - |
| HSV(B) | 44.31º | 0.37% | 0.68% | - |
| XYZ | 32.27 | 34.22 | 19.37 | - |
| YUV | 156.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 109 | 0 | 0.10 | 0.37 | 0.32 | 44.31 | 0.29 | 0.55 |
| Hex | AE | 9D | 6D | 0 | A | 25 | 20 | 2C | 1D | 37 |
| Octal | 256 | 235 | 155 | 0 | 12 | 45 | 40 | 54 | 35 | 67 |
| Binary | 10101110 | 10011101 | 1101101 | 0 | 1010 | 100101 | 100000 | 101100 | 11101 | 110111 |
Color Harmonies of #AE9D6D
Complementary color
Monochromatic Colors of #AE9D6D
Black with #AE9D6D
Text Example
Text Example
White with #AE9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9D6D; }
p { color: rgb(174,157,109); }
H1.HeaderClassName
{
color: #AE9D6D;
}
.AnyTagClassName
{
color: #AE9D6D;
}
</style>
background-color css
<style>
a { background-color: #AE9D6D; }
a { background-color: rgb(174,157,109); }
div.DivClassName
{
background-color: #AE9D6D;
}
.BgClassName
{
background-color: #AE9D6D;
}
</style>
border-color css
<style>
span { border-color: #AE9D6D; }
span { border-color: rgb(174,157,109); }
td.TdClassName
{
border-color: #AE9D6D;
}
.TagClassName
{
border-color: #AE9D6D;
}
</style>