Shades of Tallow #A99B71
Tints of Tallow #A99B71
RGB
CMYK
RGB Variations
Color information
#A99B71 (or 0xA99B71) is known color: Tallow. HEX triplet: A9, 9B and 71. RGB value is (169,155,113). Sum of RGB (Red+Green+Blue) = 169+155+113=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B71 is #56648E. Grayscale: #9A9A9A. Windows color (decimal): -5661839 or 7445417. OLE color: 7445417.
HSL color Cylindrical-coordinate representation of color #A99B71: hue angle of 45º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99B71 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 113 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.34 |
| HSL | 45º | 0.25% | 0.55% | - |
| HSV(B) | 45º | 0.33% | 0.66% | - |
| XYZ | 31.06 | 33.07 | 20.37 | - |
| YUV | 154.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 113 | 0 | 0.08 | 0.33 | 0.34 | 45 | 0.25 | 0.55 |
| Hex | A9 | 9B | 71 | 0 | 8 | 21 | 22 | 2D | 19 | 37 |
| Octal | 251 | 233 | 161 | 0 | 10 | 41 | 42 | 55 | 31 | 67 |
| Binary | 10101001 | 10011011 | 1110001 | 0 | 1000 | 100001 | 100010 | 101101 | 11001 | 110111 |
Color Harmonies of #A99B71
Complementary color
Monochromatic Colors of #A99B71
Black with #A99B71
Text Example
Text Example
White with #A99B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B71; }
p { color: rgb(169,155,113); }
H1.HeaderClassName
{
color: #A99B71;
}
.AnyTagClassName
{
color: #A99B71;
}
</style>
background-color css
<style>
a { background-color: #A99B71; }
a { background-color: rgb(169,155,113); }
div.DivClassName
{
background-color: #A99B71;
}
.BgClassName
{
background-color: #A99B71;
}
</style>
border-color css
<style>
span { border-color: #A99B71; }
span { border-color: rgb(169,155,113); }
td.TdClassName
{
border-color: #A99B71;
}
.TagClassName
{
border-color: #A99B71;
}
</style>