COLOR #A2997D

HEX: #A2997D RGB: (162,153,125)

Color info

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

RGB color model

#A2997D color RGB value is (162,153,125).

RGB: (162,153,125) (64%, 60%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 125 of 255 = 49%

162
153
125

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

Portions of RGB colors in percentages

R + G + B = 162 + 153 + 125 = 440 (100%)
R 162 of 440 ~ 36.82%
G 153 of 440 ~ 34.77%
B 125 of 440 ~ 28.41'%

%36.82
%34.77
%28.41

CMYK color model

#A2997D color CMYK value is (0,6,23,36).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 22.84%
  • key color value is 36.47%

CMYK: (0,6,23,36)
C0M6Y23K36 (0%, 6%, 23%, 36%)
(0.00 / 0.06 / 0.23 / 0.36)

CMYK percentages

%0
%5.56
%22.84
%36.47

Codes

Color #A2997D in popluar color models

A2 99 7D
RGB 162 153 125
HSL 45° 16.59% 56.27%
HSB/HSV 45° 22.84% 63.53%
CMYK 0.00% 5.56% 22.84%
36.47%

Color #A2997D in popluar number systems.

HEX A2 99 7D
Decimal 162 153 125
Binary 10100010 10011001 1111101
Octal 242 231 175

Shades and tints

Shades of #A2997D

#A2997D
(162,153,125)
#948C72
(148,140,114)
#867F67
(134,127,103)
#78725C
(120,114,92)
#6A6551
(106,101,81)
#5C5846
(92,88,70)
#4E4B3B
(78,75,59)
#403E30
(64,62,48)
#323125
(50,49,37)
#24241A
(36,36,26)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #A2997D

#A2997D
(162,153,125)
#AAA288
(170,162,136)
#B2AB93
(178,171,147)
#BAB49E
(186,180,158)
#C2BDA9
(194,189,169)
#CAC6B4
(202,198,180)
#D2CFBF
(210,207,191)
#DAD8CA
(218,216,202)
#E2E1D5
(226,225,213)
#EAEAE0
(234,234,224)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2997D color. Also use rgb(162,153,125) instead hex code.

Text Font Color

.myTextColor { color: #A2997D; }

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

This text font color is #A2997D.

Background Color

.myBgColor { background-color: #A2997D; }

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

This div background color is #A2997D.

Border color

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

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

This div border color is #A2997D.

Opacity

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

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

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

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

This text has shadow with #A2997D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2997D.

Preview

Color preview on black background

This text has color #A2997D on black background.


Color preview on white background

This text has color #A2997D on white background.


Black color preview on #A2997D background

This text has black color on #A2997D background.


White color preview on #A2997D background

This text has white color on #A2997D background.


Related colors

Complementary color

Complementary color for #hex is #5D6682.


I love getcolorcode.com

Triadic colors

1 #7DA299 and #997DA2 with #A2997D are triadic colors.

2 #7D99A2 and #99A27D with #A2997D are triadic colors.