Shades of Tallow #AA9673
Tints of Tallow #AA9673
RGB
CMYK
RGB Variations
Color information
#AA9673 (or 0xAA9673) is known color: Tallow. HEX triplet: AA, 96 and 73. RGB value is (170,150,115). Sum of RGB (Red+Green+Blue) = 170+150+115=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9673 is #55698C. Grayscale: #989898. Windows color (decimal): -5597581 or 7575210. OLE color: 7575210.
HSL color Cylindrical-coordinate representation of color #AA9673: hue angle of 38.18º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA9673 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 115 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.33 |
| HSL | 38.18º | 0.24% | 0.56% | - |
| HSV(B) | 38.18º | 0.32% | 0.67% | - |
| XYZ | 30.58 | 31.6 | 20.71 | - |
| YUV | 151.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 115 | 0 | 0.12 | 0.32 | 0.33 | 38.18 | 0.24 | 0.56 |
| Hex | AA | 96 | 73 | 0 | C | 20 | 21 | 26 | 18 | 38 |
| Octal | 252 | 226 | 163 | 0 | 14 | 40 | 41 | 46 | 30 | 70 |
| Binary | 10101010 | 10010110 | 1110011 | 0 | 1100 | 100000 | 100001 | 100110 | 11000 | 111000 |
Color Harmonies of #AA9673
Complementary color
Monochromatic Colors of #AA9673
Black with #AA9673
Text Example
Text Example
White with #AA9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9673; }
p { color: rgb(170,150,115); }
H1.HeaderClassName
{
color: #AA9673;
}
.AnyTagClassName
{
color: #AA9673;
}
</style>
background-color css
<style>
a { background-color: #AA9673; }
a { background-color: rgb(170,150,115); }
div.DivClassName
{
background-color: #AA9673;
}
.BgClassName
{
background-color: #AA9673;
}
</style>
border-color css
<style>
span { border-color: #AA9673; }
span { border-color: rgb(170,150,115); }
td.TdClassName
{
border-color: #AA9673;
}
.TagClassName
{
border-color: #AA9673;
}
</style>