Shades of Tallow #A99671
Tints of Tallow #A99671
RGB
CMYK
RGB Variations
Color information
#A99671 (or 0xA99671) is known color: Tallow. HEX triplet: A9, 96 and 71. RGB value is (169,150,113). Sum of RGB (Red+Green+Blue) = 169+150+113=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99671 is #56698E. Grayscale: #979797. Windows color (decimal): -5663119 or 7444137. OLE color: 7444137.
HSL color Cylindrical-coordinate representation of color #A99671: hue angle of 39.64º 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 #A99671 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 113 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.34 |
| HSL | 39.64º | 0.25% | 0.55% | - |
| HSV(B) | 39.64º | 0.33% | 0.66% | - |
| XYZ | 30.25 | 31.44 | 20.1 | - |
| YUV | 151.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 113 | 0 | 0.11 | 0.33 | 0.34 | 39.64 | 0.25 | 0.55 |
| Hex | A9 | 96 | 71 | 0 | B | 21 | 22 | 28 | 19 | 37 |
| Octal | 251 | 226 | 161 | 0 | 13 | 41 | 42 | 50 | 31 | 67 |
| Binary | 10101001 | 10010110 | 1110001 | 0 | 1011 | 100001 | 100010 | 101000 | 11001 | 110111 |
Color Harmonies of #A99671
Complementary color
Monochromatic Colors of #A99671
Black with #A99671
Text Example
Text Example
White with #A99671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99671; }
p { color: rgb(169,150,113); }
H1.HeaderClassName
{
color: #A99671;
}
.AnyTagClassName
{
color: #A99671;
}
</style>
background-color css
<style>
a { background-color: #A99671; }
a { background-color: rgb(169,150,113); }
div.DivClassName
{
background-color: #A99671;
}
.BgClassName
{
background-color: #A99671;
}
</style>
border-color css
<style>
span { border-color: #A99671; }
span { border-color: rgb(169,150,113); }
td.TdClassName
{
border-color: #A99671;
}
.TagClassName
{
border-color: #A99671;
}
</style>