COLOR #A39272

HEX: #A39272
RGB: (163,146,114)

Color info

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

RGB color model

#A39272 color RGB value is (163,146,114).

  • red value is 163;
  • green value is 146;
  • blue value is 114.
RGB:
(163,146,114)
(64%,57%,45%)

RGB channels and saturation

R 163 of 255 = 64%
G 146 of 255 = 57%
B 114 of 255 = 45%

163
146
114

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

Portions of RGB colors in percentages

R + G + B =
163 + 146 + 114 = 423 (100%)
R 163 of 423 ~ 38.53%
G 146 of 423 ~ 34.52%
B 114 of 423 ~ 26.95%

%38.53
%34.52
%26.95

CMYK color model

#A39272 color CMYK value is (0,10,30,36).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 30.06%
  • key color value is 36.08%
CMYK:
(0,10,30,36)
C0M10Y30K36 
(0%,10%,30%,36%)
(0.00/0.10/0.30/0.36)	

CMYK percentages

%0
%10.43
%30.06
%36.08

Codes

Color #A39272 in popluar color models

A39272
RGB163146114
HSL39°21.03%54.31%
HSB/HSV39°30.06%63.92%
CMYK0.00%10.43%30.06%
36.08%

Color #A39272 in popluar number systems.

HEXA39272
Decimal163146114
Binary10100011100100101110010
Octal243222162

Shades and tints

Shades of #A39272

#A39272
(163,146,114)
#958568
(149,133,104)
#87785E
(135,120,94)
#796B54
(121,107,84)
#6B5E4A
(107,94,74)
#5D5140
(93,81,64)
#4F4436
(79,68,54)
#41372C
(65,55,44)
#332A22
(51,42,34)
#251D18
(37,29,24)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #A39272

#A39272
(163,146,114)
#AB9B7E
(171,155,126)
#B3A48A
(179,164,138)
#BBAD96
(187,173,150)
#C3B6A2
(195,182,162)
#CBBFAE
(203,191,174)
#D3C8BA
(211,200,186)
#DBD1C6
(219,209,198)
#E3DAD2
(227,218,210)
#EBE3DE
(235,227,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39272; }

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

This text font color is #A39272.


Background Color

.myBgColor { background-color: #A39272; }

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

This div background color is #A39272.


Border color

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

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

This div border color is #A39272.


Opacity

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

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

Text with #A39272 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 #A39272;}

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

This text has shadow with #A39272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39272 on black background.


Color preview on white background

This text has color #A39272 on white background.



Black color preview on #A39272 background

This text has black color on #A39272 background.


White color preview on #A39272 background

This text has white color on #A39272 background.