Shades of Tallow #AE9973
Tints of Tallow #AE9973
RGB
CMYK
RGB Variations
Color information
#AE9973 (or 0xAE9973) is known color: Tallow. HEX triplet: AE, 99 and 73. RGB value is (174,153,115). Sum of RGB (Red+Green+Blue) = 174+153+115=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9973 is #51668C. Grayscale: #9B9B9B. Windows color (decimal): -5334669 or 7575982. OLE color: 7575982.
HSL color Cylindrical-coordinate representation of color #AE9973: hue angle of 38.64º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE9973 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 115 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.32 |
| HSL | 38.64º | 0.27% | 0.57% | - |
| HSV(B) | 38.64º | 0.34% | 0.68% | - |
| XYZ | 31.94 | 33.02 | 20.91 | - |
| YUV | 154.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 115 | 0 | 0.12 | 0.34 | 0.32 | 38.64 | 0.27 | 0.57 |
| Hex | AE | 99 | 73 | 0 | C | 22 | 20 | 27 | 1B | 39 |
| Octal | 256 | 231 | 163 | 0 | 14 | 42 | 40 | 47 | 33 | 71 |
| Binary | 10101110 | 10011001 | 1110011 | 0 | 1100 | 100010 | 100000 | 100111 | 11011 | 111001 |
Color Harmonies of #AE9973
Complementary color
Monochromatic Colors of #AE9973
Black with #AE9973
Text Example
Text Example
White with #AE9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9973; }
p { color: rgb(174,153,115); }
H1.HeaderClassName
{
color: #AE9973;
}
.AnyTagClassName
{
color: #AE9973;
}
</style>
background-color css
<style>
a { background-color: #AE9973; }
a { background-color: rgb(174,153,115); }
div.DivClassName
{
background-color: #AE9973;
}
.BgClassName
{
background-color: #AE9973;
}
</style>
border-color css
<style>
span { border-color: #AE9973; }
span { border-color: rgb(174,153,115); }
td.TdClassName
{
border-color: #AE9973;
}
.TagClassName
{
border-color: #AE9973;
}
</style>