Shades of Tallow #A99E69
Tints of Tallow #A99E69
RGB
CMYK
RGB Variations
Color information
#A99E69 (or 0xA99E69) is known color: Tallow. HEX triplet: A9, 9E and 69. RGB value is (169,158,105). Sum of RGB (Red+Green+Blue) = 169+158+105=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E69 is #566196. Grayscale: #9B9B9B. Windows color (decimal): -5661079 or 6921897. OLE color: 6921897.
HSL color Cylindrical-coordinate representation of color #A99E69: hue angle of 49.69º 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 #A99E69 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 105 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.34 |
| HSL | 49.69º | 0.27% | 0.54% | - |
| HSV(B) | 49.69º | 0.38% | 0.66% | - |
| XYZ | 31.14 | 33.91 | 18.27 | - |
| YUV | 155.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 105 | 0 | 0.07 | 0.38 | 0.34 | 49.69 | 0.27 | 0.54 |
| Hex | A9 | 9E | 69 | 0 | 7 | 26 | 22 | 32 | 1B | 36 |
| Octal | 251 | 236 | 151 | 0 | 7 | 46 | 42 | 62 | 33 | 66 |
| Binary | 10101001 | 10011110 | 1101001 | 0 | 111 | 100110 | 100010 | 110010 | 11011 | 110110 |
Color Harmonies of #A99E69
Complementary color
Monochromatic Colors of #A99E69
Black with #A99E69
Text Example
Text Example
White with #A99E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E69; }
p { color: rgb(169,158,105); }
H1.HeaderClassName
{
color: #A99E69;
}
.AnyTagClassName
{
color: #A99E69;
}
</style>
background-color css
<style>
a { background-color: #A99E69; }
a { background-color: rgb(169,158,105); }
div.DivClassName
{
background-color: #A99E69;
}
.BgClassName
{
background-color: #A99E69;
}
</style>
border-color css
<style>
span { border-color: #A99E69; }
span { border-color: rgb(169,158,105); }
td.TdClassName
{
border-color: #A99E69;
}
.TagClassName
{
border-color: #A99E69;
}
</style>