Shades of Tallow #A99E6C
Tints of Tallow #A99E6C
RGB
CMYK
RGB Variations
Color information
#A99E6C (or 0xA99E6C) is known color: Tallow. HEX triplet: A9, 9E and 6C. RGB value is (169,158,108). Sum of RGB (Red+Green+Blue) = 169+158+108=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E6C is #566193. Grayscale: #9B9B9B. Windows color (decimal): -5661076 or 7118505. OLE color: 7118505.
HSL color Cylindrical-coordinate representation of color #A99E6C: hue angle of 49.18º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A99E6C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 108 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.34 |
| HSL | 49.18º | 0.26% | 0.54% | - |
| HSV(B) | 49.18º | 0.36% | 0.66% | - |
| XYZ | 31.3 | 33.97 | 19.1 | - |
| YUV | 155.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 108 | 0 | 0.07 | 0.36 | 0.34 | 49.18 | 0.26 | 0.54 |
| Hex | A9 | 9E | 6C | 0 | 7 | 24 | 22 | 31 | 1A | 36 |
| Octal | 251 | 236 | 154 | 0 | 7 | 44 | 42 | 61 | 32 | 66 |
| Binary | 10101001 | 10011110 | 1101100 | 0 | 111 | 100100 | 100010 | 110001 | 11010 | 110110 |
Color Harmonies of #A99E6C
Complementary color
Monochromatic Colors of #A99E6C
Black with #A99E6C
Text Example
Text Example
White with #A99E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E6C; }
p { color: rgb(169,158,108); }
H1.HeaderClassName
{
color: #A99E6C;
}
.AnyTagClassName
{
color: #A99E6C;
}
</style>
background-color css
<style>
a { background-color: #A99E6C; }
a { background-color: rgb(169,158,108); }
div.DivClassName
{
background-color: #A99E6C;
}
.BgClassName
{
background-color: #A99E6C;
}
</style>
border-color css
<style>
span { border-color: #A99E6C; }
span { border-color: rgb(169,158,108); }
td.TdClassName
{
border-color: #A99E6C;
}
.TagClassName
{
border-color: #A99E6C;
}
</style>