Shades of Tallow #A69A66
Tints of Tallow #A69A66
RGB
CMYK
RGB Variations
Color information
#A69A66 (or 0xA69A66) is known color: Tallow. HEX triplet: A6, 9A and 66. RGB value is (166,154,102). Sum of RGB (Red+Green+Blue) = 166+154+102=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A66 is #596599. Grayscale: #979797. Windows color (decimal): -5858714 or 6724262. OLE color: 6724262.
HSL color Cylindrical-coordinate representation of color #A69A66: hue angle of 48.75º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69A66 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 102 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.35 |
| HSL | 48.75º | 0.26% | 0.53% | - |
| HSV(B) | 48.75º | 0.39% | 0.65% | - |
| XYZ | 29.68 | 32.18 | 17.22 | - |
| YUV | 151.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 102 | 0 | 0.07 | 0.39 | 0.35 | 48.75 | 0.26 | 0.53 |
| Hex | A6 | 9A | 66 | 0 | 7 | 27 | 23 | 31 | 1A | 35 |
| Octal | 246 | 232 | 146 | 0 | 7 | 47 | 43 | 61 | 32 | 65 |
| Binary | 10100110 | 10011010 | 1100110 | 0 | 111 | 100111 | 100011 | 110001 | 11010 | 110101 |
Color Harmonies of #A69A66
Complementary color
Monochromatic Colors of #A69A66
Black with #A69A66
Text Example
Text Example
White with #A69A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A66; }
p { color: rgb(166,154,102); }
H1.HeaderClassName
{
color: #A69A66;
}
.AnyTagClassName
{
color: #A69A66;
}
</style>
background-color css
<style>
a { background-color: #A69A66; }
a { background-color: rgb(166,154,102); }
div.DivClassName
{
background-color: #A69A66;
}
.BgClassName
{
background-color: #A69A66;
}
</style>
border-color css
<style>
span { border-color: #A69A66; }
span { border-color: rgb(166,154,102); }
td.TdClassName
{
border-color: #A69A66;
}
.TagClassName
{
border-color: #A69A66;
}
</style>