Shades of Tallow #AA9669
Tints of Tallow #AA9669
RGB
CMYK
RGB Variations
Color information
#AA9669 (or 0xAA9669) is known color: Tallow. HEX triplet: AA, 96 and 69. RGB value is (170,150,105). Sum of RGB (Red+Green+Blue) = 170+150+105=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9669 is #556996. Grayscale: #979797. Windows color (decimal): -5597591 or 6919850. OLE color: 6919850.
HSL color Cylindrical-coordinate representation of color #AA9669: hue angle of 41.54º degrees, saturation: 0.28, 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 #AA9669 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 105 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.33 |
| HSL | 41.54º | 0.28% | 0.54% | - |
| HSV(B) | 41.54º | 0.38% | 0.67% | - |
| XYZ | 30.03 | 31.38 | 17.84 | - |
| YUV | 150.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 105 | 0 | 0.12 | 0.38 | 0.33 | 41.54 | 0.28 | 0.54 |
| Hex | AA | 96 | 69 | 0 | C | 26 | 21 | 2A | 1C | 36 |
| Octal | 252 | 226 | 151 | 0 | 14 | 46 | 41 | 52 | 34 | 66 |
| Binary | 10101010 | 10010110 | 1101001 | 0 | 1100 | 100110 | 100001 | 101010 | 11100 | 110110 |
Color Harmonies of #AA9669
Complementary color
Monochromatic Colors of #AA9669
Black with #AA9669
Text Example
Text Example
White with #AA9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9669; }
p { color: rgb(170,150,105); }
H1.HeaderClassName
{
color: #AA9669;
}
.AnyTagClassName
{
color: #AA9669;
}
</style>
background-color css
<style>
a { background-color: #AA9669; }
a { background-color: rgb(170,150,105); }
div.DivClassName
{
background-color: #AA9669;
}
.BgClassName
{
background-color: #AA9669;
}
</style>
border-color css
<style>
span { border-color: #AA9669; }
span { border-color: rgb(170,150,105); }
td.TdClassName
{
border-color: #AA9669;
}
.TagClassName
{
border-color: #AA9669;
}
</style>