Shades of Tallow #A99F68
Tints of Tallow #A99F68
RGB
CMYK
RGB Variations
Color information
#A99F68 (or 0xA99F68) is known color: Tallow. HEX triplet: A9, 9F and 68. RGB value is (169,159,104). Sum of RGB (Red+Green+Blue) = 169+159+104=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F68 is #566097. Grayscale: #9B9B9B. Windows color (decimal): -5660824 or 6856617. OLE color: 6856617.
HSL color Cylindrical-coordinate representation of color #A99F68: hue angle of 50.77º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99F68 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 104 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.34 |
| HSL | 50.77º | 0.27% | 0.54% | - |
| HSV(B) | 50.77º | 0.38% | 0.66% | - |
| XYZ | 31.26 | 34.23 | 18.06 | - |
| YUV | 155.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 104 | 0 | 0.06 | 0.38 | 0.34 | 50.77 | 0.27 | 0.54 |
| Hex | A9 | 9F | 68 | 0 | 6 | 26 | 22 | 33 | 1B | 36 |
| Octal | 251 | 237 | 150 | 0 | 6 | 46 | 42 | 63 | 33 | 66 |
| Binary | 10101001 | 10011111 | 1101000 | 0 | 110 | 100110 | 100010 | 110011 | 11011 | 110110 |
Color Harmonies of #A99F68
Complementary color
Monochromatic Colors of #A99F68
Black with #A99F68
Text Example
Text Example
White with #A99F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F68; }
p { color: rgb(169,159,104); }
H1.HeaderClassName
{
color: #A99F68;
}
.AnyTagClassName
{
color: #A99F68;
}
</style>
background-color css
<style>
a { background-color: #A99F68; }
a { background-color: rgb(169,159,104); }
div.DivClassName
{
background-color: #A99F68;
}
.BgClassName
{
background-color: #A99F68;
}
</style>
border-color css
<style>
span { border-color: #A99F68; }
span { border-color: rgb(169,159,104); }
td.TdClassName
{
border-color: #A99F68;
}
.TagClassName
{
border-color: #A99F68;
}
</style>