COLOR #A39F72

HEX: #A39F72 RGB: (163,159,114)

Color info

#A39F72 contains red, green and blue colors in about the same proportion. Web safe color of #A39F72 is #999966 (or #996).

RGB color model

#A39F72 color RGB value is (163,159,114).

RGB: (163,159,114) (64%, 62%, 45%)

RGB channels and saturation

R 163 of 255 = 64%
G 159 of 255 = 62%
B 114 of 255 = 45%

163
159
114

R + G + B ~ 57%. #A39F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 163 + 159 + 114 = 436 (100%)
R 163 of 436 ~ 37.39%
G 159 of 436 ~ 36.47%
B 114 of 436 ~ 26.15'%

%37.39
%36.47
%26.15

CMYK color model

#A39F72 color CMYK value is (0,2,30,36).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 30.06%
  • key color value is 36.08%

CMYK: (0,2,30,36)
C0M2Y30K36 (0%, 2%, 30%, 36%)
(0.00 / 0.02 / 0.30 / 0.36)

CMYK percentages

%0
%2.45
%30.06
%36.08

Codes

Color #A39F72 in popluar color models

A3 9F 72
RGB 163 159 114
HSL 55° 21.03% 54.31%
HSB/HSV 55° 30.06% 63.92%
CMYK 0.00% 2.45% 30.06%
36.08%

Color #A39F72 in popluar number systems.

HEX A3 9F 72
Decimal 163 159 114
Binary 10100011 10011111 1110010
Octal 243 237 162

Shades and tints

Shades of #A39F72

#A39F72
(163,159,114)
#959168
(149,145,104)
#87835E
(135,131,94)
#797554
(121,117,84)
#6B674A
(107,103,74)
#5D5940
(93,89,64)
#4F4B36
(79,75,54)
#413D2C
(65,61,44)
#332F22
(51,47,34)
#252118
(37,33,24)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #A39F72

#A39F72
(163,159,114)
#ABA77E
(171,167,126)
#B3AF8A
(179,175,138)
#BBB796
(187,183,150)
#C3BFA2
(195,191,162)
#CBC7AE
(203,199,174)
#D3CFBA
(211,207,186)
#DBD7C6
(219,215,198)
#E3DFD2
(227,223,210)
#EBE7DE
(235,231,222)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39F72 color. Also use rgb(163,159,114) instead hex code.

Text Font Color

.myTextColor { color: #A39F72; }

<p style="color:#A39F72">This sample text font color is #A39F72.</p>

This text font color is #A39F72.

Background Color

.myBgColor { background-color: #A39F72; }

<div style="background-color:#A39F72">Inner text</div>

This div background color is #A39F72.

Border color

.myBorderColor { border: 1px solid #A39F72; }

<div style="border:3px solid #A39F72">Div</div>

This div border color is #A39F72.

Opacity

.myOpacity80 { color: #A39F72; opacity: 0.8; }

<p style="color:#A39F72;opacity:0.8;">80%</p>

Text with #A39F72 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A39F72;}

<p style="text-shadow: 3px 3px 1px #A39F72">Text here.</p>

This text has shadow with #A39F72 color.


.textShadow {text-shadow: 3px 3px 1px #A39F72', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A39F72, 5px 5px 20px red">Text here.</p>

This text has shadow with #A39F72 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A39F72, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A39F72, Direction=45, Strength=4)">Text</p>

This text has shadow with #A39F72 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A39F72;
-webkit-box-shadow: 1px 1px 3px 2px #A39F72;
box-shadow: 1px 1px 3px 2px #A39F72;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A39F72; -webkit-box-shadow: 1px 1px 3px 2px #A39F72; box-shadow:1px 1px 3px 2px #A39F72;">
Div content here
</div>

This div box has shadow with color #A39F72.

Preview

Color preview on black background

This text has color #A39F72 on black background.


Color preview on white background

This text has color #A39F72 on white background.


Black color preview on #A39F72 background

This text has black color on #A39F72 background.


White color preview on #A39F72 background

This text has white color on #A39F72 background.


Related colors

Complementary color

Complementary color for #hex is #5C608D.


I love getcolorcode.com

Triadic colors

1 #72A39F and #9F72A3 with #A39F72 are triadic colors.

2 #729FA3 and #9FA372 with #A39F72 are triadic colors.