Shades of Tallow #A99D6E
Tints of Tallow #A99D6E
RGB
CMYK
RGB Variations
Color information
#A99D6E (or 0xA99D6E) is known color: Tallow. HEX triplet: A9, 9D and 6E. RGB value is (169,157,110). Sum of RGB (Red+Green+Blue) = 169+157+110=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D6E is #566291. Grayscale: #9B9B9B. Windows color (decimal): -5661330 or 7249321. OLE color: 7249321.
HSL color Cylindrical-coordinate representation of color #A99D6E: hue angle of 47.8º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A99D6E is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 110 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.34 |
| HSL | 47.8º | 0.26% | 0.55% | - |
| HSV(B) | 47.8º | 0.35% | 0.66% | - |
| XYZ | 31.23 | 33.67 | 19.61 | - |
| YUV | 155.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 110 | 0 | 0.07 | 0.35 | 0.34 | 47.8 | 0.26 | 0.55 |
| Hex | A9 | 9D | 6E | 0 | 7 | 23 | 22 | 30 | 1A | 37 |
| Octal | 251 | 235 | 156 | 0 | 7 | 43 | 42 | 60 | 32 | 67 |
| Binary | 10101001 | 10011101 | 1101110 | 0 | 111 | 100011 | 100010 | 110000 | 11010 | 110111 |
Color Harmonies of #A99D6E
Complementary color
Monochromatic Colors of #A99D6E
Black with #A99D6E
Text Example
Text Example
White with #A99D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D6E; }
p { color: rgb(169,157,110); }
H1.HeaderClassName
{
color: #A99D6E;
}
.AnyTagClassName
{
color: #A99D6E;
}
</style>
background-color css
<style>
a { background-color: #A99D6E; }
a { background-color: rgb(169,157,110); }
div.DivClassName
{
background-color: #A99D6E;
}
.BgClassName
{
background-color: #A99D6E;
}
</style>
border-color css
<style>
span { border-color: #A99D6E; }
span { border-color: rgb(169,157,110); }
td.TdClassName
{
border-color: #A99D6E;
}
.TagClassName
{
border-color: #A99D6E;
}
</style>