Shades of Tallow #A69964
Tints of Tallow #A69964
RGB
CMYK
RGB Variations
Color information
#A69964 (or 0xA69964) is known color: Tallow. HEX triplet: A6, 99 and 64. RGB value is (166,153,100). Sum of RGB (Red+Green+Blue) = 166+153+100=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A69964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69964 is #59669B. Grayscale: #979797. Windows color (decimal): -5858972 or 6592934. OLE color: 6592934.
HSL color Cylindrical-coordinate representation of color #A69964: hue angle of 48.18º 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 #A69964 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 100 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.35 |
| HSL | 48.18º | 0.27% | 0.52% | - |
| HSV(B) | 48.18º | 0.4% | 0.65% | - |
| XYZ | 29.42 | 31.81 | 16.65 | - |
| YUV | 150.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 100 | 0 | 0.08 | 0.40 | 0.35 | 48.18 | 0.27 | 0.52 |
| Hex | A6 | 99 | 64 | 0 | 8 | 28 | 23 | 30 | 1B | 34 |
| Octal | 246 | 231 | 144 | 0 | 10 | 50 | 43 | 60 | 33 | 64 |
| Binary | 10100110 | 10011001 | 1100100 | 0 | 1000 | 101000 | 100011 | 110000 | 11011 | 110100 |
Color Harmonies of #A69964
Complementary color
Monochromatic Colors of #A69964
Black with #A69964
Text Example
Text Example
White with #A69964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69964; }
p { color: rgb(166,153,100); }
H1.HeaderClassName
{
color: #A69964;
}
.AnyTagClassName
{
color: #A69964;
}
</style>
background-color css
<style>
a { background-color: #A69964; }
a { background-color: rgb(166,153,100); }
div.DivClassName
{
background-color: #A69964;
}
.BgClassName
{
background-color: #A69964;
}
</style>
border-color css
<style>
span { border-color: #A69964; }
span { border-color: rgb(166,153,100); }
td.TdClassName
{
border-color: #A69964;
}
.TagClassName
{
border-color: #A69964;
}
</style>