Shades of Tallow #AA9975
Tints of Tallow #AA9975
RGB
CMYK
RGB Variations
Color information
#AA9975 (or 0xAA9975) is known color: Tallow. HEX triplet: AA, 99 and 75. RGB value is (170,153,117). Sum of RGB (Red+Green+Blue) = 170+153+117=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9975 is #55668A. Grayscale: #9A9A9A. Windows color (decimal): -5596811 or 7707050. OLE color: 7707050.
HSL color Cylindrical-coordinate representation of color #AA9975: hue angle of 40.75º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9975 is Cyan = 0, Magento = 0.1, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 117 | - |
| CMYK | 0 | 0.1 | 0.31 | 0.33 |
| HSL | 40.75º | 0.24% | 0.56% | - |
| HSV(B) | 40.75º | 0.31% | 0.67% | - |
| XYZ | 31.18 | 32.61 | 21.48 | - |
| YUV | 153.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 117 | 0 | 0.1 | 0.31 | 0.33 | 40.75 | 0.24 | 0.56 |
| Hex | AA | 99 | 75 | 0 | A | 1F | 21 | 29 | 18 | 38 |
| Octal | 252 | 231 | 165 | 0 | 12 | 37 | 41 | 51 | 30 | 70 |
| Binary | 10101010 | 10011001 | 1110101 | 0 | 1010 | 11111 | 100001 | 101001 | 11000 | 111000 |
Color Harmonies of #AA9975
Complementary color
Monochromatic Colors of #AA9975
Black with #AA9975
Text Example
Text Example
White with #AA9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9975; }
p { color: rgb(170,153,117); }
H1.HeaderClassName
{
color: #AA9975;
}
.AnyTagClassName
{
color: #AA9975;
}
</style>
background-color css
<style>
a { background-color: #AA9975; }
a { background-color: rgb(170,153,117); }
div.DivClassName
{
background-color: #AA9975;
}
.BgClassName
{
background-color: #AA9975;
}
</style>
border-color css
<style>
span { border-color: #AA9975; }
span { border-color: rgb(170,153,117); }
td.TdClassName
{
border-color: #AA9975;
}
.TagClassName
{
border-color: #AA9975;
}
</style>