COLOR #A1A673

HEX: #A1A673
RGB: (161,166,115)

Color info

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

RGB color model

#A1A673 color RGB value is (161,166,115).

  • red value is 161;
  • green value is 166;
  • blue value is 115.
RGB:
(161,166,115)
(63%,65%,45%)

RGB channels and saturation

R 161 of 255 = 63%
G 166 of 255 = 65%
B 115 of 255 = 45%

161
166
115

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

Portions of RGB colors in percentages

R + G + B =
161 + 166 + 115 = 442 (100%)
R 161 of 442 ~ 36.43%
G 166 of 442 ~ 37.56%
B 115 of 442 ~ 26.02%

%36.43
%37.56
%26.02

CMYK color model

#A1A673 color CMYK value is (3,0,31,35).

  • cyan value is 3.01%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 34.90%
CMYK:
(3,0,31,35)
C3M0Y31K35 
(3%,0%,31%,35%)
(0.03/0.00/0.31/0.35)	

CMYK percentages

%3.01
%0
%30.72
%34.9

Codes

Color #A1A673 in popluar color models

A1A673
RGB161166115
HSL66°22.27%55.10%
HSB/HSV66°30.72%65.10%
CMYK3.01%0.00%30.72%
34.90%

Color #A1A673 in popluar number systems.

HEXA1A673
Decimal161166115
Binary10100001101001101110011
Octal241246163

Shades and tints

Shades of #A1A673

#A1A673
(161,166,115)
#939769
(147,151,105)
#85885F
(133,136,95)
#777955
(119,121,85)
#696A4B
(105,106,75)
#5B5B41
(91,91,65)
#4D4C37
(77,76,55)
#3F3D2D
(63,61,45)
#312E23
(49,46,35)
#231F19
(35,31,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #A1A673

#A1A673
(161,166,115)
#A9AE7F
(169,174,127)
#B1B68B
(177,182,139)
#B9BE97
(185,190,151)
#C1C6A3
(193,198,163)
#C9CEAF
(201,206,175)
#D1D6BB
(209,214,187)
#D9DEC7
(217,222,199)
#E1E6D3
(225,230,211)
#E9EEDF
(233,238,223)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A673; }

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

This text font color is #A1A673.


Background Color

.myBgColor { background-color: #A1A673; }

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

This div background color is #A1A673.


Border color

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

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

This div border color is #A1A673.


Opacity

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

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

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

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

This text has shadow with #A1A673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A673 on black background.


Color preview on white background

This text has color #A1A673 on white background.



Black color preview on #A1A673 background

This text has black color on #A1A673 background.


White color preview on #A1A673 background

This text has white color on #A1A673 background.