Shades of Tallow #AA9768
Tints of Tallow #AA9768
RGB
CMYK
RGB Variations
Color information
#AA9768 (or 0xAA9768) is known color: Tallow. HEX triplet: AA, 97 and 68. RGB value is (170,151,104). Sum of RGB (Red+Green+Blue) = 170+151+104=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9768 is #556897. Grayscale: #979797. Windows color (decimal): -5597336 or 6854570. OLE color: 6854570.
HSL color Cylindrical-coordinate representation of color #AA9768: hue angle of 42.73º 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 #AA9768 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 104 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.33 |
| HSL | 42.73º | 0.28% | 0.54% | - |
| HSV(B) | 42.73º | 0.39% | 0.67% | - |
| XYZ | 30.14 | 31.68 | 17.62 | - |
| YUV | 151.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 104 | 0 | 0.11 | 0.39 | 0.33 | 42.73 | 0.28 | 0.54 |
| Hex | AA | 97 | 68 | 0 | B | 27 | 21 | 2B | 1C | 36 |
| Octal | 252 | 227 | 150 | 0 | 13 | 47 | 41 | 53 | 34 | 66 |
| Binary | 10101010 | 10010111 | 1101000 | 0 | 1011 | 100111 | 100001 | 101011 | 11100 | 110110 |
Color Harmonies of #AA9768
Complementary color
Monochromatic Colors of #AA9768
Black with #AA9768
Text Example
Text Example
White with #AA9768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9768; }
p { color: rgb(170,151,104); }
H1.HeaderClassName
{
color: #AA9768;
}
.AnyTagClassName
{
color: #AA9768;
}
</style>
background-color css
<style>
a { background-color: #AA9768; }
a { background-color: rgb(170,151,104); }
div.DivClassName
{
background-color: #AA9768;
}
.BgClassName
{
background-color: #AA9768;
}
</style>
border-color css
<style>
span { border-color: #AA9768; }
span { border-color: rgb(170,151,104); }
td.TdClassName
{
border-color: #AA9768;
}
.TagClassName
{
border-color: #AA9768;
}
</style>