Shades of Tallow #AA956A
Tints of Tallow #AA956A
RGB
CMYK
RGB Variations
Color information
#AA956A (or 0xAA956A) is known color: Tallow. HEX triplet: AA, 95 and 6A. RGB value is (170,149,106). Sum of RGB (Red+Green+Blue) = 170+149+106=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA956A is #556A95. Grayscale: #969696. Windows color (decimal): -5597846 or 6985130. OLE color: 6985130.
HSL color Cylindrical-coordinate representation of color #AA956A: hue angle of 40.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA956A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 106 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.33 |
| HSL | 40.31º | 0.27% | 0.54% | - |
| HSV(B) | 40.31º | 0.38% | 0.67% | - |
| XYZ | 29.93 | 31.08 | 18.06 | - |
| YUV | 150.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 106 | 0 | 0.12 | 0.38 | 0.33 | 40.31 | 0.27 | 0.54 |
| Hex | AA | 95 | 6A | 0 | C | 26 | 21 | 28 | 1B | 36 |
| Octal | 252 | 225 | 152 | 0 | 14 | 46 | 41 | 50 | 33 | 66 |
| Binary | 10101010 | 10010101 | 1101010 | 0 | 1100 | 100110 | 100001 | 101000 | 11011 | 110110 |
Color Harmonies of #AA956A
Complementary color
Monochromatic Colors of #AA956A
Black with #AA956A
Text Example
Text Example
White with #AA956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA956A; }
p { color: rgb(170,149,106); }
H1.HeaderClassName
{
color: #AA956A;
}
.AnyTagClassName
{
color: #AA956A;
}
</style>
background-color css
<style>
a { background-color: #AA956A; }
a { background-color: rgb(170,149,106); }
div.DivClassName
{
background-color: #AA956A;
}
.BgClassName
{
background-color: #AA956A;
}
</style>
border-color css
<style>
span { border-color: #AA956A; }
span { border-color: rgb(170,149,106); }
td.TdClassName
{
border-color: #AA956A;
}
.TagClassName
{
border-color: #AA956A;
}
</style>