Shades of Tallow #A69977
Tints of Tallow #A69977
RGB
CMYK
RGB Variations
Color information
#A69977 (or 0xA69977) is known color: Tallow. HEX triplet: A6, 99 and 77. RGB value is (166,153,119). Sum of RGB (Red+Green+Blue) = 166+153+119=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A69977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69977 is #596688. Grayscale: #999999. Windows color (decimal): -5858953 or 7838118. OLE color: 7838118.
HSL color Cylindrical-coordinate representation of color #A69977: hue angle of 43.4º 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 #A69977 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 119 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.35 |
| HSL | 43.4º | 0.21% | 0.56% | - |
| HSV(B) | 43.4º | 0.28% | 0.65% | - |
| XYZ | 30.45 | 32.22 | 22.07 | - |
| YUV | 153.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 119 | 0 | 0.08 | 0.28 | 0.35 | 43.4 | 0.21 | 0.56 |
| Hex | A6 | 99 | 77 | 0 | 8 | 1C | 23 | 2B | 15 | 38 |
| Octal | 246 | 231 | 167 | 0 | 10 | 34 | 43 | 53 | 25 | 70 |
| Binary | 10100110 | 10011001 | 1110111 | 0 | 1000 | 11100 | 100011 | 101011 | 10101 | 111000 |
Color Harmonies of #A69977
Complementary color
Monochromatic Colors of #A69977
Black with #A69977
Text Example
Text Example
White with #A69977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69977; }
p { color: rgb(166,153,119); }
H1.HeaderClassName
{
color: #A69977;
}
.AnyTagClassName
{
color: #A69977;
}
</style>
background-color css
<style>
a { background-color: #A69977; }
a { background-color: rgb(166,153,119); }
div.DivClassName
{
background-color: #A69977;
}
.BgClassName
{
background-color: #A69977;
}
</style>
border-color css
<style>
span { border-color: #A69977; }
span { border-color: rgb(166,153,119); }
td.TdClassName
{
border-color: #A69977;
}
.TagClassName
{
border-color: #A69977;
}
</style>