COLOR #A4A180

HEX: #A4A180 RGB: (164,161,128)

Color info

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

RGB color model

#A4A180 color RGB value is (164,161,128).

RGB: (164,161,128) (64%, 63%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 128 of 255 = 50%

164
161
128

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

Portions of RGB colors in percentages

R + G + B = 164 + 161 + 128 = 453 (100%)
R 164 of 453 ~ 36.2%
G 161 of 453 ~ 35.54%
B 128 of 453 ~ 28.26'%

%36.2
%35.54
%28.26

CMYK color model

#A4A180 color CMYK value is (0,2,22,36).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (0,2,22,36)
C0M2Y22K36 (0%, 2%, 22%, 36%)
(0.00 / 0.02 / 0.22 / 0.36)

CMYK percentages

%0
%1.83
%21.95
%35.69

Codes

Color #A4A180 in popluar color models

A4 A1 80
RGB 164 161 128
HSL 55° 16.51% 57.25%
HSB/HSV 55° 21.95% 64.31%
CMYK 0.00% 1.83% 21.95%
35.69%

Color #A4A180 in popluar number systems.

HEX A4 A1 80
Decimal 164 161 128
Binary 10100100 10100001 10000000
Octal 244 241 200

Shades and tints

Shades of #A4A180

#A4A180
(164,161,128)
#969375
(150,147,117)
#88856A
(136,133,106)
#7A775F
(122,119,95)
#6C6954
(108,105,84)
#5E5B49
(94,91,73)
#504D3E
(80,77,62)
#423F33
(66,63,51)
#343128
(52,49,40)
#26231D
(38,35,29)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #A4A180

#A4A180
(164,161,128)
#ACA98B
(172,169,139)
#B4B196
(180,177,150)
#BCB9A1
(188,185,161)
#C4C1AC
(196,193,172)
#CCC9B7
(204,201,183)
#D4D1C2
(212,209,194)
#DCD9CD
(220,217,205)
#E4E1D8
(228,225,216)
#ECE9E3
(236,233,227)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A180 color. Also use rgb(164,161,128) instead hex code.

Text Font Color

.myTextColor { color: #A4A180; }

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

This text font color is #A4A180.

Background Color

.myBgColor { background-color: #A4A180; }

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

This div background color is #A4A180.

Border color

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

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

This div border color is #A4A180.

Opacity

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

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

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

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

This text has shadow with #A4A180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A180.

Preview

Color preview on black background

This text has color #A4A180 on black background.


Color preview on white background

This text has color #A4A180 on white background.


Black color preview on #A4A180 background

This text has black color on #A4A180 background.


White color preview on #A4A180 background

This text has white color on #A4A180 background.


Related colors

Complementary color

Complementary color for #hex is #5B5E7F.


I love getcolorcode.com

Triadic colors

1 #80A4A1 and #A180A4 with #A4A180 are triadic colors.

2 #80A1A4 and #A1A480 with #A4A180 are triadic colors.