Shades of Tallow #A69574
Tints of Tallow #A69574
RGB
CMYK
RGB Variations
Color information
#A69574 (or 0xA69574) is known color: Tallow. HEX triplet: A6, 95 and 74. RGB value is (166,149,116). Sum of RGB (Red+Green+Blue) = 166+149+116=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A69574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69574 is #596A8B. Grayscale: #969696. Windows color (decimal): -5859980 or 7640486. OLE color: 7640486.
HSL color Cylindrical-coordinate representation of color #A69574: hue angle of 39.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69574 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 116 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.35 |
| HSL | 39.6º | 0.22% | 0.55% | - |
| HSV(B) | 39.6º | 0.3% | 0.65% | - |
| XYZ | 29.63 | 30.86 | 20.92 | - |
| YUV | 150.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 116 | 0 | 0.10 | 0.30 | 0.35 | 39.6 | 0.22 | 0.55 |
| Hex | A6 | 95 | 74 | 0 | A | 1E | 23 | 28 | 16 | 37 |
| Octal | 246 | 225 | 164 | 0 | 12 | 36 | 43 | 50 | 26 | 67 |
| Binary | 10100110 | 10010101 | 1110100 | 0 | 1010 | 11110 | 100011 | 101000 | 10110 | 110111 |
Color Harmonies of #A69574
Complementary color
Monochromatic Colors of #A69574
Black with #A69574
Text Example
Text Example
White with #A69574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69574; }
p { color: rgb(166,149,116); }
H1.HeaderClassName
{
color: #A69574;
}
.AnyTagClassName
{
color: #A69574;
}
</style>
background-color css
<style>
a { background-color: #A69574; }
a { background-color: rgb(166,149,116); }
div.DivClassName
{
background-color: #A69574;
}
.BgClassName
{
background-color: #A69574;
}
</style>
border-color css
<style>
span { border-color: #A69574; }
span { border-color: rgb(166,149,116); }
td.TdClassName
{
border-color: #A69574;
}
.TagClassName
{
border-color: #A69574;
}
</style>