Shades of Tallow #A69B66
Tints of Tallow #A69B66
RGB
CMYK
RGB Variations
Color information
#A69B66 (or 0xA69B66) is known color: Tallow. HEX triplet: A6, 9B and 66. RGB value is (166,155,102). Sum of RGB (Red+Green+Blue) = 166+155+102=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B66 is #596499. Grayscale: #989898. Windows color (decimal): -5858458 or 6724518. OLE color: 6724518.
HSL color Cylindrical-coordinate representation of color #A69B66: hue angle of 49.69º 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 #A69B66 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 102 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.35 |
| HSL | 49.69º | 0.26% | 0.53% | - |
| HSV(B) | 49.69º | 0.39% | 0.65% | - |
| XYZ | 29.85 | 32.51 | 17.27 | - |
| YUV | 152.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 102 | 0 | 0.07 | 0.39 | 0.35 | 49.69 | 0.26 | 0.53 |
| Hex | A6 | 9B | 66 | 0 | 7 | 27 | 23 | 32 | 1A | 35 |
| Octal | 246 | 233 | 146 | 0 | 7 | 47 | 43 | 62 | 32 | 65 |
| Binary | 10100110 | 10011011 | 1100110 | 0 | 111 | 100111 | 100011 | 110010 | 11010 | 110101 |
Color Harmonies of #A69B66
Complementary color
Monochromatic Colors of #A69B66
Black with #A69B66
Text Example
Text Example
White with #A69B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B66; }
p { color: rgb(166,155,102); }
H1.HeaderClassName
{
color: #A69B66;
}
.AnyTagClassName
{
color: #A69B66;
}
</style>
background-color css
<style>
a { background-color: #A69B66; }
a { background-color: rgb(166,155,102); }
div.DivClassName
{
background-color: #A69B66;
}
.BgClassName
{
background-color: #A69B66;
}
</style>
border-color css
<style>
span { border-color: #A69B66; }
span { border-color: rgb(166,155,102); }
td.TdClassName
{
border-color: #A69B66;
}
.TagClassName
{
border-color: #A69B66;
}
</style>