Shades of Tallow #AE9F68
Tints of Tallow #AE9F68
RGB
CMYK
RGB Variations
Color information
#AE9F68 (or 0xAE9F68) is known color: Tallow. HEX triplet: AE, 9F and 68. RGB value is (174,159,104). Sum of RGB (Red+Green+Blue) = 174+159+104=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9F68 is #516097. Grayscale: #9D9D9D. Windows color (decimal): -5333144 or 6856622. OLE color: 6856622.
HSL color Cylindrical-coordinate representation of color #AE9F68: hue angle of 47.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE9F68 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 159 | 104 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.32 |
| HSL | 47.14º | 0.3% | 0.55% | - |
| HSV(B) | 47.14º | 0.4% | 0.68% | - |
| XYZ | 32.35 | 34.79 | 18.11 | - |
| YUV | 157.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 159 | 104 | 0 | 0.09 | 0.40 | 0.32 | 47.14 | 0.3 | 0.55 |
| Hex | AE | 9F | 68 | 0 | 9 | 28 | 20 | 2F | 1E | 37 |
| Octal | 256 | 237 | 150 | 0 | 11 | 50 | 40 | 57 | 36 | 67 |
| Binary | 10101110 | 10011111 | 1101000 | 0 | 1001 | 101000 | 100000 | 101111 | 11110 | 110111 |
Color Harmonies of #AE9F68
Complementary color
Monochromatic Colors of #AE9F68
Black with #AE9F68
Text Example
Text Example
White with #AE9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9F68; }
p { color: rgb(174,159,104); }
H1.HeaderClassName
{
color: #AE9F68;
}
.AnyTagClassName
{
color: #AE9F68;
}
</style>
background-color css
<style>
a { background-color: #AE9F68; }
a { background-color: rgb(174,159,104); }
div.DivClassName
{
background-color: #AE9F68;
}
.BgClassName
{
background-color: #AE9F68;
}
</style>
border-color css
<style>
span { border-color: #AE9F68; }
span { border-color: rgb(174,159,104); }
td.TdClassName
{
border-color: #AE9F68;
}
.TagClassName
{
border-color: #AE9F68;
}
</style>