Shades of Tallow #A39A6F
Tints of Tallow #A39A6F
RGB
CMYK
RGB Variations
Color information
#A39A6F (or 0xA39A6F) is known color: Tallow. HEX triplet: A3, 9A and 6F. RGB value is (163,154,111). Sum of RGB (Red+Green+Blue) = 163+154+111=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A6F is #5C6590. Grayscale: #979797. Windows color (decimal): -6055313 or 7314083. OLE color: 7314083.
HSL color Cylindrical-coordinate representation of color #A39A6F: hue angle of 49.62º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A39A6F is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 111 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.36 |
| HSL | 49.62º | 0.22% | 0.54% | - |
| HSV(B) | 49.62º | 0.32% | 0.64% | - |
| XYZ | 29.53 | 32.05 | 19.67 | - |
| YUV | 151.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 111 | 0 | 0.06 | 0.32 | 0.36 | 49.62 | 0.22 | 0.54 |
| Hex | A3 | 9A | 6F | 0 | 6 | 20 | 24 | 32 | 16 | 36 |
| Octal | 243 | 232 | 157 | 0 | 6 | 40 | 44 | 62 | 26 | 66 |
| Binary | 10100011 | 10011010 | 1101111 | 0 | 110 | 100000 | 100100 | 110010 | 10110 | 110110 |
Color Harmonies of #A39A6F
Complementary color
Monochromatic Colors of #A39A6F
Black with #A39A6F
Text Example
Text Example
White with #A39A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A6F; }
p { color: rgb(163,154,111); }
H1.HeaderClassName
{
color: #A39A6F;
}
.AnyTagClassName
{
color: #A39A6F;
}
</style>
background-color css
<style>
a { background-color: #A39A6F; }
a { background-color: rgb(163,154,111); }
div.DivClassName
{
background-color: #A39A6F;
}
.BgClassName
{
background-color: #A39A6F;
}
</style>
border-color css
<style>
span { border-color: #A39A6F; }
span { border-color: rgb(163,154,111); }
td.TdClassName
{
border-color: #A39A6F;
}
.TagClassName
{
border-color: #A39A6F;
}
</style>