#A39D70

Color #A39D70 Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #A39D70

Tints of Tallow #A39D70

Color information

#A39D70 (or 0xA39D70) is unknown color: approx Tallow. HEX triplet: A3, 9D and 70. RGB value is (163,157,112). Sum of RGB (Red+Green+Blue) = 163+157+112=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D70 is #5C628F. Grayscale: #999999. Windows color (decimal): -6054544 or 7380387. OLE color: 7380387.

HSL color Cylindrical-coordinate representation of color #A39D70: hue angle of 52.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A39D70 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB163157112-
CMYK00.040.310.36
HSL52.94º21.7%53.92%-
HSV(B)52.94º31.29%63.92%-
XYZ30.0933.0720.13-
YUV153.66104.49134.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=37.73%
G=36.34%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315711200.040.310.3652.9421.753.92
HexA39D70041F24351636
Octal243235160043744652666
Binary1010001110011101111000001001111110010011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D70; }

 p { color: rgb(163,157,112); }

 H1.HeaderClassName
 {
   color: #A39D70;
 }
 .AnyTagClassName
 {
   color: #A39D70;
 }
</style>
background-color css

<style>
 a { background-color: #A39D70; }

 a { background-color: rgb(163,157,112); }

 div.DivClassName
 {
   background-color: #A39D70;
 }
 .BgClassName
 {
   background-color: #A39D70;
 }
</style>
border-color css

<style>
 span { border-color: #A39D70; }

 span { border-color: rgb(163,157,112); }

 td.TdClassName
 {
   border-color: #A39D70;
 }
 .TagClassName
 {
   border-color: #A39D70;
 }
</style>