Shades of Tallow #A69C64
Tints of Tallow #A69C64
RGB
CMYK
RGB Variations
Color information
#A69C64 (or 0xA69C64) is known color: Tallow. HEX triplet: A6, 9C and 64. RGB value is (166,156,100). Sum of RGB (Red+Green+Blue) = 166+156+100=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C64 is #59639B. Grayscale: #989898. Windows color (decimal): -5858204 or 6593702. OLE color: 6593702.
HSL color Cylindrical-coordinate representation of color #A69C64: hue angle of 50.91º 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 #A69C64 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 100 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.35 |
| HSL | 50.91º | 0.27% | 0.52% | - |
| HSV(B) | 50.91º | 0.4% | 0.65% | - |
| XYZ | 29.91 | 32.8 | 16.81 | - |
| YUV | 152.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 100 | 0 | 0.06 | 0.40 | 0.35 | 50.91 | 0.27 | 0.52 |
| Hex | A6 | 9C | 64 | 0 | 6 | 28 | 23 | 33 | 1B | 34 |
| Octal | 246 | 234 | 144 | 0 | 6 | 50 | 43 | 63 | 33 | 64 |
| Binary | 10100110 | 10011100 | 1100100 | 0 | 110 | 101000 | 100011 | 110011 | 11011 | 110100 |
Color Harmonies of #A69C64
Complementary color
Monochromatic Colors of #A69C64
Black with #A69C64
Text Example
Text Example
White with #A69C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C64; }
p { color: rgb(166,156,100); }
H1.HeaderClassName
{
color: #A69C64;
}
.AnyTagClassName
{
color: #A69C64;
}
</style>
background-color css
<style>
a { background-color: #A69C64; }
a { background-color: rgb(166,156,100); }
div.DivClassName
{
background-color: #A69C64;
}
.BgClassName
{
background-color: #A69C64;
}
</style>
border-color css
<style>
span { border-color: #A69C64; }
span { border-color: rgb(166,156,100); }
td.TdClassName
{
border-color: #A69C64;
}
.TagClassName
{
border-color: #A69C64;
}
</style>