COLOR #A1A77E

HEX: #A1A77E RGB: (161,167,126)

Color info

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

RGB color model

#A1A77E color RGB value is (161,167,126).

RGB: (161,167,126) (63%, 65%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 126 of 255 = 49%

161
167
126

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

Portions of RGB colors in percentages

R + G + B = 161 + 167 + 126 = 454 (100%)
R 161 of 454 ~ 35.46%
G 167 of 454 ~ 36.78%
B 126 of 454 ~ 27.75'%

%35.46
%36.78
%27.75

CMYK color model

#A1A77E color CMYK value is (4,0,25,35).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 34.51%

CMYK: (4,0,25,35)
C4M0Y25K35 (4%, 0%, 25%, 35%)
(0.04 / 0.00 / 0.25 / 0.35)

CMYK percentages

%3.59
%0
%24.55
%34.51

Codes

Color #A1A77E in popluar color models

A1 A7 7E
RGB 161 167 126
HSL 69° 18.89% 57.45%
HSB/HSV 69° 24.55% 65.49%
CMYK 3.59% 0.00% 24.55%
34.51%

Color #A1A77E in popluar number systems.

HEX A1 A7 7E
Decimal 161 167 126
Binary 10100001 10100111 1111110
Octal 241 247 176

Shades and tints

Shades of #A1A77E

#A1A77E
(161,167,126)
#939873
(147,152,115)
#858968
(133,137,104)
#777A5D
(119,122,93)
#696B52
(105,107,82)
#5B5C47
(91,92,71)
#4D4D3C
(77,77,60)
#3F3E31
(63,62,49)
#312F26
(49,47,38)
#23201B
(35,32,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A1A77E

#A1A77E
(161,167,126)
#A9AF89
(169,175,137)
#B1B794
(177,183,148)
#B9BF9F
(185,191,159)
#C1C7AA
(193,199,170)
#C9CFB5
(201,207,181)
#D1D7C0
(209,215,192)
#D9DFCB
(217,223,203)
#E1E7D6
(225,231,214)
#E9EFE1
(233,239,225)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A77E color. Also use rgb(161,167,126) instead hex code.

Text Font Color

.myTextColor { color: #A1A77E; }

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

This text font color is #A1A77E.

Background Color

.myBgColor { background-color: #A1A77E; }

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

This div background color is #A1A77E.

Border color

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

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

This div border color is #A1A77E.

Opacity

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

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

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

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

This text has shadow with #A1A77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A77E.

Preview

Color preview on black background

This text has color #A1A77E on black background.


Color preview on white background

This text has color #A1A77E on white background.


Black color preview on #A1A77E background

This text has black color on #A1A77E background.


White color preview on #A1A77E background

This text has white color on #A1A77E background.


Related colors

Complementary color

Complementary color for #hex is #5E5881.


I love getcolorcode.com

Triadic colors

1 #7EA1A7 and #A77EA1 with #A1A77E are triadic colors.

2 #7EA7A1 and #A7A17E with #A1A77E are triadic colors.