COLOR #A1A784

HEX: #A1A784
RGB: (161,167,132)

Color info

#A1A784 contains red, green and blue colors in about the same proportion. Web safe color of #A1A784 is #999999 (or #999).

RGB color model

#A1A784 color RGB value is (161,167,132).

  • red value is 161;
  • green value is 167;
  • blue value is 132.
RGB:
(161,167,132)
(63%,65%,52%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 132 of 255 = 52%

161
167
132

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

Portions of RGB colors in percentages

R + G + B =
161 + 167 + 132 = 460 (100%)
R 161 of 460 ~ 35%
G 167 of 460 ~ 36.3%
B 132 of 460 ~ 28.7%

%35
%36.3
%28.7

CMYK color model

#A1A784 color CMYK value is (4,0,21,35).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 20.96%
  • key color value is 34.51%
CMYK:
(4,0,21,35)
C4M0Y21K35 
(4%,0%,21%,35%)
(0.04/0.00/0.21/0.35)	

CMYK percentages

%3.59
%0
%20.96
%34.51

Codes

Color #A1A784 in popluar color models

A1A784
RGB161167132
HSL70°16.59%58.63%
HSB/HSV70°20.96%65.49%
CMYK3.59%0.00%20.96%
34.51%

Color #A1A784 in popluar number systems.

HEXA1A784
Decimal161167132
Binary101000011010011110000100
Octal241247204

Shades and tints

Shades of #A1A784

#A1A784
(161,167,132)
#939878
(147,152,120)
#85896C
(133,137,108)
#777A60
(119,122,96)
#696B54
(105,107,84)
#5B5C48
(91,92,72)
#4D4D3C
(77,77,60)
#3F3E30
(63,62,48)
#312F24
(49,47,36)
#232018
(35,32,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #A1A784

#A1A784
(161,167,132)
#A9AF8F
(169,175,143)
#B1B79A
(177,183,154)
#B9BFA5
(185,191,165)
#C1C7B0
(193,199,176)
#C9CFBB
(201,207,187)
#D1D7C6
(209,215,198)
#D9DFD1
(217,223,209)
#E1E7DC
(225,231,220)
#E9EFE7
(233,239,231)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A784; }

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

This text font color is #A1A784.


Background Color

.myBgColor { background-color: #A1A784; }

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

This div background color is #A1A784.


Border color

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

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

This div border color is #A1A784.


Opacity

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

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

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

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

This text has shadow with #A1A784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A784 on black background.


Color preview on white background

This text has color #A1A784 on white background.



Black color preview on #A1A784 background

This text has black color on #A1A784 background.


White color preview on #A1A784 background

This text has white color on #A1A784 background.