Shades of Tallow #A99F6F
Tints of Tallow #A99F6F
RGB
CMYK
RGB Variations
Color information
#A99F6F (or 0xA99F6F) is known color: Tallow. HEX triplet: A9, 9F and 6F. RGB value is (169,159,111). Sum of RGB (Red+Green+Blue) = 169+159+111=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F6F is #566090. Grayscale: #9C9C9C. Windows color (decimal): -5660817 or 7315369. OLE color: 7315369.
HSL color Cylindrical-coordinate representation of color #A99F6F: hue angle of 49.66º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99F6F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 111 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.34 |
| HSL | 49.66º | 0.25% | 0.55% | - |
| HSV(B) | 49.66º | 0.34% | 0.66% | - |
| XYZ | 31.63 | 34.38 | 20.01 | - |
| YUV | 156.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 111 | 0 | 0.06 | 0.34 | 0.34 | 49.66 | 0.25 | 0.55 |
| Hex | A9 | 9F | 6F | 0 | 6 | 22 | 22 | 32 | 19 | 37 |
| Octal | 251 | 237 | 157 | 0 | 6 | 42 | 42 | 62 | 31 | 67 |
| Binary | 10101001 | 10011111 | 1101111 | 0 | 110 | 100010 | 100010 | 110010 | 11001 | 110111 |
Color Harmonies of #A99F6F
Complementary color
Monochromatic Colors of #A99F6F
Black with #A99F6F
Text Example
Text Example
White with #A99F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F6F; }
p { color: rgb(169,159,111); }
H1.HeaderClassName
{
color: #A99F6F;
}
.AnyTagClassName
{
color: #A99F6F;
}
</style>
background-color css
<style>
a { background-color: #A99F6F; }
a { background-color: rgb(169,159,111); }
div.DivClassName
{
background-color: #A99F6F;
}
.BgClassName
{
background-color: #A99F6F;
}
</style>
border-color css
<style>
span { border-color: #A99F6F; }
span { border-color: rgb(169,159,111); }
td.TdClassName
{
border-color: #A99F6F;
}
.TagClassName
{
border-color: #A99F6F;
}
</style>