COLOR #A2716D

HEX: #A2716D RGB: (162,113,109)

Color info

#A2716D contains red, green and blue colors in about the same proportion. Web safe color of #A2716D is #996666 (or #966).

RGB color model

#A2716D color RGB value is (162,113,109).

RGB: (162,113,109) (64%, 44%, 43%)

RGB channels and saturation

R 162 of 255 = 64%
G 113 of 255 = 44%
B 109 of 255 = 43%

162
113
109

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

Portions of RGB colors in percentages

R + G + B = 162 + 113 + 109 = 384 (100%)
R 162 of 384 ~ 42.19%
G 113 of 384 ~ 29.43%
B 109 of 384 ~ 28.39'%

%42.19
%29.43
%28.39

CMYK color model

#A2716D color CMYK value is (0,30,33,36).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 32.72%
  • key color value is 36.47%

CMYK: (0,30,33,36)
C0M30Y33K36 (0%, 30%, 33%, 36%)
(0.00 / 0.30 / 0.33 / 0.36)

CMYK percentages

%0
%30.25
%32.72
%36.47

Codes

Color #A2716D in popluar color models

A2 71 6D
RGB 162 113 109
HSL 22.18% 53.14%
HSB/HSV 32.72% 63.53%
CMYK 0.00% 30.25% 32.72%
36.47%

Color #A2716D in popluar number systems.

HEX A2 71 6D
Decimal 162 113 109
Binary 10100010 1110001 1101101
Octal 242 161 155

Shades and tints

Shades of #A2716D

#A2716D
(162,113,109)
#946764
(148,103,100)
#865D5B
(134,93,91)
#785352
(120,83,82)
#6A4949
(106,73,73)
#5C3F40
(92,63,64)
#4E3537
(78,53,55)
#402B2E
(64,43,46)
#322125
(50,33,37)
#24171C
(36,23,28)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #A2716D

#A2716D
(162,113,109)
#AA7D7A
(170,125,122)
#B28987
(178,137,135)
#BA9594
(186,149,148)
#C2A1A1
(194,161,161)
#CAADAE
(202,173,174)
#D2B9BB
(210,185,187)
#DAC5C8
(218,197,200)
#E2D1D5
(226,209,213)
#EADDE2
(234,221,226)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2716D; }

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

This text font color is #A2716D.

Background Color

.myBgColor { background-color: #A2716D; }

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

This div background color is #A2716D.

Border color

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

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

This div border color is #A2716D.

Opacity

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

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

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

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

This text has shadow with #A2716D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2716D.

Preview

Color preview on black background

This text has color #A2716D on black background.


Color preview on white background

This text has color #A2716D on white background.


Black color preview on #A2716D background

This text has black color on #A2716D background.


White color preview on #A2716D background

This text has white color on #A2716D background.


Related colors

Complementary color

Complementary color for #hex is #5D8E92.


I love getcolorcode.com

Triadic colors

1 #6DA271 and #716DA2 with #A2716D are triadic colors.

2 #6D71A2 and #71A26D with #A2716D are triadic colors.