Shades of Tallow #AA9C62
Tints of Tallow #AA9C62
RGB
CMYK
RGB Variations
Color information
#AA9C62 (or 0xAA9C62) is known color: Tallow. HEX triplet: AA, 9C and 62. RGB value is (170,156,98). Sum of RGB (Red+Green+Blue) = 170+156+98=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C62 is #55639D. Grayscale: #999999. Windows color (decimal): -5596062 or 6462634. OLE color: 6462634.
HSL color Cylindrical-coordinate representation of color #AA9C62: hue angle of 48.33º degrees, saturation: 0.3, 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 #AA9C62 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 98 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.33 |
| HSL | 48.33º | 0.3% | 0.53% | - |
| HSV(B) | 48.33º | 0.42% | 0.67% | - |
| XYZ | 30.67 | 33.2 | 16.35 | - |
| YUV | 153.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 98 | 0 | 0.08 | 0.42 | 0.33 | 48.33 | 0.3 | 0.53 |
| Hex | AA | 9C | 62 | 0 | 8 | 2A | 21 | 30 | 1E | 35 |
| Octal | 252 | 234 | 142 | 0 | 10 | 52 | 41 | 60 | 36 | 65 |
| Binary | 10101010 | 10011100 | 1100010 | 0 | 1000 | 101010 | 100001 | 110000 | 11110 | 110101 |
Color Harmonies of #AA9C62
Complementary color
Monochromatic Colors of #AA9C62
Black with #AA9C62
Text Example
Text Example
White with #AA9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C62; }
p { color: rgb(170,156,98); }
H1.HeaderClassName
{
color: #AA9C62;
}
.AnyTagClassName
{
color: #AA9C62;
}
</style>
background-color css
<style>
a { background-color: #AA9C62; }
a { background-color: rgb(170,156,98); }
div.DivClassName
{
background-color: #AA9C62;
}
.BgClassName
{
background-color: #AA9C62;
}
</style>
border-color css
<style>
span { border-color: #AA9C62; }
span { border-color: rgb(170,156,98); }
td.TdClassName
{
border-color: #AA9C62;
}
.TagClassName
{
border-color: #AA9C62;
}
</style>