COLOR #A2B494

HEX: #A2B494 RGB: (162,180,148)

Color info

#A2B494 contains red, green and blue colors in about the same proportion. Web safe color of #A2B494 is #99CC99 (or #9C9).

RGB color model

#A2B494 color RGB value is (162,180,148).

RGB: (162,180,148) (64%, 71%, 58%)

RGB channels and saturation

R 162 of 255 = 64%
G 180 of 255 = 71%
B 148 of 255 = 58%

162
180
148

R + G + B ~ 64%. #A2B494 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 180 + 148 = 490 (100%)
R 162 of 490 ~ 33.06%
G 180 of 490 ~ 36.73%
B 148 of 490 ~ 30.2'%

%33.06
%36.73
%30.2

CMYK color model

#A2B494 color CMYK value is (10,0,18,29).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 29.41%
CMYK: (10,0,18,29) C10M0Y18K29 (10%,0%,18%,29%) (0.10/0.00/0.18/0.29) 

CMYK percentages

%10
%0
%17.78
%29.41

Codes

Color #A2B494 in popluar color models

A2 B4 94
RGB 162 180 148
HSL 94° 17.58% 64.31%
HSB/HSV 94° 17.78% 70.59%
CMYK 10.00% 0.00% 17.78%
29.41%

Color #A2B494 in popluar number systems.

HEX A2 B4 94
Decimal 162 180 148
Binary 10100010 10110100 10010100
Octal 242 264 224

Shades and tints

Shades of #A2B494

#A2B494
(162,180,148)
#94A487
(148,164,135)
#86947A
(134,148,122)
#78846D
(120,132,109)
#6A7460
(106,116,96)
#5C6453
(92,100,83)
#4E5446
(78,84,70)
#404439
(64,68,57)
#32342C
(50,52,44)
#24241F
(36,36,31)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #A2B494

#A2B494
(162,180,148)
#AABA9D
(170,186,157)
#B2C0A6
(178,192,166)
#BAC6AF
(186,198,175)
#C2CCB8
(194,204,184)
#CAD2C1
(202,210,193)
#D2D8CA
(210,216,202)
#DADED3
(218,222,211)
#E2E4DC
(226,228,220)
#EAEAE5
(234,234,229)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B494 color. Also use rgb(162,180,148) instead hex code.

Text Font Color

.myTextColor { color: #A2B494; }

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

This text font color is #A2B494.

Background Color

.myBgColor { background-color: #A2B494; }

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

This div background color is #A2B494.

Border color

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

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

This div border color is #A2B494.

Opacity

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

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

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

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

This text has shadow with #A2B494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B494.

Preview

Color preview on black background

This text has color #A2B494 on black background.


Color preview on white background

This text has color #A2B494 on white background.


Black color preview on #A2B494 background

This text has black color on #A2B494 background.


White color preview on #A2B494 background

This text has white color on #A2B494 background.


Related colors

Complementary color

Complementary color for #hex is #5D4B6B.


I love getcolorcode.com

Triadic colors

1 #94A2B4 and #B494A2 with #A2B494 are triadic colors.

2 #94B4A2 and #B4A294 with #A2B494 are triadic colors.