Shades of Tallow #A69563
Tints of Tallow #A69563
RGB
CMYK
RGB Variations
Color information
#A69563 (or 0xA69563) is known color: Tallow. HEX triplet: A6, 95 and 63. RGB value is (166,149,99). Sum of RGB (Red+Green+Blue) = 166+149+99=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A69563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69563 is #596A9C. Grayscale: #949494. Windows color (decimal): -5859997 or 6526374. OLE color: 6526374.
HSL color Cylindrical-coordinate representation of color #A69563: hue angle of 44.78º 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 #A69563 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 99 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.35 |
| HSL | 44.78º | 0.27% | 0.52% | - |
| HSV(B) | 44.78º | 0.4% | 0.65% | - |
| XYZ | 28.73 | 30.5 | 16.18 | - |
| YUV | 148.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 99 | 0 | 0.10 | 0.40 | 0.35 | 44.78 | 0.27 | 0.52 |
| Hex | A6 | 95 | 63 | 0 | A | 28 | 23 | 2D | 1B | 34 |
| Octal | 246 | 225 | 143 | 0 | 12 | 50 | 43 | 55 | 33 | 64 |
| Binary | 10100110 | 10010101 | 1100011 | 0 | 1010 | 101000 | 100011 | 101101 | 11011 | 110100 |
Color Harmonies of #A69563
Complementary color
Monochromatic Colors of #A69563
Black with #A69563
Text Example
Text Example
White with #A69563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69563; }
p { color: rgb(166,149,99); }
H1.HeaderClassName
{
color: #A69563;
}
.AnyTagClassName
{
color: #A69563;
}
</style>
background-color css
<style>
a { background-color: #A69563; }
a { background-color: rgb(166,149,99); }
div.DivClassName
{
background-color: #A69563;
}
.BgClassName
{
background-color: #A69563;
}
</style>
border-color css
<style>
span { border-color: #A69563; }
span { border-color: rgb(166,149,99); }
td.TdClassName
{
border-color: #A69563;
}
.TagClassName
{
border-color: #A69563;
}
</style>