Shades of Tallow #A99E65
Tints of Tallow #A99E65
RGB
CMYK
RGB Variations
Color information
#A99E65 (or 0xA99E65) is known color: Tallow. HEX triplet: A9, 9E and 65. RGB value is (169,158,101). Sum of RGB (Red+Green+Blue) = 169+158+101=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E65 is #56619A. Grayscale: #9B9B9B. Windows color (decimal): -5661083 or 6659753. OLE color: 6659753.
HSL color Cylindrical-coordinate representation of color #A99E65: hue angle of 50.29º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A99E65 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 101 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.34 |
| HSL | 50.29º | 0.28% | 0.53% | - |
| HSV(B) | 50.29º | 0.4% | 0.66% | - |
| XYZ | 30.94 | 33.83 | 17.21 | - |
| YUV | 154.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 101 | 0 | 0.07 | 0.40 | 0.34 | 50.29 | 0.28 | 0.53 |
| Hex | A9 | 9E | 65 | 0 | 7 | 28 | 22 | 32 | 1C | 35 |
| Octal | 251 | 236 | 145 | 0 | 7 | 50 | 42 | 62 | 34 | 65 |
| Binary | 10101001 | 10011110 | 1100101 | 0 | 111 | 101000 | 100010 | 110010 | 11100 | 110101 |
Color Harmonies of #A99E65
Complementary color
Monochromatic Colors of #A99E65
Black with #A99E65
Text Example
Text Example
White with #A99E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E65; }
p { color: rgb(169,158,101); }
H1.HeaderClassName
{
color: #A99E65;
}
.AnyTagClassName
{
color: #A99E65;
}
</style>
background-color css
<style>
a { background-color: #A99E65; }
a { background-color: rgb(169,158,101); }
div.DivClassName
{
background-color: #A99E65;
}
.BgClassName
{
background-color: #A99E65;
}
</style>
border-color css
<style>
span { border-color: #A99E65; }
span { border-color: rgb(169,158,101); }
td.TdClassName
{
border-color: #A99E65;
}
.TagClassName
{
border-color: #A99E65;
}
</style>