Shades of Tallow #A69A75
Tints of Tallow #A69A75
RGB
CMYK
RGB Variations
Color information
#A69A75 (or 0xA69A75) is known color: Tallow. HEX triplet: A6, 9A and 75. RGB value is (166,154,117). Sum of RGB (Red+Green+Blue) = 166+154+117=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A75 is #59658A. Grayscale: #999999. Windows color (decimal): -5858699 or 7707302. OLE color: 7707302.
HSL color Cylindrical-coordinate representation of color #A69A75: hue angle of 45.31º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69A75 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 117 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.35 |
| HSL | 45.31º | 0.22% | 0.55% | - |
| HSV(B) | 45.31º | 0.3% | 0.65% | - |
| XYZ | 30.49 | 32.5 | 21.5 | - |
| YUV | 153.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 117 | 0 | 0.07 | 0.30 | 0.35 | 45.31 | 0.22 | 0.55 |
| Hex | A6 | 9A | 75 | 0 | 7 | 1E | 23 | 2D | 16 | 37 |
| Octal | 246 | 232 | 165 | 0 | 7 | 36 | 43 | 55 | 26 | 67 |
| Binary | 10100110 | 10011010 | 1110101 | 0 | 111 | 11110 | 100011 | 101101 | 10110 | 110111 |
Color Harmonies of #A69A75
Complementary color
Monochromatic Colors of #A69A75
Black with #A69A75
Text Example
Text Example
White with #A69A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A75; }
p { color: rgb(166,154,117); }
H1.HeaderClassName
{
color: #A69A75;
}
.AnyTagClassName
{
color: #A69A75;
}
</style>
background-color css
<style>
a { background-color: #A69A75; }
a { background-color: rgb(166,154,117); }
div.DivClassName
{
background-color: #A69A75;
}
.BgClassName
{
background-color: #A69A75;
}
</style>
border-color css
<style>
span { border-color: #A69A75; }
span { border-color: rgb(166,154,117); }
td.TdClassName
{
border-color: #A69A75;
}
.TagClassName
{
border-color: #A69A75;
}
</style>