Shades of Tallow #A69975
Tints of Tallow #A69975
RGB
CMYK
RGB Variations
Color information
#A69975 (or 0xA69975) is known color: Tallow. HEX triplet: A6, 99 and 75. RGB value is (166,153,117). Sum of RGB (Red+Green+Blue) = 166+153+117=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A69975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69975 is #59668A. Grayscale: #989898. Windows color (decimal): -5858955 or 7707046. OLE color: 7707046.
HSL color Cylindrical-coordinate representation of color #A69975: hue angle of 44.08º 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 #A69975 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 117 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.35 |
| HSL | 44.08º | 0.22% | 0.55% | - |
| HSV(B) | 44.08º | 0.3% | 0.65% | - |
| XYZ | 30.33 | 32.17 | 21.44 | - |
| YUV | 152.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 117 | 0 | 0.08 | 0.30 | 0.35 | 44.08 | 0.22 | 0.55 |
| Hex | A6 | 99 | 75 | 0 | 8 | 1E | 23 | 2C | 16 | 37 |
| Octal | 246 | 231 | 165 | 0 | 10 | 36 | 43 | 54 | 26 | 67 |
| Binary | 10100110 | 10011001 | 1110101 | 0 | 1000 | 11110 | 100011 | 101100 | 10110 | 110111 |
Color Harmonies of #A69975
Complementary color
Monochromatic Colors of #A69975
Black with #A69975
Text Example
Text Example
White with #A69975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69975; }
p { color: rgb(166,153,117); }
H1.HeaderClassName
{
color: #A69975;
}
.AnyTagClassName
{
color: #A69975;
}
</style>
background-color css
<style>
a { background-color: #A69975; }
a { background-color: rgb(166,153,117); }
div.DivClassName
{
background-color: #A69975;
}
.BgClassName
{
background-color: #A69975;
}
</style>
border-color css
<style>
span { border-color: #A69975; }
span { border-color: rgb(166,153,117); }
td.TdClassName
{
border-color: #A69975;
}
.TagClassName
{
border-color: #A69975;
}
</style>