Shades of Tallow #AA9B6D
Tints of Tallow #AA9B6D
RGB
CMYK
RGB Variations
Color information
#AA9B6D (or 0xAA9B6D) is known color: Tallow. HEX triplet: AA, 9B and 6D. RGB value is (170,155,109). Sum of RGB (Red+Green+Blue) = 170+155+109=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B6D is #556492. Grayscale: #9A9A9A. Windows color (decimal): -5596307 or 7183274. OLE color: 7183274.
HSL color Cylindrical-coordinate representation of color #AA9B6D: hue angle of 45.25º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9B6D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 109 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.33 |
| HSL | 45.25º | 0.26% | 0.55% | - |
| HSV(B) | 45.25º | 0.36% | 0.67% | - |
| XYZ | 31.06 | 33.09 | 19.22 | - |
| YUV | 154.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 109 | 0 | 0.09 | 0.36 | 0.33 | 45.25 | 0.26 | 0.55 |
| Hex | AA | 9B | 6D | 0 | 9 | 24 | 21 | 2D | 1A | 37 |
| Octal | 252 | 233 | 155 | 0 | 11 | 44 | 41 | 55 | 32 | 67 |
| Binary | 10101010 | 10011011 | 1101101 | 0 | 1001 | 100100 | 100001 | 101101 | 11010 | 110111 |
Color Harmonies of #AA9B6D
Complementary color
Monochromatic Colors of #AA9B6D
Black with #AA9B6D
Text Example
Text Example
White with #AA9B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B6D; }
p { color: rgb(170,155,109); }
H1.HeaderClassName
{
color: #AA9B6D;
}
.AnyTagClassName
{
color: #AA9B6D;
}
</style>
background-color css
<style>
a { background-color: #AA9B6D; }
a { background-color: rgb(170,155,109); }
div.DivClassName
{
background-color: #AA9B6D;
}
.BgClassName
{
background-color: #AA9B6D;
}
</style>
border-color css
<style>
span { border-color: #AA9B6D; }
span { border-color: rgb(170,155,109); }
td.TdClassName
{
border-color: #AA9B6D;
}
.TagClassName
{
border-color: #AA9B6D;
}
</style>