Shades of Tallow #A99D68
Tints of Tallow #A99D68
RGB
CMYK
RGB Variations
Color information
#A99D68 (or 0xA99D68) is known color: Tallow. HEX triplet: A9, 9D and 68. RGB value is (169,157,104). Sum of RGB (Red+Green+Blue) = 169+157+104=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D68 is #566297. Grayscale: #9A9A9A. Windows color (decimal): -5661336 or 6856105. OLE color: 6856105.
HSL color Cylindrical-coordinate representation of color #A99D68: hue angle of 48.92º 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 #A99D68 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 104 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.34 |
| HSL | 48.92º | 0.27% | 0.54% | - |
| HSV(B) | 48.92º | 0.38% | 0.66% | - |
| XYZ | 30.92 | 33.55 | 17.94 | - |
| YUV | 154.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 104 | 0 | 0.07 | 0.38 | 0.34 | 48.92 | 0.27 | 0.54 |
| Hex | A9 | 9D | 68 | 0 | 7 | 26 | 22 | 31 | 1B | 36 |
| Octal | 251 | 235 | 150 | 0 | 7 | 46 | 42 | 61 | 33 | 66 |
| Binary | 10101001 | 10011101 | 1101000 | 0 | 111 | 100110 | 100010 | 110001 | 11011 | 110110 |
Color Harmonies of #A99D68
Complementary color
Monochromatic Colors of #A99D68
Black with #A99D68
Text Example
Text Example
White with #A99D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D68; }
p { color: rgb(169,157,104); }
H1.HeaderClassName
{
color: #A99D68;
}
.AnyTagClassName
{
color: #A99D68;
}
</style>
background-color css
<style>
a { background-color: #A99D68; }
a { background-color: rgb(169,157,104); }
div.DivClassName
{
background-color: #A99D68;
}
.BgClassName
{
background-color: #A99D68;
}
</style>
border-color css
<style>
span { border-color: #A99D68; }
span { border-color: rgb(169,157,104); }
td.TdClassName
{
border-color: #A99D68;
}
.TagClassName
{
border-color: #A99D68;
}
</style>