Shades of Tallow #A69A70
Tints of Tallow #A69A70
RGB
CMYK
RGB Variations
Color information
#A69A70 (or 0xA69A70) is known color: Tallow. HEX triplet: A6, 9A and 70. RGB value is (166,154,112). Sum of RGB (Red+Green+Blue) = 166+154+112=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A70 is #59658F. Grayscale: #989898. Windows color (decimal): -5858704 or 7379622. OLE color: 7379622.
HSL color Cylindrical-coordinate representation of color #A69A70: hue angle of 46.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69A70 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 112 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.35 |
| HSL | 46.67º | 0.23% | 0.55% | - |
| HSV(B) | 46.67º | 0.33% | 0.65% | - |
| XYZ | 30.21 | 32.39 | 19.99 | - |
| YUV | 152.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 112 | 0 | 0.07 | 0.33 | 0.35 | 46.67 | 0.23 | 0.55 |
| Hex | A6 | 9A | 70 | 0 | 7 | 21 | 23 | 2F | 17 | 37 |
| Octal | 246 | 232 | 160 | 0 | 7 | 41 | 43 | 57 | 27 | 67 |
| Binary | 10100110 | 10011010 | 1110000 | 0 | 111 | 100001 | 100011 | 101111 | 10111 | 110111 |
Color Harmonies of #A69A70
Complementary color
Monochromatic Colors of #A69A70
Black with #A69A70
Text Example
Text Example
White with #A69A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A70; }
p { color: rgb(166,154,112); }
H1.HeaderClassName
{
color: #A69A70;
}
.AnyTagClassName
{
color: #A69A70;
}
</style>
background-color css
<style>
a { background-color: #A69A70; }
a { background-color: rgb(166,154,112); }
div.DivClassName
{
background-color: #A69A70;
}
.BgClassName
{
background-color: #A69A70;
}
</style>
border-color css
<style>
span { border-color: #A69A70; }
span { border-color: rgb(166,154,112); }
td.TdClassName
{
border-color: #A69A70;
}
.TagClassName
{
border-color: #A69A70;
}
</style>