Shades of Tallow #A69968
Tints of Tallow #A69968
RGB
CMYK
RGB Variations
Color information
#A69968 (or 0xA69968) is known color: Tallow. HEX triplet: A6, 99 and 68. RGB value is (166,153,104). Sum of RGB (Red+Green+Blue) = 166+153+104=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A69968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69968 is #596697. Grayscale: #979797. Windows color (decimal): -5858968 or 6855078. OLE color: 6855078.
HSL color Cylindrical-coordinate representation of color #A69968: hue angle of 47.42º 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 #A69968 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 104 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.35 |
| HSL | 47.42º | 0.26% | 0.53% | - |
| HSV(B) | 47.42º | 0.37% | 0.65% | - |
| XYZ | 29.62 | 31.89 | 17.69 | - |
| YUV | 151.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 104 | 0 | 0.08 | 0.37 | 0.35 | 47.42 | 0.26 | 0.53 |
| Hex | A6 | 99 | 68 | 0 | 8 | 25 | 23 | 2F | 1A | 35 |
| Octal | 246 | 231 | 150 | 0 | 10 | 45 | 43 | 57 | 32 | 65 |
| Binary | 10100110 | 10011001 | 1101000 | 0 | 1000 | 100101 | 100011 | 101111 | 11010 | 110101 |
Color Harmonies of #A69968
Complementary color
Monochromatic Colors of #A69968
Black with #A69968
Text Example
Text Example
White with #A69968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69968; }
p { color: rgb(166,153,104); }
H1.HeaderClassName
{
color: #A69968;
}
.AnyTagClassName
{
color: #A69968;
}
</style>
background-color css
<style>
a { background-color: #A69968; }
a { background-color: rgb(166,153,104); }
div.DivClassName
{
background-color: #A69968;
}
.BgClassName
{
background-color: #A69968;
}
</style>
border-color css
<style>
span { border-color: #A69968; }
span { border-color: rgb(166,153,104); }
td.TdClassName
{
border-color: #A69968;
}
.TagClassName
{
border-color: #A69968;
}
</style>