Shades of Tallow #AE9A6C
Tints of Tallow #AE9A6C
RGB
CMYK
RGB Variations
Color information
#AE9A6C (or 0xAE9A6C) is known color: Tallow. HEX triplet: AE, 9A and 6C. RGB value is (174,154,108). Sum of RGB (Red+Green+Blue) = 174+154+108=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A6C is #516593. Grayscale: #9A9A9A. Windows color (decimal): -5334420 or 7117486. OLE color: 7117486.
HSL color Cylindrical-coordinate representation of color #AE9A6C: hue angle of 41.82º 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 #AE9A6C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 108 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.32 |
| HSL | 41.82º | 0.29% | 0.55% | - |
| HSV(B) | 41.82º | 0.38% | 0.68% | - |
| XYZ | 31.72 | 33.19 | 18.92 | - |
| YUV | 154.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 108 | 0 | 0.11 | 0.38 | 0.32 | 41.82 | 0.29 | 0.55 |
| Hex | AE | 9A | 6C | 0 | B | 26 | 20 | 2A | 1D | 37 |
| Octal | 256 | 232 | 154 | 0 | 13 | 46 | 40 | 52 | 35 | 67 |
| Binary | 10101110 | 10011010 | 1101100 | 0 | 1011 | 100110 | 100000 | 101010 | 11101 | 110111 |
Color Harmonies of #AE9A6C
Complementary color
Monochromatic Colors of #AE9A6C
Black with #AE9A6C
Text Example
Text Example
White with #AE9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A6C; }
p { color: rgb(174,154,108); }
H1.HeaderClassName
{
color: #AE9A6C;
}
.AnyTagClassName
{
color: #AE9A6C;
}
</style>
background-color css
<style>
a { background-color: #AE9A6C; }
a { background-color: rgb(174,154,108); }
div.DivClassName
{
background-color: #AE9A6C;
}
.BgClassName
{
background-color: #AE9A6C;
}
</style>
border-color css
<style>
span { border-color: #AE9A6C; }
span { border-color: rgb(174,154,108); }
td.TdClassName
{
border-color: #AE9A6C;
}
.TagClassName
{
border-color: #AE9A6C;
}
</style>