Shades of Tallow #AA9F72
Tints of Tallow #AA9F72
RGB
CMYK
RGB Variations
Color information
#AA9F72 (or 0xAA9F72) is known color: Tallow. HEX triplet: AA, 9F and 72. RGB value is (170,159,114). Sum of RGB (Red+Green+Blue) = 170+159+114=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F72 is #55608D. Grayscale: #9D9D9D. Windows color (decimal): -5595278 or 7511978. OLE color: 7511978.
HSL color Cylindrical-coordinate representation of color #AA9F72: hue angle of 48.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9F72 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 114 | - |
CMYK | 0 | 0.06 | 0.33 | 0.33 |
HSL | 48.21º | 0.25% | 0.56% | - |
HSV(B) | 48.21º | 0.33% | 0.67% | - |
XYZ | 32.01 | 34.56 | 20.9 | - |
YUV | 157.16 | 103.64 | 137.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 114 | 0 | 0.06 | 0.33 | 0.33 | 48.21 | 0.25 | 0.56 |
Hex | AA | 9F | 72 | 0 | 6 | 21 | 21 | 30 | 19 | 38 |
Octal | 252 | 237 | 162 | 0 | 6 | 41 | 41 | 60 | 31 | 70 |
Binary | 10101010 | 10011111 | 1110010 | 0 | 110 | 100001 | 100001 | 110000 | 11001 | 111000 |
Color Harmonies of #AA9F72
Complementary color
Monochromatic Colors of #AA9F72
Black with #AA9F72
Text Example
Text Example
White with #AA9F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F72; }
p { color: rgb(170,159,114); }
H1.HeaderClassName
{
color: #AA9F72;
}
.AnyTagClassName
{
color: #AA9F72;
}
</style>
background-color css
<style>
a { background-color: #AA9F72; }
a { background-color: rgb(170,159,114); }
div.DivClassName
{
background-color: #AA9F72;
}
.BgClassName
{
background-color: #AA9F72;
}
</style>
border-color css
<style>
span { border-color: #AA9F72; }
span { border-color: rgb(170,159,114); }
td.TdClassName
{
border-color: #AA9F72;
}
.TagClassName
{
border-color: #AA9F72;
}
</style>