COLOR #A2B168

HEX: #A2B168
RGB: (162,177,104)

Color info

#A2B168 contains mainly red and green colors. Web safe color of #A2B168 is #999966 (or #996).

RGB color model

#A2B168 color RGB value is (162,177,104).

  • red value is 162;
  • green value is 177;
  • blue value is 104.
RGB:
(162,177,104)
(64%,69%,41%)

RGB channels and saturation

R 162 of 255 = 64%
G 177 of 255 = 69%
B 104 of 255 = 41%

162
177
104

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

Portions of RGB colors in percentages

R + G + B =
162 + 177 + 104 = 443 (100%)
R 162 of 443 ~ 36.57%
G 177 of 443 ~ 39.95%
B 104 of 443 ~ 23.48%

%36.57
%39.95
%23.48

CMYK color model

#A2B168 color CMYK value is (8,0,41,31).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 30.59%
CMYK:
(8,0,41,31)
C8M0Y41K31 
(8%,0%,41%,31%)
(0.08/0.00/0.41/0.31)	

CMYK percentages

%8.47
%0
%41.24
%30.59

Codes

Color #A2B168 in popluar color models

A2B168
RGB162177104
HSL72°31.88%55.10%
HSB/HSV72°41.24%69.41%
CMYK8.47%0.00%41.24%
30.59%

Color #A2B168 in popluar number systems.

HEXA2B168
Decimal162177104
Binary10100010101100011101000
Octal242261150

Shades and tints

Shades of #A2B168

#A2B168
(162,177,104)
#94A15F
(148,161,95)
#869156
(134,145,86)
#78814D
(120,129,77)
#6A7144
(106,113,68)
#5C613B
(92,97,59)
#4E5132
(78,81,50)
#404129
(64,65,41)
#323120
(50,49,32)
#242117
(36,33,23)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #A2B168

#A2B168
(162,177,104)
#AAB875
(170,184,117)
#B2BF82
(178,191,130)
#BAC68F
(186,198,143)
#C2CD9C
(194,205,156)
#CAD4A9
(202,212,169)
#D2DBB6
(210,219,182)
#DAE2C3
(218,226,195)
#E2E9D0
(226,233,208)
#EAF0DD
(234,240,221)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B168 color. Also use rgb(162,177,104) instead hex code.

Text Font Color

.myTextColor { color: #A2B168; }

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

This text font color is #A2B168.


Background Color

.myBgColor { background-color: #A2B168; }

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

This div background color is #A2B168.


Border color

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

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

This div border color is #A2B168.


Opacity

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

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

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

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

This text has shadow with #A2B168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B168 on black background.


Color preview on white background

This text has color #A2B168 on white background.



Black color preview on #A2B168 background

This text has black color on #A2B168 background.


White color preview on #A2B168 background

This text has white color on #A2B168 background.