Shades of Tallow #A69564
Tints of Tallow #A69564
RGB
CMYK
RGB Variations
Color information
#A69564 (or 0xA69564) is known color: Tallow. HEX triplet: A6, 95 and 64. RGB value is (166,149,100). Sum of RGB (Red+Green+Blue) = 166+149+100=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A69564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69564 is #596A9B. Grayscale: #949494. Windows color (decimal): -5859996 or 6591910. OLE color: 6591910.
HSL color Cylindrical-coordinate representation of color #A69564: hue angle of 44.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A69564 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 100 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.35 |
| HSL | 44.55º | 0.27% | 0.52% | - |
| HSV(B) | 44.55º | 0.4% | 0.65% | - |
| XYZ | 28.77 | 30.52 | 16.43 | - |
| YUV | 148.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 100 | 0 | 0.10 | 0.40 | 0.35 | 44.55 | 0.27 | 0.52 |
| Hex | A6 | 95 | 64 | 0 | A | 28 | 23 | 2D | 1B | 34 |
| Octal | 246 | 225 | 144 | 0 | 12 | 50 | 43 | 55 | 33 | 64 |
| Binary | 10100110 | 10010101 | 1100100 | 0 | 1010 | 101000 | 100011 | 101101 | 11011 | 110100 |
Color Harmonies of #A69564
Complementary color
Monochromatic Colors of #A69564
Black with #A69564
Text Example
Text Example
White with #A69564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69564; }
p { color: rgb(166,149,100); }
H1.HeaderClassName
{
color: #A69564;
}
.AnyTagClassName
{
color: #A69564;
}
</style>
background-color css
<style>
a { background-color: #A69564; }
a { background-color: rgb(166,149,100); }
div.DivClassName
{
background-color: #A69564;
}
.BgClassName
{
background-color: #A69564;
}
</style>
border-color css
<style>
span { border-color: #A69564; }
span { border-color: rgb(166,149,100); }
td.TdClassName
{
border-color: #A69564;
}
.TagClassName
{
border-color: #A69564;
}
</style>