Shades of Tallow #A69F65
Tints of Tallow #A69F65
RGB
CMYK
RGB Variations
Color information
#A69F65 (or 0xA69F65) is known color: Tallow. HEX triplet: A6, 9F and 65. RGB value is (166,159,101). Sum of RGB (Red+Green+Blue) = 166+159+101=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69F65 is #59609A. Grayscale: #9A9A9A. Windows color (decimal): -5857435 or 6660006. OLE color: 6660006.
HSL color Cylindrical-coordinate representation of color #A69F65: hue angle of 53.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69F65 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 101 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.35 |
| HSL | 53.54º | 0.27% | 0.52% | - |
| HSV(B) | 53.54º | 0.39% | 0.65% | - |
| XYZ | 30.47 | 33.84 | 17.24 | - |
| YUV | 154.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 101 | 0 | 0.04 | 0.39 | 0.35 | 53.54 | 0.27 | 0.52 |
| Hex | A6 | 9F | 65 | 0 | 4 | 27 | 23 | 36 | 1B | 34 |
| Octal | 246 | 237 | 145 | 0 | 4 | 47 | 43 | 66 | 33 | 64 |
| Binary | 10100110 | 10011111 | 1100101 | 0 | 100 | 100111 | 100011 | 110110 | 11011 | 110100 |
Color Harmonies of #A69F65
Complementary color
Monochromatic Colors of #A69F65
Black with #A69F65
Text Example
Text Example
White with #A69F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F65; }
p { color: rgb(166,159,101); }
H1.HeaderClassName
{
color: #A69F65;
}
.AnyTagClassName
{
color: #A69F65;
}
</style>
background-color css
<style>
a { background-color: #A69F65; }
a { background-color: rgb(166,159,101); }
div.DivClassName
{
background-color: #A69F65;
}
.BgClassName
{
background-color: #A69F65;
}
</style>
border-color css
<style>
span { border-color: #A69F65; }
span { border-color: rgb(166,159,101); }
td.TdClassName
{
border-color: #A69F65;
}
.TagClassName
{
border-color: #A69F65;
}
</style>