Shades of Tallow #A99B7A
Tints of Tallow #A99B7A
RGB
CMYK
RGB Variations
Color information
#A99B7A (or 0xA99B7A) is known color: Tallow. HEX triplet: A9, 9B and 7A. RGB value is (169,155,122). Sum of RGB (Red+Green+Blue) = 169+155+122=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B7A is #566485. Grayscale: #9B9B9B. Windows color (decimal): -5661830 or 8035241. OLE color: 8035241.
HSL color Cylindrical-coordinate representation of color #A99B7A: hue angle of 42.13º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99B7A is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 122 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.34 |
| HSL | 42.13º | 0.21% | 0.57% | - |
| HSV(B) | 42.13º | 0.28% | 0.66% | - |
| XYZ | 31.6 | 33.28 | 23.17 | - |
| YUV | 155.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 122 | 0 | 0.08 | 0.28 | 0.34 | 42.13 | 0.21 | 0.57 |
| Hex | A9 | 9B | 7A | 0 | 8 | 1C | 22 | 2A | 15 | 39 |
| Octal | 251 | 233 | 172 | 0 | 10 | 34 | 42 | 52 | 25 | 71 |
| Binary | 10101001 | 10011011 | 1111010 | 0 | 1000 | 11100 | 100010 | 101010 | 10101 | 111001 |
Color Harmonies of #A99B7A
Complementary color
Monochromatic Colors of #A99B7A
Black with #A99B7A
Text Example
Text Example
White with #A99B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B7A; }
p { color: rgb(169,155,122); }
H1.HeaderClassName
{
color: #A99B7A;
}
.AnyTagClassName
{
color: #A99B7A;
}
</style>
background-color css
<style>
a { background-color: #A99B7A; }
a { background-color: rgb(169,155,122); }
div.DivClassName
{
background-color: #A99B7A;
}
.BgClassName
{
background-color: #A99B7A;
}
</style>
border-color css
<style>
span { border-color: #A99B7A; }
span { border-color: rgb(169,155,122); }
td.TdClassName
{
border-color: #A99B7A;
}
.TagClassName
{
border-color: #A99B7A;
}
</style>