Shades of Tallow #A99E6D
Tints of Tallow #A99E6D
RGB
CMYK
RGB Variations
Color information
#A99E6D (or 0xA99E6D) is known color: Tallow. HEX triplet: A9, 9E and 6D. RGB value is (169,158,109). Sum of RGB (Red+Green+Blue) = 169+158+109=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E6D is #566192. Grayscale: #9B9B9B. Windows color (decimal): -5661075 or 7184041. OLE color: 7184041.
HSL color Cylindrical-coordinate representation of color #A99E6D: hue angle of 49º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A99E6D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 109 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.34 |
| HSL | 49º | 0.26% | 0.55% | - |
| HSV(B) | 49º | 0.36% | 0.66% | - |
| XYZ | 31.35 | 33.99 | 19.38 | - |
| YUV | 155.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 109 | 0 | 0.07 | 0.36 | 0.34 | 49 | 0.26 | 0.55 |
| Hex | A9 | 9E | 6D | 0 | 7 | 24 | 22 | 31 | 1A | 37 |
| Octal | 251 | 236 | 155 | 0 | 7 | 44 | 42 | 61 | 32 | 67 |
| Binary | 10101001 | 10011110 | 1101101 | 0 | 111 | 100100 | 100010 | 110001 | 11010 | 110111 |
Color Harmonies of #A99E6D
Complementary color
Monochromatic Colors of #A99E6D
Black with #A99E6D
Text Example
Text Example
White with #A99E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E6D; }
p { color: rgb(169,158,109); }
H1.HeaderClassName
{
color: #A99E6D;
}
.AnyTagClassName
{
color: #A99E6D;
}
</style>
background-color css
<style>
a { background-color: #A99E6D; }
a { background-color: rgb(169,158,109); }
div.DivClassName
{
background-color: #A99E6D;
}
.BgClassName
{
background-color: #A99E6D;
}
</style>
border-color css
<style>
span { border-color: #A99E6D; }
span { border-color: rgb(169,158,109); }
td.TdClassName
{
border-color: #A99E6D;
}
.TagClassName
{
border-color: #A99E6D;
}
</style>