COLOR #A2714A

HEX: #A2714A
RGB: (162,113,74)

Color info

#A2714A contains mainly red and green colors. Web safe color of #A2714A is #996633 (or #963).

RGB color model

#A2714A color RGB value is (162,113,74).

  • red value is 162;
  • green value is 113;
  • blue value is 74.
RGB:
(162,113,74)
(64%,44%,29%)

RGB channels and saturation

R 162 of 255 = 64%
G 113 of 255 = 44%
B 74 of 255 = 29%

162
113
74

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

Portions of RGB colors in percentages

R + G + B =
162 + 113 + 74 = 349 (100%)
R 162 of 349 ~ 46.42%
G 113 of 349 ~ 32.38%
B 74 of 349 ~ 21.2%

%46.42
%32.38
%21.2

CMYK color model

#A2714A color CMYK value is (0,30,54,36).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 54.32%
  • key color value is 36.47%
CMYK:
(0,30,54,36)
C0M30Y54K36 
(0%,30%,54%,36%)
(0.00/0.30/0.54/0.36)	

CMYK percentages

%0
%30.25
%54.32
%36.47

Codes

Color #A2714A in popluar color models

A2714A
RGB16211374
HSL27°37.29%46.27%
HSB/HSV27°54.32%63.53%
CMYK0.00%30.25%54.32%
36.47%

Color #A2714A in popluar number systems.

HEXA2714A
Decimal16211374
Binary1010001011100011001010
Octal242161112

Shades and tints

Shades of #A2714A

#A2714A
(162,113,74)
#946744
(148,103,68)
#865D3E
(134,93,62)
#785338
(120,83,56)
#6A4932
(106,73,50)
#5C3F2C
(92,63,44)
#4E3526
(78,53,38)
#402B20
(64,43,32)
#32211A
(50,33,26)
#241714
(36,23,20)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #A2714A

#A2714A
(162,113,74)
#AA7D5A
(170,125,90)
#B2896A
(178,137,106)
#BA957A
(186,149,122)
#C2A18A
(194,161,138)
#CAAD9A
(202,173,154)
#D2B9AA
(210,185,170)
#DAC5BA
(218,197,186)
#E2D1CA
(226,209,202)
#EADDDA
(234,221,218)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2714A color. Also use rgb(162,113,74) instead hex code.

Text Font Color

.myTextColor { color: #A2714A; }

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

This text font color is #A2714A.


Background Color

.myBgColor { background-color: #A2714A; }

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

This div background color is #A2714A.


Border color

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

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

This div border color is #A2714A.


Opacity

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

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

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

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

This text has shadow with #A2714A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2714A on black background.


Color preview on white background

This text has color #A2714A on white background.



Black color preview on #A2714A background

This text has black color on #A2714A background.


White color preview on #A2714A background

This text has white color on #A2714A background.