Shades of Tallow #A99F67
Tints of Tallow #A99F67
RGB
CMYK
RGB Variations
Color information
#A99F67 (or 0xA99F67) is known color: Tallow. HEX triplet: A9, 9F and 67. RGB value is (169,159,103). Sum of RGB (Red+Green+Blue) = 169+159+103=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F67 is #566098. Grayscale: #9B9B9B. Windows color (decimal): -5660825 or 6791081. OLE color: 6791081.
HSL color Cylindrical-coordinate representation of color #A99F67: hue angle of 50.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A99F67 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 103 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.34 |
| HSL | 50.91º | 0.28% | 0.53% | - |
| HSV(B) | 50.91º | 0.39% | 0.66% | - |
| XYZ | 31.21 | 34.21 | 17.79 | - |
| YUV | 155.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 103 | 0 | 0.06 | 0.39 | 0.34 | 50.91 | 0.28 | 0.53 |
| Hex | A9 | 9F | 67 | 0 | 6 | 27 | 22 | 33 | 1C | 35 |
| Octal | 251 | 237 | 147 | 0 | 6 | 47 | 42 | 63 | 34 | 65 |
| Binary | 10101001 | 10011111 | 1100111 | 0 | 110 | 100111 | 100010 | 110011 | 11100 | 110101 |
Color Harmonies of #A99F67
Complementary color
Monochromatic Colors of #A99F67
Black with #A99F67
Text Example
Text Example
White with #A99F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F67; }
p { color: rgb(169,159,103); }
H1.HeaderClassName
{
color: #A99F67;
}
.AnyTagClassName
{
color: #A99F67;
}
</style>
background-color css
<style>
a { background-color: #A99F67; }
a { background-color: rgb(169,159,103); }
div.DivClassName
{
background-color: #A99F67;
}
.BgClassName
{
background-color: #A99F67;
}
</style>
border-color css
<style>
span { border-color: #A99F67; }
span { border-color: rgb(169,159,103); }
td.TdClassName
{
border-color: #A99F67;
}
.TagClassName
{
border-color: #A99F67;
}
</style>