COLOR #A2676D

HEX: #A2676D RGB: (162,103,109)

Color info

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

RGB color model

#A2676D color RGB value is (162,103,109).

RGB: (162,103,109) (64%, 40%, 43%)

RGB channels and saturation

R 162 of 255 = 64%
G 103 of 255 = 40%
B 109 of 255 = 43%

162
103
109

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

Portions of RGB colors in percentages

R + G + B = 162 + 103 + 109 = 374 (100%)
R 162 of 374 ~ 43.32%
G 103 of 374 ~ 27.54%
B 109 of 374 ~ 29.14'%

%43.32
%27.54
%29.14

CMYK color model

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

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

CMYK: (0,36,33,36)
C0M36Y33K36 (0%, 36%, 33%, 36%)
(0.00 / 0.36 / 0.33 / 0.36)

CMYK percentages

%0
%36.42
%32.72
%36.47

Codes

Color #A2676D in popluar color models

A2 67 6D
RGB 162 103 109
HSL 354° 24.08% 51.96%
HSB/HSV 354° 36.42% 63.53%
CMYK 0.00% 36.42% 32.72%
36.47%

Color #A2676D in popluar number systems.

HEX A2 67 6D
Decimal 162 103 109
Binary 10100010 1100111 1101101
Octal 242 147 155

Shades and tints

Shades of #A2676D

#A2676D
(162,103,109)
#945E64
(148,94,100)
#86555B
(134,85,91)
#784C52
(120,76,82)
#6A4349
(106,67,73)
#5C3A40
(92,58,64)
#4E3137
(78,49,55)
#40282E
(64,40,46)
#321F25
(50,31,37)
#24161C
(36,22,28)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #A2676D

#A2676D
(162,103,109)
#AA747A
(170,116,122)
#B28187
(178,129,135)
#BA8E94
(186,142,148)
#C29BA1
(194,155,161)
#CAA8AE
(202,168,174)
#D2B5BB
(210,181,187)
#DAC2C8
(218,194,200)
#E2CFD5
(226,207,213)
#EADCE2
(234,220,226)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2676D; }

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

This text font color is #A2676D.

Background Color

.myBgColor { background-color: #A2676D; }

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

This div background color is #A2676D.

Border color

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

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

This div border color is #A2676D.

Opacity

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

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

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

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

This text has shadow with #A2676D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2676D.

Preview

Color preview on black background

This text has color #A2676D on black background.


Color preview on white background

This text has color #A2676D on white background.


Black color preview on #A2676D background

This text has black color on #A2676D background.


White color preview on #A2676D background

This text has white color on #A2676D background.


Related colors

Complementary color

Complementary color for #hex is #5D9892.


I love getcolorcode.com

Triadic colors

1 #6DA267 and #676DA2 with #A2676D are triadic colors.

2 #6D67A2 and #67A26D with #A2676D are triadic colors.