COLOR #A2987A

HEX: #A2987A RGB: (162,152,122)

Color info

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

RGB color model

#A2987A color RGB value is (162,152,122).

RGB: (162,152,122) (64%, 60%, 48%)

RGB channels and saturation

R 162 of 255 = 64%
G 152 of 255 = 60%
B 122 of 255 = 48%

162
152
122

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

Portions of RGB colors in percentages

R + G + B = 162 + 152 + 122 = 436 (100%)
R 162 of 436 ~ 37.16%
G 152 of 436 ~ 34.86%
B 122 of 436 ~ 27.98'%

%37.16
%34.86
%27.98

CMYK color model

#A2987A color CMYK value is (0,6,25,36).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 24.69%
  • key color value is 36.47%

CMYK: (0,6,25,36)
C0M6Y25K36 (0%, 6%, 25%, 36%)
(0.00 / 0.06 / 0.25 / 0.36)

CMYK percentages

%0
%6.17
%24.69
%36.47

Codes

Color #A2987A in popluar color models

A2 98 7A
RGB 162 152 122
HSL 45° 17.70% 55.69%
HSB/HSV 45° 24.69% 63.53%
CMYK 0.00% 6.17% 24.69%
36.47%

Color #A2987A in popluar number systems.

HEX A2 98 7A
Decimal 162 152 122
Binary 10100010 10011000 1111010
Octal 242 230 172

Shades and tints

Shades of #A2987A

#A2987A
(162,152,122)
#948B6F
(148,139,111)
#867E64
(134,126,100)
#787159
(120,113,89)
#6A644E
(106,100,78)
#5C5743
(92,87,67)
#4E4A38
(78,74,56)
#403D2D
(64,61,45)
#323022
(50,48,34)
#242317
(36,35,23)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #A2987A

#A2987A
(162,152,122)
#AAA186
(170,161,134)
#B2AA92
(178,170,146)
#BAB39E
(186,179,158)
#C2BCAA
(194,188,170)
#CAC5B6
(202,197,182)
#D2CEC2
(210,206,194)
#DAD7CE
(218,215,206)
#E2E0DA
(226,224,218)
#EAE9E6
(234,233,230)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2987A color. Also use rgb(162,152,122) instead hex code.

Text Font Color

.myTextColor { color: #A2987A; }

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

This text font color is #A2987A.

Background Color

.myBgColor { background-color: #A2987A; }

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

This div background color is #A2987A.

Border color

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

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

This div border color is #A2987A.

Opacity

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

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

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

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

This text has shadow with #A2987A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2987A.

Preview

Color preview on black background

This text has color #A2987A on black background.


Color preview on white background

This text has color #A2987A on white background.


Black color preview on #A2987A background

This text has black color on #A2987A background.


White color preview on #A2987A background

This text has white color on #A2987A background.


Related colors

Complementary color

Complementary color for #hex is #5D6785.


I love getcolorcode.com

Triadic colors

1 #7AA298 and #987AA2 with #A2987A are triadic colors.

2 #7A98A2 and #98A27A with #A2987A are triadic colors.