Shades of Tallow #A69C65
Tints of Tallow #A69C65
RGB
CMYK
RGB Variations
Color information
#A69C65 (or 0xA69C65) is known color: Tallow. HEX triplet: A6, 9C and 65. RGB value is (166,156,101). Sum of RGB (Red+Green+Blue) = 166+156+101=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C65 is #59639A. Grayscale: #989898. Windows color (decimal): -5858203 or 6659238. OLE color: 6659238.
HSL color Cylindrical-coordinate representation of color #A69C65: hue angle of 50.77º 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 #A69C65 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 101 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.35 |
| HSL | 50.77º | 0.27% | 0.52% | - |
| HSV(B) | 50.77º | 0.39% | 0.65% | - |
| XYZ | 29.96 | 32.82 | 17.07 | - |
| YUV | 152.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 101 | 0 | 0.06 | 0.39 | 0.35 | 50.77 | 0.27 | 0.52 |
| Hex | A6 | 9C | 65 | 0 | 6 | 27 | 23 | 33 | 1B | 34 |
| Octal | 246 | 234 | 145 | 0 | 6 | 47 | 43 | 63 | 33 | 64 |
| Binary | 10100110 | 10011100 | 1100101 | 0 | 110 | 100111 | 100011 | 110011 | 11011 | 110100 |
Color Harmonies of #A69C65
Complementary color
Monochromatic Colors of #A69C65
Black with #A69C65
Text Example
Text Example
White with #A69C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C65; }
p { color: rgb(166,156,101); }
H1.HeaderClassName
{
color: #A69C65;
}
.AnyTagClassName
{
color: #A69C65;
}
</style>
background-color css
<style>
a { background-color: #A69C65; }
a { background-color: rgb(166,156,101); }
div.DivClassName
{
background-color: #A69C65;
}
.BgClassName
{
background-color: #A69C65;
}
</style>
border-color css
<style>
span { border-color: #A69C65; }
span { border-color: rgb(166,156,101); }
td.TdClassName
{
border-color: #A69C65;
}
.TagClassName
{
border-color: #A69C65;
}
</style>