Shades of Tallow #AA9C63
Tints of Tallow #AA9C63
RGB
CMYK
RGB Variations
Color information
#AA9C63 (or 0xAA9C63) is known color: Tallow. HEX triplet: AA, 9C and 63. RGB value is (170,156,99). Sum of RGB (Red+Green+Blue) = 170+156+99=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C63 is #55639C. Grayscale: #999999. Windows color (decimal): -5596061 or 6528170. OLE color: 6528170.
HSL color Cylindrical-coordinate representation of color #AA9C63: hue angle of 48.17º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA9C63 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 99 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.33 |
| HSL | 48.17º | 0.29% | 0.53% | - |
| HSV(B) | 48.17º | 0.42% | 0.67% | - |
| XYZ | 30.72 | 33.22 | 16.6 | - |
| YUV | 153.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 99 | 0 | 0.08 | 0.42 | 0.33 | 48.17 | 0.29 | 0.53 |
| Hex | AA | 9C | 63 | 0 | 8 | 2A | 21 | 30 | 1D | 35 |
| Octal | 252 | 234 | 143 | 0 | 10 | 52 | 41 | 60 | 35 | 65 |
| Binary | 10101010 | 10011100 | 1100011 | 0 | 1000 | 101010 | 100001 | 110000 | 11101 | 110101 |
Color Harmonies of #AA9C63
Complementary color
Monochromatic Colors of #AA9C63
Black with #AA9C63
Text Example
Text Example
White with #AA9C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C63; }
p { color: rgb(170,156,99); }
H1.HeaderClassName
{
color: #AA9C63;
}
.AnyTagClassName
{
color: #AA9C63;
}
</style>
background-color css
<style>
a { background-color: #AA9C63; }
a { background-color: rgb(170,156,99); }
div.DivClassName
{
background-color: #AA9C63;
}
.BgClassName
{
background-color: #AA9C63;
}
</style>
border-color css
<style>
span { border-color: #AA9C63; }
span { border-color: rgb(170,156,99); }
td.TdClassName
{
border-color: #AA9C63;
}
.TagClassName
{
border-color: #AA9C63;
}
</style>