Shades of Tallow #AE9E6E
Tints of Tallow #AE9E6E
RGB
CMYK
RGB Variations
Color information
#AE9E6E (or 0xAE9E6E) is known color: Tallow. HEX triplet: AE, 9E and 6E. RGB value is (174,158,110). Sum of RGB (Red+Green+Blue) = 174+158+110=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E6E is #516191. Grayscale: #9D9D9D. Windows color (decimal): -5333394 or 7249582. OLE color: 7249582.
HSL color Cylindrical-coordinate representation of color #AE9E6E: hue angle of 45º 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 #AE9E6E is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 110 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.32 |
| HSL | 45º | 0.28% | 0.56% | - |
| HSV(B) | 45º | 0.37% | 0.68% | - |
| XYZ | 32.5 | 34.58 | 19.71 | - |
| YUV | 157.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 110 | 0 | 0.09 | 0.37 | 0.32 | 45 | 0.28 | 0.56 |
| Hex | AE | 9E | 6E | 0 | 9 | 25 | 20 | 2D | 1C | 38 |
| Octal | 256 | 236 | 156 | 0 | 11 | 45 | 40 | 55 | 34 | 70 |
| Binary | 10101110 | 10011110 | 1101110 | 0 | 1001 | 100101 | 100000 | 101101 | 11100 | 111000 |
Color Harmonies of #AE9E6E
Complementary color
Monochromatic Colors of #AE9E6E
Black with #AE9E6E
Text Example
Text Example
White with #AE9E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E6E; }
p { color: rgb(174,158,110); }
H1.HeaderClassName
{
color: #AE9E6E;
}
.AnyTagClassName
{
color: #AE9E6E;
}
</style>
background-color css
<style>
a { background-color: #AE9E6E; }
a { background-color: rgb(174,158,110); }
div.DivClassName
{
background-color: #AE9E6E;
}
.BgClassName
{
background-color: #AE9E6E;
}
</style>
border-color css
<style>
span { border-color: #AE9E6E; }
span { border-color: rgb(174,158,110); }
td.TdClassName
{
border-color: #AE9E6E;
}
.TagClassName
{
border-color: #AE9E6E;
}
</style>