Shades of Tallow #A69573
Tints of Tallow #A69573
RGB
CMYK
RGB Variations
Color information
#A69573 (or 0xA69573) is known color: Tallow. HEX triplet: A6, 95 and 73. RGB value is (166,149,115). Sum of RGB (Red+Green+Blue) = 166+149+115=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A69573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69573 is #596A8C. Grayscale: #969696. Windows color (decimal): -5859981 or 7574950. OLE color: 7574950.
HSL color Cylindrical-coordinate representation of color #A69573: hue angle of 40º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69573 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 115 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.35 |
| HSL | 40º | 0.22% | 0.55% | - |
| HSV(B) | 40º | 0.31% | 0.65% | - |
| XYZ | 29.57 | 30.84 | 20.61 | - |
| YUV | 150.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 115 | 0 | 0.10 | 0.31 | 0.35 | 40 | 0.22 | 0.55 |
| Hex | A6 | 95 | 73 | 0 | A | 1F | 23 | 28 | 16 | 37 |
| Octal | 246 | 225 | 163 | 0 | 12 | 37 | 43 | 50 | 26 | 67 |
| Binary | 10100110 | 10010101 | 1110011 | 0 | 1010 | 11111 | 100011 | 101000 | 10110 | 110111 |
Color Harmonies of #A69573
Complementary color
Monochromatic Colors of #A69573
Black with #A69573
Text Example
Text Example
White with #A69573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69573; }
p { color: rgb(166,149,115); }
H1.HeaderClassName
{
color: #A69573;
}
.AnyTagClassName
{
color: #A69573;
}
</style>
background-color css
<style>
a { background-color: #A69573; }
a { background-color: rgb(166,149,115); }
div.DivClassName
{
background-color: #A69573;
}
.BgClassName
{
background-color: #A69573;
}
</style>
border-color css
<style>
span { border-color: #A69573; }
span { border-color: rgb(166,149,115); }
td.TdClassName
{
border-color: #A69573;
}
.TagClassName
{
border-color: #A69573;
}
</style>