Shades of Tallow #AA9C68
Tints of Tallow #AA9C68
RGB
CMYK
RGB Variations
Color information
#AA9C68 (or 0xAA9C68) is known color: Tallow. HEX triplet: AA, 9C and 68. RGB value is (170,156,104). Sum of RGB (Red+Green+Blue) = 170+156+104=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C68 is #556397. Grayscale: #9A9A9A. Windows color (decimal): -5596056 or 6855850. OLE color: 6855850.
HSL color Cylindrical-coordinate representation of color #AA9C68: hue angle of 47.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9C68 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 104 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.33 |
| HSL | 47.27º | 0.28% | 0.54% | - |
| HSV(B) | 47.27º | 0.39% | 0.67% | - |
| XYZ | 30.96 | 33.32 | 17.9 | - |
| YUV | 154.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 104 | 0 | 0.08 | 0.39 | 0.33 | 47.27 | 0.28 | 0.54 |
| Hex | AA | 9C | 68 | 0 | 8 | 27 | 21 | 2F | 1C | 36 |
| Octal | 252 | 234 | 150 | 0 | 10 | 47 | 41 | 57 | 34 | 66 |
| Binary | 10101010 | 10011100 | 1101000 | 0 | 1000 | 100111 | 100001 | 101111 | 11100 | 110110 |
Color Harmonies of #AA9C68
Complementary color
Monochromatic Colors of #AA9C68
Black with #AA9C68
Text Example
Text Example
White with #AA9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C68; }
p { color: rgb(170,156,104); }
H1.HeaderClassName
{
color: #AA9C68;
}
.AnyTagClassName
{
color: #AA9C68;
}
</style>
background-color css
<style>
a { background-color: #AA9C68; }
a { background-color: rgb(170,156,104); }
div.DivClassName
{
background-color: #AA9C68;
}
.BgClassName
{
background-color: #AA9C68;
}
</style>
border-color css
<style>
span { border-color: #AA9C68; }
span { border-color: rgb(170,156,104); }
td.TdClassName
{
border-color: #AA9C68;
}
.TagClassName
{
border-color: #AA9C68;
}
</style>