Shades of Tallow #AA9668
Tints of Tallow #AA9668
RGB
CMYK
RGB Variations
Color information
#AA9668 (or 0xAA9668) is known color: Tallow. HEX triplet: AA, 96 and 68. RGB value is (170,150,104). Sum of RGB (Red+Green+Blue) = 170+150+104=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9668 is #556997. Grayscale: #969696. Windows color (decimal): -5597592 or 6854314. OLE color: 6854314.
HSL color Cylindrical-coordinate representation of color #AA9668: hue angle of 41.82º 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 #AA9668 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 104 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.33 |
| HSL | 41.82º | 0.28% | 0.54% | - |
| HSV(B) | 41.82º | 0.39% | 0.67% | - |
| XYZ | 29.98 | 31.36 | 17.57 | - |
| YUV | 150.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 104 | 0 | 0.12 | 0.39 | 0.33 | 41.82 | 0.28 | 0.54 |
| Hex | AA | 96 | 68 | 0 | C | 27 | 21 | 2A | 1C | 36 |
| Octal | 252 | 226 | 150 | 0 | 14 | 47 | 41 | 52 | 34 | 66 |
| Binary | 10101010 | 10010110 | 1101000 | 0 | 1100 | 100111 | 100001 | 101010 | 11100 | 110110 |
Color Harmonies of #AA9668
Complementary color
Monochromatic Colors of #AA9668
Black with #AA9668
Text Example
Text Example
White with #AA9668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9668; }
p { color: rgb(170,150,104); }
H1.HeaderClassName
{
color: #AA9668;
}
.AnyTagClassName
{
color: #AA9668;
}
</style>
background-color css
<style>
a { background-color: #AA9668; }
a { background-color: rgb(170,150,104); }
div.DivClassName
{
background-color: #AA9668;
}
.BgClassName
{
background-color: #AA9668;
}
</style>
border-color css
<style>
span { border-color: #AA9668; }
span { border-color: rgb(170,150,104); }
td.TdClassName
{
border-color: #AA9668;
}
.TagClassName
{
border-color: #AA9668;
}
</style>