Shades of Tallow #A69D69
Tints of Tallow #A69D69
RGB
CMYK
RGB Variations
Color information
#A69D69 (or 0xA69D69) is known color: Tallow. HEX triplet: A6, 9D and 69. RGB value is (166,157,105). Sum of RGB (Red+Green+Blue) = 166+157+105=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69D69 is #596296. Grayscale: #999999. Windows color (decimal): -5857943 or 6921638. OLE color: 6921638.
HSL color Cylindrical-coordinate representation of color #A69D69: hue angle of 51.15º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A69D69 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 105 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.35 |
| HSL | 51.15º | 0.26% | 0.53% | - |
| HSV(B) | 51.15º | 0.37% | 0.65% | - |
| XYZ | 30.33 | 33.24 | 18.18 | - |
| YUV | 153.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 105 | 0 | 0.05 | 0.37 | 0.35 | 51.15 | 0.26 | 0.53 |
| Hex | A6 | 9D | 69 | 0 | 5 | 25 | 23 | 33 | 1A | 35 |
| Octal | 246 | 235 | 151 | 0 | 5 | 45 | 43 | 63 | 32 | 65 |
| Binary | 10100110 | 10011101 | 1101001 | 0 | 101 | 100101 | 100011 | 110011 | 11010 | 110101 |
Color Harmonies of #A69D69
Complementary color
Monochromatic Colors of #A69D69
Black with #A69D69
Text Example
Text Example
White with #A69D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D69; }
p { color: rgb(166,157,105); }
H1.HeaderClassName
{
color: #A69D69;
}
.AnyTagClassName
{
color: #A69D69;
}
</style>
background-color css
<style>
a { background-color: #A69D69; }
a { background-color: rgb(166,157,105); }
div.DivClassName
{
background-color: #A69D69;
}
.BgClassName
{
background-color: #A69D69;
}
</style>
border-color css
<style>
span { border-color: #A69D69; }
span { border-color: rgb(166,157,105); }
td.TdClassName
{
border-color: #A69D69;
}
.TagClassName
{
border-color: #A69D69;
}
</style>