Shades of Tallow #A69C63
Tints of Tallow #A69C63
RGB
CMYK
RGB Variations
Color information
#A69C63 (or 0xA69C63) is known color: Tallow. HEX triplet: A6, 9C and 63. RGB value is (166,156,99). Sum of RGB (Red+Green+Blue) = 166+156+99=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C63 is #59639C. Grayscale: #989898. Windows color (decimal): -5858205 or 6528166. OLE color: 6528166.
HSL color Cylindrical-coordinate representation of color #A69C63: hue angle of 51.04º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A69C63 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 99 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.35 |
| HSL | 51.04º | 0.27% | 0.52% | - |
| HSV(B) | 51.04º | 0.4% | 0.65% | - |
| XYZ | 29.87 | 32.78 | 16.56 | - |
| YUV | 152.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 99 | 0 | 0.06 | 0.40 | 0.35 | 51.04 | 0.27 | 0.52 |
| Hex | A6 | 9C | 63 | 0 | 6 | 28 | 23 | 33 | 1B | 34 |
| Octal | 246 | 234 | 143 | 0 | 6 | 50 | 43 | 63 | 33 | 64 |
| Binary | 10100110 | 10011100 | 1100011 | 0 | 110 | 101000 | 100011 | 110011 | 11011 | 110100 |
Color Harmonies of #A69C63
Complementary color
Monochromatic Colors of #A69C63
Black with #A69C63
Text Example
Text Example
White with #A69C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C63; }
p { color: rgb(166,156,99); }
H1.HeaderClassName
{
color: #A69C63;
}
.AnyTagClassName
{
color: #A69C63;
}
</style>
background-color css
<style>
a { background-color: #A69C63; }
a { background-color: rgb(166,156,99); }
div.DivClassName
{
background-color: #A69C63;
}
.BgClassName
{
background-color: #A69C63;
}
</style>
border-color css
<style>
span { border-color: #A69C63; }
span { border-color: rgb(166,156,99); }
td.TdClassName
{
border-color: #A69C63;
}
.TagClassName
{
border-color: #A69C63;
}
</style>