COLOR #A2B673

HEX: #A2B673
RGB: (162,182,115)

Color info

#A2B673 contains mainly red and green colors. Web safe color of #A2B673 is #99CC66 (or #9C6).

RGB color model

#A2B673 color RGB value is (162,182,115).

  • red value is 162;
  • green value is 182;
  • blue value is 115.
RGB:
(162,182,115)
(64%,71%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 182 of 255 = 71%
B 115 of 255 = 45%

162
182
115

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

Portions of RGB colors in percentages

R + G + B =
162 + 182 + 115 = 459 (100%)
R 162 of 459 ~ 35.29%
G 182 of 459 ~ 39.65%
B 115 of 459 ~ 25.05%

%35.29
%39.65
%25.05

CMYK color model

#A2B673 color CMYK value is (11,0,37,29).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 28.63%
CMYK:
(11,0,37,29)
C11M0Y37K29 
(11%,0%,37%,29%)
(0.11/0.00/0.37/0.29)	

CMYK percentages

%10.99
%0
%36.81
%28.63

Codes

Color #A2B673 in popluar color models

A2B673
RGB162182115
HSL78°31.46%58.24%
HSB/HSV78°36.81%71.37%
CMYK10.99%0.00%36.81%
28.63%

Color #A2B673 in popluar number systems.

HEXA2B673
Decimal162182115
Binary10100010101101101110011
Octal242266163

Shades and tints

Shades of #A2B673

#A2B673
(162,182,115)
#94A669
(148,166,105)
#86965F
(134,150,95)
#788655
(120,134,85)
#6A764B
(106,118,75)
#5C6641
(92,102,65)
#4E5637
(78,86,55)
#40462D
(64,70,45)
#323623
(50,54,35)
#242619
(36,38,25)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #A2B673

#A2B673
(162,182,115)
#AABC7F
(170,188,127)
#B2C28B
(178,194,139)
#BAC897
(186,200,151)
#C2CEA3
(194,206,163)
#CAD4AF
(202,212,175)
#D2DABB
(210,218,187)
#DAE0C7
(218,224,199)
#E2E6D3
(226,230,211)
#EAECDF
(234,236,223)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B673 color. Also use rgb(162,182,115) instead hex code.

Text Font Color

.myTextColor { color: #A2B673; }

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

This text font color is #A2B673.


Background Color

.myBgColor { background-color: #A2B673; }

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

This div background color is #A2B673.


Border color

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

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

This div border color is #A2B673.


Opacity

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

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

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

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

This text has shadow with #A2B673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B673 on black background.


Color preview on white background

This text has color #A2B673 on white background.



Black color preview on #A2B673 background

This text has black color on #A2B673 background.


White color preview on #A2B673 background

This text has white color on #A2B673 background.