COLOR #A1A373

HEX: #A1A373 RGB: (161,163,115)

Color info

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

RGB color model

#A1A373 color RGB value is (161,163,115).

RGB: (161,163,115) (63%, 64%, 45%)

RGB channels and saturation

R 161 of 255 = 63%
G 163 of 255 = 64%
B 115 of 255 = 45%

161
163
115

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

Portions of RGB colors in percentages

R + G + B = 161 + 163 + 115 = 439 (100%)
R 161 of 439 ~ 36.67%
G 163 of 439 ~ 37.13%
B 115 of 439 ~ 26.2'%

%36.67
%37.13
%26.2

CMYK color model

#A1A373 color CMYK value is (1,0,29,36).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%

CMYK: (1,0,29,36)
C1M0Y29K36 (1%, 0%, 29%, 36%)
(0.01 / 0.00 / 0.29 / 0.36)

CMYK percentages

%1.23
%0
%29.45
%36.08

Codes

Color #A1A373 in popluar color models

A1 A3 73
RGB 161 163 115
HSL 63° 20.69% 54.51%
HSB/HSV 63° 29.45% 63.92%
CMYK 1.23% 0.00% 29.45%
36.08%

Color #A1A373 in popluar number systems.

HEX A1 A3 73
Decimal 161 163 115
Binary 10100001 10100011 1110011
Octal 241 243 163

Shades and tints

Shades of #A1A373

#A1A373
(161,163,115)
#939569
(147,149,105)
#85875F
(133,135,95)
#777955
(119,121,85)
#696B4B
(105,107,75)
#5B5D41
(91,93,65)
#4D4F37
(77,79,55)
#3F412D
(63,65,45)
#313323
(49,51,35)
#232519
(35,37,25)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #A1A373

#A1A373
(161,163,115)
#A9AB7F
(169,171,127)
#B1B38B
(177,179,139)
#B9BB97
(185,187,151)
#C1C3A3
(193,195,163)
#C9CBAF
(201,203,175)
#D1D3BB
(209,211,187)
#D9DBC7
(217,219,199)
#E1E3D3
(225,227,211)
#E9EBDF
(233,235,223)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A373 color. Also use rgb(161,163,115) instead hex code.

Text Font Color

.myTextColor { color: #A1A373; }

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

This text font color is #A1A373.

Background Color

.myBgColor { background-color: #A1A373; }

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

This div background color is #A1A373.

Border color

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

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

This div border color is #A1A373.

Opacity

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

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

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

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

This text has shadow with #A1A373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A373.

Preview

Color preview on black background

This text has color #A1A373 on black background.


Color preview on white background

This text has color #A1A373 on white background.


Black color preview on #A1A373 background

This text has black color on #A1A373 background.


White color preview on #A1A373 background

This text has white color on #A1A373 background.


Related colors

Complementary color

Complementary color for #hex is #5E5C8C.


I love getcolorcode.com

Triadic colors

1 #73A1A3 and #A373A1 with #A1A373 are triadic colors.

2 #73A3A1 and #A3A173 with #A1A373 are triadic colors.