Shades of Tallow #A99E6A
Tints of Tallow #A99E6A
RGB
CMYK
RGB Variations
Color information
#A99E6A (or 0xA99E6A) is known color: Tallow. HEX triplet: A9, 9E and 6A. RGB value is (169,158,106). Sum of RGB (Red+Green+Blue) = 169+158+106=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E6A is #566195. Grayscale: #9B9B9B. Windows color (decimal): -5661078 or 6987433. OLE color: 6987433.
HSL color Cylindrical-coordinate representation of color #A99E6A: hue angle of 49.52º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A99E6A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 106 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.34 |
| HSL | 49.52º | 0.27% | 0.54% | - |
| HSV(B) | 49.52º | 0.37% | 0.66% | - |
| XYZ | 31.19 | 33.93 | 18.54 | - |
| YUV | 155.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 106 | 0 | 0.07 | 0.37 | 0.34 | 49.52 | 0.27 | 0.54 |
| Hex | A9 | 9E | 6A | 0 | 7 | 25 | 22 | 32 | 1B | 36 |
| Octal | 251 | 236 | 152 | 0 | 7 | 45 | 42 | 62 | 33 | 66 |
| Binary | 10101001 | 10011110 | 1101010 | 0 | 111 | 100101 | 100010 | 110010 | 11011 | 110110 |
Color Harmonies of #A99E6A
Complementary color
Monochromatic Colors of #A99E6A
Black with #A99E6A
Text Example
Text Example
White with #A99E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E6A; }
p { color: rgb(169,158,106); }
H1.HeaderClassName
{
color: #A99E6A;
}
.AnyTagClassName
{
color: #A99E6A;
}
</style>
background-color css
<style>
a { background-color: #A99E6A; }
a { background-color: rgb(169,158,106); }
div.DivClassName
{
background-color: #A99E6A;
}
.BgClassName
{
background-color: #A99E6A;
}
</style>
border-color css
<style>
span { border-color: #A99E6A; }
span { border-color: rgb(169,158,106); }
td.TdClassName
{
border-color: #A99E6A;
}
.TagClassName
{
border-color: #A99E6A;
}
</style>