Shades of Tallow #AE9A6A
Tints of Tallow #AE9A6A
RGB
CMYK
RGB Variations
Color information
#AE9A6A (or 0xAE9A6A) is known color: Tallow. HEX triplet: AE, 9A and 6A. RGB value is (174,154,106). Sum of RGB (Red+Green+Blue) = 174+154+106=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A6A is #516595. Grayscale: #9A9A9A. Windows color (decimal): -5334422 or 6986414. OLE color: 6986414.
HSL color Cylindrical-coordinate representation of color #AE9A6A: hue angle of 42.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE9A6A is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 106 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.32 |
| HSL | 42.35º | 0.3% | 0.55% | - |
| HSV(B) | 42.35º | 0.39% | 0.68% | - |
| XYZ | 31.61 | 33.15 | 18.37 | - |
| YUV | 154.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 106 | 0 | 0.11 | 0.39 | 0.32 | 42.35 | 0.3 | 0.55 |
| Hex | AE | 9A | 6A | 0 | B | 27 | 20 | 2A | 1E | 37 |
| Octal | 256 | 232 | 152 | 0 | 13 | 47 | 40 | 52 | 36 | 67 |
| Binary | 10101110 | 10011010 | 1101010 | 0 | 1011 | 100111 | 100000 | 101010 | 11110 | 110111 |
Color Harmonies of #AE9A6A
Complementary color
Monochromatic Colors of #AE9A6A
Black with #AE9A6A
Text Example
Text Example
White with #AE9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A6A; }
p { color: rgb(174,154,106); }
H1.HeaderClassName
{
color: #AE9A6A;
}
.AnyTagClassName
{
color: #AE9A6A;
}
</style>
background-color css
<style>
a { background-color: #AE9A6A; }
a { background-color: rgb(174,154,106); }
div.DivClassName
{
background-color: #AE9A6A;
}
.BgClassName
{
background-color: #AE9A6A;
}
</style>
border-color css
<style>
span { border-color: #AE9A6A; }
span { border-color: rgb(174,154,106); }
td.TdClassName
{
border-color: #AE9A6A;
}
.TagClassName
{
border-color: #AE9A6A;
}
</style>