COLOR #A2A77C

HEX: #A2A77C RGB: (162,167,124)

Color info

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

RGB color model

#A2A77C color RGB value is (162,167,124).

RGB: (162,167,124) (64%, 65%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 167 of 255 = 65%
B 124 of 255 = 49%

162
167
124

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

Portions of RGB colors in percentages

R + G + B = 162 + 167 + 124 = 453 (100%)
R 162 of 453 ~ 35.76%
G 167 of 453 ~ 36.87%
B 124 of 453 ~ 27.37'%

%35.76
%36.87
%27.37

CMYK color model

#A2A77C color CMYK value is (3,0,26,35).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 34.51%

CMYK: (3,0,26,35)
C3M0Y26K35 (3%, 0%, 26%, 35%)
(0.03 / 0.00 / 0.26 / 0.35)

CMYK percentages

%2.99
%0
%25.75
%34.51

Codes

Color #A2A77C in popluar color models

A2 A7 7C
RGB 162 167 124
HSL 67° 19.63% 57.06%
HSB/HSV 67° 25.75% 65.49%
CMYK 2.99% 0.00% 25.75%
34.51%

Color #A2A77C in popluar number systems.

HEX A2 A7 7C
Decimal 162 167 124
Binary 10100010 10100111 1111100
Octal 242 247 174

Shades and tints

Shades of #A2A77C

#A2A77C
(162,167,124)
#949871
(148,152,113)
#868966
(134,137,102)
#787A5B
(120,122,91)
#6A6B50
(106,107,80)
#5C5C45
(92,92,69)
#4E4D3A
(78,77,58)
#403E2F
(64,62,47)
#322F24
(50,47,36)
#242019
(36,32,25)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #A2A77C

#A2A77C
(162,167,124)
#AAAF87
(170,175,135)
#B2B792
(178,183,146)
#BABF9D
(186,191,157)
#C2C7A8
(194,199,168)
#CACFB3
(202,207,179)
#D2D7BE
(210,215,190)
#DADFC9
(218,223,201)
#E2E7D4
(226,231,212)
#EAEFDF
(234,239,223)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A77C color. Also use rgb(162,167,124) instead hex code.

Text Font Color

.myTextColor { color: #A2A77C; }

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

This text font color is #A2A77C.

Background Color

.myBgColor { background-color: #A2A77C; }

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

This div background color is #A2A77C.

Border color

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

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

This div border color is #A2A77C.

Opacity

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

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

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

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

This text has shadow with #A2A77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A77C.

Preview

Color preview on black background

This text has color #A2A77C on black background.


Color preview on white background

This text has color #A2A77C on white background.


Black color preview on #A2A77C background

This text has black color on #A2A77C background.


White color preview on #A2A77C background

This text has white color on #A2A77C background.


Related colors

Complementary color

Complementary color for #hex is #5D5883.


I love getcolorcode.com

Triadic colors

1 #7CA2A7 and #A77CA2 with #A2A77C are triadic colors.

2 #7CA7A2 and #A7A27C with #A2A77C are triadic colors.