Shades of Tallow #A69A6D
Tints of Tallow #A69A6D
RGB
CMYK
RGB Variations
Color information
#A69A6D (or 0xA69A6D) is known color: Tallow. HEX triplet: A6, 9A and 6D. RGB value is (166,154,109). Sum of RGB (Red+Green+Blue) = 166+154+109=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A6D is #596592. Grayscale: #989898. Windows color (decimal): -5858707 or 7183014. OLE color: 7183014.
HSL color Cylindrical-coordinate representation of color #A69A6D: hue angle of 47.37º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69A6D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 109 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.35 |
| HSL | 47.37º | 0.24% | 0.54% | - |
| HSV(B) | 47.37º | 0.34% | 0.65% | - |
| XYZ | 30.04 | 32.32 | 19.12 | - |
| YUV | 152.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 109 | 0 | 0.07 | 0.34 | 0.35 | 47.37 | 0.24 | 0.54 |
| Hex | A6 | 9A | 6D | 0 | 7 | 22 | 23 | 2F | 18 | 36 |
| Octal | 246 | 232 | 155 | 0 | 7 | 42 | 43 | 57 | 30 | 66 |
| Binary | 10100110 | 10011010 | 1101101 | 0 | 111 | 100010 | 100011 | 101111 | 11000 | 110110 |
Color Harmonies of #A69A6D
Complementary color
Monochromatic Colors of #A69A6D
Black with #A69A6D
Text Example
Text Example
White with #A69A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A6D; }
p { color: rgb(166,154,109); }
H1.HeaderClassName
{
color: #A69A6D;
}
.AnyTagClassName
{
color: #A69A6D;
}
</style>
background-color css
<style>
a { background-color: #A69A6D; }
a { background-color: rgb(166,154,109); }
div.DivClassName
{
background-color: #A69A6D;
}
.BgClassName
{
background-color: #A69A6D;
}
</style>
border-color css
<style>
span { border-color: #A69A6D; }
span { border-color: rgb(166,154,109); }
td.TdClassName
{
border-color: #A69A6D;
}
.TagClassName
{
border-color: #A69A6D;
}
</style>