Shades of Tallow #AA976F
Tints of Tallow #AA976F
RGB
CMYK
RGB Variations
Color information
#AA976F (or 0xAA976F) is known color: Tallow. HEX triplet: AA, 97 and 6F. RGB value is (170,151,111). Sum of RGB (Red+Green+Blue) = 170+151+111=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA976F is #556890. Grayscale: #989898. Windows color (decimal): -5597329 or 7313322. OLE color: 7313322.
HSL color Cylindrical-coordinate representation of color #AA976F: hue angle of 40.68º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA976F is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 111 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.33 |
| HSL | 40.68º | 0.26% | 0.55% | - |
| HSV(B) | 40.68º | 0.35% | 0.67% | - |
| XYZ | 30.51 | 31.83 | 19.57 | - |
| YUV | 152.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 111 | 0 | 0.11 | 0.35 | 0.33 | 40.68 | 0.26 | 0.55 |
| Hex | AA | 97 | 6F | 0 | B | 23 | 21 | 29 | 1A | 37 |
| Octal | 252 | 227 | 157 | 0 | 13 | 43 | 41 | 51 | 32 | 67 |
| Binary | 10101010 | 10010111 | 1101111 | 0 | 1011 | 100011 | 100001 | 101001 | 11010 | 110111 |
Color Harmonies of #AA976F
Complementary color
Monochromatic Colors of #AA976F
Black with #AA976F
Text Example
Text Example
White with #AA976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA976F; }
p { color: rgb(170,151,111); }
H1.HeaderClassName
{
color: #AA976F;
}
.AnyTagClassName
{
color: #AA976F;
}
</style>
background-color css
<style>
a { background-color: #AA976F; }
a { background-color: rgb(170,151,111); }
div.DivClassName
{
background-color: #AA976F;
}
.BgClassName
{
background-color: #AA976F;
}
</style>
border-color css
<style>
span { border-color: #AA976F; }
span { border-color: rgb(170,151,111); }
td.TdClassName
{
border-color: #AA976F;
}
.TagClassName
{
border-color: #AA976F;
}
</style>