Shades of Tallow #A99B76
Tints of Tallow #A99B76
RGB
CMYK
RGB Variations
Color information
#A99B76 (or 0xA99B76) is known color: Tallow. HEX triplet: A9, 9B and 76. RGB value is (169,155,118). Sum of RGB (Red+Green+Blue) = 169+155+118=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B76 is #566489. Grayscale: #9B9B9B. Windows color (decimal): -5661834 or 7773097. OLE color: 7773097.
HSL color Cylindrical-coordinate representation of color #A99B76: hue angle of 43.53º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99B76 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 118 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.34 |
| HSL | 43.53º | 0.23% | 0.56% | - |
| HSV(B) | 43.53º | 0.3% | 0.66% | - |
| XYZ | 31.35 | 33.19 | 21.89 | - |
| YUV | 154.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 118 | 0 | 0.08 | 0.30 | 0.34 | 43.53 | 0.23 | 0.56 |
| Hex | A9 | 9B | 76 | 0 | 8 | 1E | 22 | 2C | 17 | 38 |
| Octal | 251 | 233 | 166 | 0 | 10 | 36 | 42 | 54 | 27 | 70 |
| Binary | 10101001 | 10011011 | 1110110 | 0 | 1000 | 11110 | 100010 | 101100 | 10111 | 111000 |
Color Harmonies of #A99B76
Complementary color
Monochromatic Colors of #A99B76
Black with #A99B76
Text Example
Text Example
White with #A99B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B76; }
p { color: rgb(169,155,118); }
H1.HeaderClassName
{
color: #A99B76;
}
.AnyTagClassName
{
color: #A99B76;
}
</style>
background-color css
<style>
a { background-color: #A99B76; }
a { background-color: rgb(169,155,118); }
div.DivClassName
{
background-color: #A99B76;
}
.BgClassName
{
background-color: #A99B76;
}
</style>
border-color css
<style>
span { border-color: #A99B76; }
span { border-color: rgb(169,155,118); }
td.TdClassName
{
border-color: #A99B76;
}
.TagClassName
{
border-color: #A99B76;
}
</style>