COLOR #A2B380

HEX: #A2B380
RGB: (162,179,128)

Color info

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

RGB color model

#A2B380 color RGB value is (162,179,128).

  • red value is 162;
  • green value is 179;
  • blue value is 128.
RGB:
(162,179,128)
(64%,70%,50%)

RGB channels and saturation

R 162 of 255 = 64%
G 179 of 255 = 70%
B 128 of 255 = 50%

162
179
128

R + G + B ~ 61%. #A2B380 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 179 + 128 = 469 (100%)
R 162 of 469 ~ 34.54%
G 179 of 469 ~ 38.17%
B 128 of 469 ~ 27.29%

%34.54
%38.17
%27.29

CMYK color model

#A2B380 color CMYK value is (9,0,28,30).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 29.80%
CMYK:
(9,0,28,30)
C9M0Y28K30 
(9%,0%,28%,30%)
(0.09/0.00/0.28/0.30)	

CMYK percentages

%9.5
%0
%28.49
%29.8

Codes

Color #A2B380 in popluar color models

A2B380
RGB162179128
HSL80°25.12%60.20%
HSB/HSV80°28.49%70.20%
CMYK9.50%0.00%28.49%
29.80%

Color #A2B380 in popluar number systems.

HEXA2B380
Decimal162179128
Binary101000101011001110000000
Octal242263200

Shades and tints

Shades of #A2B380

#A2B380
(162,179,128)
#94A375
(148,163,117)
#86936A
(134,147,106)
#78835F
(120,131,95)
#6A7354
(106,115,84)
#5C6349
(92,99,73)
#4E533E
(78,83,62)
#404333
(64,67,51)
#323328
(50,51,40)
#24231D
(36,35,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #A2B380

#A2B380
(162,179,128)
#AAB98B
(170,185,139)
#B2BF96
(178,191,150)
#BAC5A1
(186,197,161)
#C2CBAC
(194,203,172)
#CAD1B7
(202,209,183)
#D2D7C2
(210,215,194)
#DADDCD
(218,221,205)
#E2E3D8
(226,227,216)
#EAE9E3
(234,233,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B380 color. Also use rgb(162,179,128) instead hex code.

Text Font Color

.myTextColor { color: #A2B380; }

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

This text font color is #A2B380.


Background Color

.myBgColor { background-color: #A2B380; }

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

This div background color is #A2B380.


Border color

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

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

This div border color is #A2B380.


Opacity

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

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

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

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

This text has shadow with #A2B380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B380 on black background.


Color preview on white background

This text has color #A2B380 on white background.



Black color preview on #A2B380 background

This text has black color on #A2B380 background.


White color preview on #A2B380 background

This text has white color on #A2B380 background.