Shades of Tallow #A69C77
Tints of Tallow #A69C77
RGB
CMYK
RGB Variations
Color information
#A69C77 (or 0xA69C77) is known color: Tallow. HEX triplet: A6, 9C and 77. RGB value is (166,156,119). Sum of RGB (Red+Green+Blue) = 166+156+119=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C77 is #596388. Grayscale: #9A9A9A. Windows color (decimal): -5858185 or 7838886. OLE color: 7838886.
HSL color Cylindrical-coordinate representation of color #A69C77: hue angle of 47.23º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69C77 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 119 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.35 |
| HSL | 47.23º | 0.21% | 0.56% | - |
| HSV(B) | 47.23º | 0.28% | 0.65% | - |
| XYZ | 30.94 | 33.22 | 22.23 | - |
| YUV | 154.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 119 | 0 | 0.06 | 0.28 | 0.35 | 47.23 | 0.21 | 0.56 |
| Hex | A6 | 9C | 77 | 0 | 6 | 1C | 23 | 2F | 15 | 38 |
| Octal | 246 | 234 | 167 | 0 | 6 | 34 | 43 | 57 | 25 | 70 |
| Binary | 10100110 | 10011100 | 1110111 | 0 | 110 | 11100 | 100011 | 101111 | 10101 | 111000 |
Color Harmonies of #A69C77
Complementary color
Monochromatic Colors of #A69C77
Black with #A69C77
Text Example
Text Example
White with #A69C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C77; }
p { color: rgb(166,156,119); }
H1.HeaderClassName
{
color: #A69C77;
}
.AnyTagClassName
{
color: #A69C77;
}
</style>
background-color css
<style>
a { background-color: #A69C77; }
a { background-color: rgb(166,156,119); }
div.DivClassName
{
background-color: #A69C77;
}
.BgClassName
{
background-color: #A69C77;
}
</style>
border-color css
<style>
span { border-color: #A69C77; }
span { border-color: rgb(166,156,119); }
td.TdClassName
{
border-color: #A69C77;
}
.TagClassName
{
border-color: #A69C77;
}
</style>