Shades of Tallow #AE9A75
Tints of Tallow #AE9A75
RGB
CMYK
RGB Variations
Color information
#AE9A75 (or 0xAE9A75) is known color: Tallow. HEX triplet: AE, 9A and 75. RGB value is (174,154,117). Sum of RGB (Red+Green+Blue) = 174+154+117=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A75 is #51658A. Grayscale: #9B9B9B. Windows color (decimal): -5334411 or 7707310. OLE color: 7707310.
HSL color Cylindrical-coordinate representation of color #AE9A75: hue angle of 38.95º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9A75 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 117 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.32 |
| HSL | 38.95º | 0.26% | 0.57% | - |
| HSV(B) | 38.95º | 0.33% | 0.68% | - |
| XYZ | 32.22 | 33.39 | 21.58 | - |
| YUV | 155.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 117 | 0 | 0.11 | 0.33 | 0.32 | 38.95 | 0.26 | 0.57 |
| Hex | AE | 9A | 75 | 0 | B | 21 | 20 | 27 | 1A | 39 |
| Octal | 256 | 232 | 165 | 0 | 13 | 41 | 40 | 47 | 32 | 71 |
| Binary | 10101110 | 10011010 | 1110101 | 0 | 1011 | 100001 | 100000 | 100111 | 11010 | 111001 |
Color Harmonies of #AE9A75
Complementary color
Monochromatic Colors of #AE9A75
Black with #AE9A75
Text Example
Text Example
White with #AE9A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A75; }
p { color: rgb(174,154,117); }
H1.HeaderClassName
{
color: #AE9A75;
}
.AnyTagClassName
{
color: #AE9A75;
}
</style>
background-color css
<style>
a { background-color: #AE9A75; }
a { background-color: rgb(174,154,117); }
div.DivClassName
{
background-color: #AE9A75;
}
.BgClassName
{
background-color: #AE9A75;
}
</style>
border-color css
<style>
span { border-color: #AE9A75; }
span { border-color: rgb(174,154,117); }
td.TdClassName
{
border-color: #AE9A75;
}
.TagClassName
{
border-color: #AE9A75;
}
</style>