Shades of Tallow #AA9B77
Tints of Tallow #AA9B77
RGB
CMYK
RGB Variations
Color information
#AA9B77 (or 0xAA9B77) is known color: Tallow. HEX triplet: AA, 9B and 77. RGB value is (170,155,119). Sum of RGB (Red+Green+Blue) = 170+155+119=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B77 is #556488. Grayscale: #9B9B9B. Windows color (decimal): -5596297 or 7838634. OLE color: 7838634.
HSL color Cylindrical-coordinate representation of color #AA9B77: hue angle of 42.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9B77 is Cyan = 0, Magento = 0.09, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 119 | - |
| CMYK | 0 | 0.09 | 0.3 | 0.33 |
| HSL | 42.35º | 0.23% | 0.57% | - |
| HSV(B) | 42.35º | 0.3% | 0.67% | - |
| XYZ | 31.63 | 33.32 | 22.22 | - |
| YUV | 155.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 119 | 0 | 0.09 | 0.3 | 0.33 | 42.35 | 0.23 | 0.57 |
| Hex | AA | 9B | 77 | 0 | 9 | 1E | 21 | 2A | 17 | 39 |
| Octal | 252 | 233 | 167 | 0 | 11 | 36 | 41 | 52 | 27 | 71 |
| Binary | 10101010 | 10011011 | 1110111 | 0 | 1001 | 11110 | 100001 | 101010 | 10111 | 111001 |
Color Harmonies of #AA9B77
Complementary color
Monochromatic Colors of #AA9B77
Black with #AA9B77
Text Example
Text Example
White with #AA9B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B77; }
p { color: rgb(170,155,119); }
H1.HeaderClassName
{
color: #AA9B77;
}
.AnyTagClassName
{
color: #AA9B77;
}
</style>
background-color css
<style>
a { background-color: #AA9B77; }
a { background-color: rgb(170,155,119); }
div.DivClassName
{
background-color: #AA9B77;
}
.BgClassName
{
background-color: #AA9B77;
}
</style>
border-color css
<style>
span { border-color: #AA9B77; }
span { border-color: rgb(170,155,119); }
td.TdClassName
{
border-color: #AA9B77;
}
.TagClassName
{
border-color: #AA9B77;
}
</style>