Shades of Tallow #AE9C6E
Tints of Tallow #AE9C6E
RGB
CMYK
RGB Variations
Color information
#AE9C6E (or 0xAE9C6E) is known color: Tallow. HEX triplet: AE, 9C and 6E. RGB value is (174,156,110). Sum of RGB (Red+Green+Blue) = 174+156+110=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C6E is #516391. Grayscale: #9C9C9C. Windows color (decimal): -5333906 or 7249070. OLE color: 7249070.
HSL color Cylindrical-coordinate representation of color #AE9C6E: hue angle of 43.12º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE9C6E is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 110 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.32 |
| HSL | 43.13º | 0.28% | 0.56% | - |
| HSV(B) | 43.13º | 0.37% | 0.68% | - |
| XYZ | 32.16 | 33.9 | 19.6 | - |
| YUV | 156.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 110 | 0 | 0.10 | 0.37 | 0.32 | 43.13 | 0.28 | 0.56 |
| Hex | AE | 9C | 6E | 0 | A | 25 | 20 | 2B | 1C | 38 |
| Octal | 256 | 234 | 156 | 0 | 12 | 45 | 40 | 53 | 34 | 70 |
| Binary | 10101110 | 10011100 | 1101110 | 0 | 1010 | 100101 | 100000 | 101011 | 11100 | 111000 |
Color Harmonies of #AE9C6E
Complementary color
Monochromatic Colors of #AE9C6E
Black with #AE9C6E
Text Example
Text Example
White with #AE9C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C6E; }
p { color: rgb(174,156,110); }
H1.HeaderClassName
{
color: #AE9C6E;
}
.AnyTagClassName
{
color: #AE9C6E;
}
</style>
background-color css
<style>
a { background-color: #AE9C6E; }
a { background-color: rgb(174,156,110); }
div.DivClassName
{
background-color: #AE9C6E;
}
.BgClassName
{
background-color: #AE9C6E;
}
</style>
border-color css
<style>
span { border-color: #AE9C6E; }
span { border-color: rgb(174,156,110); }
td.TdClassName
{
border-color: #AE9C6E;
}
.TagClassName
{
border-color: #AE9C6E;
}
</style>