Shades of Tallow #A39678
Tints of Tallow #A39678
RGB
CMYK
RGB Variations
Color information
#A39678 (or 0xA39678) is known color: Tallow. HEX triplet: A3, 96 and 78. RGB value is (163,150,120). Sum of RGB (Red+Green+Blue) = 163+150+120=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A39678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39678 is #5C6987. Grayscale: #969696. Windows color (decimal): -6056328 or 7902883. OLE color: 7902883.
HSL color Cylindrical-coordinate representation of color #A39678: hue angle of 41.86º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39678 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 120 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.36 |
| HSL | 41.86º | 0.19% | 0.55% | - |
| HSV(B) | 41.86º | 0.26% | 0.64% | - |
| XYZ | 29.4 | 30.96 | 22.19 | - |
| YUV | 150.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 120 | 0 | 0.08 | 0.26 | 0.36 | 41.86 | 0.19 | 0.55 |
| Hex | A3 | 96 | 78 | 0 | 8 | 1A | 24 | 2A | 13 | 37 |
| Octal | 243 | 226 | 170 | 0 | 10 | 32 | 44 | 52 | 23 | 67 |
| Binary | 10100011 | 10010110 | 1111000 | 0 | 1000 | 11010 | 100100 | 101010 | 10011 | 110111 |
Color Harmonies of #A39678
Complementary color
Monochromatic Colors of #A39678
Black with #A39678
Text Example
Text Example
White with #A39678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39678; }
p { color: rgb(163,150,120); }
H1.HeaderClassName
{
color: #A39678;
}
.AnyTagClassName
{
color: #A39678;
}
</style>
background-color css
<style>
a { background-color: #A39678; }
a { background-color: rgb(163,150,120); }
div.DivClassName
{
background-color: #A39678;
}
.BgClassName
{
background-color: #A39678;
}
</style>
border-color css
<style>
span { border-color: #A39678; }
span { border-color: rgb(163,150,120); }
td.TdClassName
{
border-color: #A39678;
}
.TagClassName
{
border-color: #A39678;
}
</style>