COLOR #A2958A

HEX: #A2958A
RGB: (162,149,138)

Color info

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

RGB color model

#A2958A color RGB value is (162,149,138).

  • red value is 162;
  • green value is 149;
  • blue value is 138.
RGB:
(162,149,138)
(64%,58%,54%)

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 138 of 255 = 54%

162
149
138

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

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 138 = 449 (100%)
R 162 of 449 ~ 36.08%
G 149 of 449 ~ 33.18%
B 138 of 449 ~ 30.73%

%36.08
%33.18
%30.73

CMYK color model

#A2958A color CMYK value is (0,8,15,36).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 14.81%
  • key color value is 36.47%
CMYK:
(0,8,15,36)
C0M8Y15K36 
(0%,8%,15%,36%)
(0.00/0.08/0.15/0.36)	

CMYK percentages

%0
%8.02
%14.81
%36.47

Codes

Color #A2958A in popluar color models

A2958A
RGB162149138
HSL28°11.43%58.82%
HSB/HSV28°14.81%63.53%
CMYK0.00%8.02%14.81%
36.47%

Color #A2958A in popluar number systems.

HEXA2958A
Decimal162149138
Binary101000101001010110001010
Octal242225212

Shades and tints

Shades of #A2958A

#A2958A
(162,149,138)
#94887E
(148,136,126)
#867B72
(134,123,114)
#786E66
(120,110,102)
#6A615A
(106,97,90)
#5C544E
(92,84,78)
#4E4742
(78,71,66)
#403A36
(64,58,54)
#322D2A
(50,45,42)
#24201E
(36,32,30)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #A2958A

#A2958A
(162,149,138)
#AA9E94
(170,158,148)
#B2A79E
(178,167,158)
#BAB0A8
(186,176,168)
#C2B9B2
(194,185,178)
#CAC2BC
(202,194,188)
#D2CBC6
(210,203,198)
#DAD4D0
(218,212,208)
#E2DDDA
(226,221,218)
#EAE6E4
(234,230,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2958A; }

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

This text font color is #A2958A.


Background Color

.myBgColor { background-color: #A2958A; }

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

This div background color is #A2958A.


Border color

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

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

This div border color is #A2958A.


Opacity

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

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

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

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

This text has shadow with #A2958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2958A on black background.


Color preview on white background

This text has color #A2958A on white background.



Black color preview on #A2958A background

This text has black color on #A2958A background.


White color preview on #A2958A background

This text has white color on #A2958A background.