#A39F72

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

Shades of Tallow #A39F72

Tints of Tallow #A39F72

Color information

#A39F72 (or 0xA39F72) is unknown color: approx Tallow. HEX triplet: A3, 9F and 72. RGB value is (163,159,114). Sum of RGB (Red+Green+Blue) = 163+159+114=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39F72 is #5C608D. Grayscale: #9B9B9B. Windows color (decimal): -6054030 or 7511971. OLE color: 7511971.

HSL color Cylindrical-coordinate representation of color #A39F72: hue angle of 55.1º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39F72 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB163159114-
CMYK00.020.300.36
HSL55.1º21.03%54.31%-
HSV(B)55.1º30.06%63.92%-
XYZ30.5433.820.83-
YUV155.07104.83133.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=37.39%
G=36.47%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315911400.020.300.3655.121.0354.31
HexA39F72021E24371536
Octal243237162023644672566
Binary101000111001111111100100101111010010011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F72; }

 p { color: rgb(163,159,114); }

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

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

 a { background-color: rgb(163,159,114); }

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

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

 span { border-color: rgb(163,159,114); }

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