Shades of Tallow #A69B70
Tints of Tallow #A69B70
RGB
CMYK
RGB Variations
Color information
#A69B70 (or 0xA69B70) is known color: Tallow. HEX triplet: A6, 9B and 70. RGB value is (166,155,112). Sum of RGB (Red+Green+Blue) = 166+155+112=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B70 is #59648F. Grayscale: #999999. Windows color (decimal): -5858448 or 7379878. OLE color: 7379878.
HSL color Cylindrical-coordinate representation of color #A69B70: hue angle of 47.78º 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 #A69B70 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 112 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.35 |
| HSL | 47.78º | 0.23% | 0.55% | - |
| HSV(B) | 47.78º | 0.33% | 0.65% | - |
| XYZ | 30.37 | 32.72 | 20.04 | - |
| YUV | 153.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 112 | 0 | 0.07 | 0.33 | 0.35 | 47.78 | 0.23 | 0.55 |
| Hex | A6 | 9B | 70 | 0 | 7 | 21 | 23 | 30 | 17 | 37 |
| Octal | 246 | 233 | 160 | 0 | 7 | 41 | 43 | 60 | 27 | 67 |
| Binary | 10100110 | 10011011 | 1110000 | 0 | 111 | 100001 | 100011 | 110000 | 10111 | 110111 |
Color Harmonies of #A69B70
Complementary color
Monochromatic Colors of #A69B70
Black with #A69B70
Text Example
Text Example
White with #A69B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B70; }
p { color: rgb(166,155,112); }
H1.HeaderClassName
{
color: #A69B70;
}
.AnyTagClassName
{
color: #A69B70;
}
</style>
background-color css
<style>
a { background-color: #A69B70; }
a { background-color: rgb(166,155,112); }
div.DivClassName
{
background-color: #A69B70;
}
.BgClassName
{
background-color: #A69B70;
}
</style>
border-color css
<style>
span { border-color: #A69B70; }
span { border-color: rgb(166,155,112); }
td.TdClassName
{
border-color: #A69B70;
}
.TagClassName
{
border-color: #A69B70;
}
</style>