COLOR #A2B295

HEX: #A2B295 RGB: (162,178,149)

Color info

#A2B295 contains red, green and blue colors in about the same proportion. Web safe color of #A2B295 is #999999 (or #999).

RGB color model

#A2B295 color RGB value is (162,178,149).

RGB: (162,178,149) (64%, 70%, 58%)

RGB channels and saturation

R 162 of 255 = 64%
G 178 of 255 = 70%
B 149 of 255 = 58%

162
178
149

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

Portions of RGB colors in percentages

R + G + B = 162 + 178 + 149 = 489 (100%)
R 162 of 489 ~ 33.13%
G 178 of 489 ~ 36.4%
B 149 of 489 ~ 30.47'%

%33.13
%36.4
%30.47

CMYK color model

#A2B295 color CMYK value is (9,0,16,30).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK: (9,0,16,30) C9M0Y16K30 (9%,0%,16%,30%) (0.09/0.00/0.16/0.30) 

CMYK percentages

%8.99
%0
%16.29
%30.2

Codes

Color #A2B295 in popluar color models

A2 B2 95
RGB 162 178 149
HSL 93° 15.85% 64.12%
HSB/HSV 93° 16.29% 69.80%
CMYK 8.99% 0.00% 16.29%
30.20%

Color #A2B295 in popluar number systems.

HEX A2 B2 95
Decimal 162 178 149
Binary 10100010 10110010 10010101
Octal 242 262 225

Shades and tints

Shades of #A2B295

#A2B295
(162,178,149)
#94A288
(148,162,136)
#86927B
(134,146,123)
#78826E
(120,130,110)
#6A7261
(106,114,97)
#5C6254
(92,98,84)
#4E5247
(78,82,71)
#40423A
(64,66,58)
#32322D
(50,50,45)
#242220
(36,34,32)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #A2B295

#A2B295
(162,178,149)
#AAB99E
(170,185,158)
#B2C0A7
(178,192,167)
#BAC7B0
(186,199,176)
#C2CEB9
(194,206,185)
#CAD5C2
(202,213,194)
#D2DCCB
(210,220,203)
#DAE3D4
(218,227,212)
#E2EADD
(226,234,221)
#EAF1E6
(234,241,230)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B295 color. Also use rgb(162,178,149) instead hex code.

Text Font Color

.myTextColor { color: #A2B295; }

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

This text font color is #A2B295.

Background Color

.myBgColor { background-color: #A2B295; }

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

This div background color is #A2B295.

Border color

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

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

This div border color is #A2B295.

Opacity

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

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

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

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

This text has shadow with #A2B295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B295.

Preview

Color preview on black background

This text has color #A2B295 on black background.


Color preview on white background

This text has color #A2B295 on white background.


Black color preview on #A2B295 background

This text has black color on #A2B295 background.


White color preview on #A2B295 background

This text has white color on #A2B295 background.


Related colors

Complementary color

Complementary color for #hex is #5D4D6A.


I love getcolorcode.com

Triadic colors

1 #95A2B2 and #B295A2 with #A2B295 are triadic colors.

2 #95B2A2 and #B2A295 with #A2B295 are triadic colors.