Shades of Tallow #A99769
Tints of Tallow #A99769
RGB
CMYK
RGB Variations
Color information
#A99769 (or 0xA99769) is known color: Tallow. HEX triplet: A9, 97 and 69. RGB value is (169,151,105). Sum of RGB (Red+Green+Blue) = 169+151+105=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A99769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99769 is #566896. Grayscale: #979797. Windows color (decimal): -5662871 or 6920105. OLE color: 6920105.
HSL color Cylindrical-coordinate representation of color #A99769: hue angle of 43.12º 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 #A99769 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 105 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.34 |
| HSL | 43.13º | 0.27% | 0.54% | - |
| HSV(B) | 43.13º | 0.38% | 0.66% | - |
| XYZ | 29.98 | 31.59 | 17.88 | - |
| YUV | 151.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 105 | 0 | 0.11 | 0.38 | 0.34 | 43.13 | 0.27 | 0.54 |
| Hex | A9 | 97 | 69 | 0 | B | 26 | 22 | 2B | 1B | 36 |
| Octal | 251 | 227 | 151 | 0 | 13 | 46 | 42 | 53 | 33 | 66 |
| Binary | 10101001 | 10010111 | 1101001 | 0 | 1011 | 100110 | 100010 | 101011 | 11011 | 110110 |
Color Harmonies of #A99769
Complementary color
Monochromatic Colors of #A99769
Black with #A99769
Text Example
Text Example
White with #A99769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99769; }
p { color: rgb(169,151,105); }
H1.HeaderClassName
{
color: #A99769;
}
.AnyTagClassName
{
color: #A99769;
}
</style>
background-color css
<style>
a { background-color: #A99769; }
a { background-color: rgb(169,151,105); }
div.DivClassName
{
background-color: #A99769;
}
.BgClassName
{
background-color: #A99769;
}
</style>
border-color css
<style>
span { border-color: #A99769; }
span { border-color: rgb(169,151,105); }
td.TdClassName
{
border-color: #A99769;
}
.TagClassName
{
border-color: #A99769;
}
</style>