Shades of Tallow #A99B72
Tints of Tallow #A99B72
RGB
CMYK
RGB Variations
Color information
#A99B72 (or 0xA99B72) is known color: Tallow. HEX triplet: A9, 9B and 72. RGB value is (169,155,114). Sum of RGB (Red+Green+Blue) = 169+155+114=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B72 is #56648D. Grayscale: #9A9A9A. Windows color (decimal): -5661838 or 7510953. OLE color: 7510953.
HSL color Cylindrical-coordinate representation of color #A99B72: hue angle of 44.73º degrees, saturation: 0.24, 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 #A99B72 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 114 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.34 |
| HSL | 44.73º | 0.24% | 0.55% | - |
| HSV(B) | 44.73º | 0.33% | 0.66% | - |
| XYZ | 31.12 | 33.09 | 20.67 | - |
| YUV | 154.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 114 | 0 | 0.08 | 0.33 | 0.34 | 44.73 | 0.24 | 0.55 |
| Hex | A9 | 9B | 72 | 0 | 8 | 21 | 22 | 2D | 18 | 37 |
| Octal | 251 | 233 | 162 | 0 | 10 | 41 | 42 | 55 | 30 | 67 |
| Binary | 10101001 | 10011011 | 1110010 | 0 | 1000 | 100001 | 100010 | 101101 | 11000 | 110111 |
Color Harmonies of #A99B72
Complementary color
Monochromatic Colors of #A99B72
Black with #A99B72
Text Example
Text Example
White with #A99B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B72; }
p { color: rgb(169,155,114); }
H1.HeaderClassName
{
color: #A99B72;
}
.AnyTagClassName
{
color: #A99B72;
}
</style>
background-color css
<style>
a { background-color: #A99B72; }
a { background-color: rgb(169,155,114); }
div.DivClassName
{
background-color: #A99B72;
}
.BgClassName
{
background-color: #A99B72;
}
</style>
border-color css
<style>
span { border-color: #A99B72; }
span { border-color: rgb(169,155,114); }
td.TdClassName
{
border-color: #A99B72;
}
.TagClassName
{
border-color: #A99B72;
}
</style>