COLOR #A1A572

HEX: #A1A572
RGB: (161,165,114)

Color info

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

RGB color model

#A1A572 color RGB value is (161,165,114).

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

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 114 of 255 = 45%

161
165
114

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 114 = 440 (100%)
R 161 of 440 ~ 36.59%
G 165 of 440 ~ 37.5%
B 114 of 440 ~ 25.91%

%36.59
%37.5
%25.91

CMYK color model

#A1A572 color CMYK value is (2,0,31,35).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 35.29%
CMYK:
(2,0,31,35)
C2M0Y31K35 
(2%,0%,31%,35%)
(0.02/0.00/0.31/0.35)	

CMYK percentages

%2.42
%0
%30.91
%35.29

Codes

Color #A1A572 in popluar color models

A1A572
RGB161165114
HSL65°22.08%54.71%
HSB/HSV65°30.91%64.71%
CMYK2.42%0.00%30.91%
35.29%

Color #A1A572 in popluar number systems.

HEXA1A572
Decimal161165114
Binary10100001101001011110010
Octal241245162

Shades and tints

Shades of #A1A572

#A1A572
(161,165,114)
#939668
(147,150,104)
#85875E
(133,135,94)
#777854
(119,120,84)
#69694A
(105,105,74)
#5B5A40
(91,90,64)
#4D4B36
(77,75,54)
#3F3C2C
(63,60,44)
#312D22
(49,45,34)
#231E18
(35,30,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #A1A572

#A1A572
(161,165,114)
#A9AD7E
(169,173,126)
#B1B58A
(177,181,138)
#B9BD96
(185,189,150)
#C1C5A2
(193,197,162)
#C9CDAE
(201,205,174)
#D1D5BA
(209,213,186)
#D9DDC6
(217,221,198)
#E1E5D2
(225,229,210)
#E9EDDE
(233,237,222)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A572 color. Also use rgb(161,165,114) instead hex code.

Text Font Color

.myTextColor { color: #A1A572; }

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

This text font color is #A1A572.


Background Color

.myBgColor { background-color: #A1A572; }

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

This div background color is #A1A572.


Border color

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

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

This div border color is #A1A572.


Opacity

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

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

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

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

This text has shadow with #A1A572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A572 on black background.


Color preview on white background

This text has color #A1A572 on white background.



Black color preview on #A1A572 background

This text has black color on #A1A572 background.


White color preview on #A1A572 background

This text has white color on #A1A572 background.