COLOR #A5A47C

HEX: #A5A47C
RGB: (165,164,124)

Color info

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

RGB color model

#A5A47C color RGB value is (165,164,124).

  • red value is 165;
  • green value is 164;
  • blue value is 124.
RGB:
(165,164,124)
(65%,64%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 124 of 255 = 49%

165
164
124

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

Portions of RGB colors in percentages

R + G + B =
165 + 164 + 124 = 453 (100%)
R 165 of 453 ~ 36.42%
G 164 of 453 ~ 36.2%
B 124 of 453 ~ 27.37%

%36.42
%36.2
%27.37

CMYK color model

#A5A47C color CMYK value is (0,1,25,35).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(0,1,25,35)
C0M1Y25K35 
(0%,1%,25%,35%)
(0.00/0.01/0.25/0.35)	

CMYK percentages

%0
%0.61
%24.85
%35.29

Codes

Color #A5A47C in popluar color models

A5A47C
RGB165164124
HSL59°18.55%56.67%
HSB/HSV59°24.85%64.71%
CMYK0.00%0.61%24.85%
35.29%

Color #A5A47C in popluar number systems.

HEXA5A47C
Decimal165164124
Binary10100101101001001111100
Octal245244174

Shades and tints

Shades of #A5A47C

#A5A47C
(165,164,124)
#969671
(150,150,113)
#878866
(135,136,102)
#787A5B
(120,122,91)
#696C50
(105,108,80)
#5A5E45
(90,94,69)
#4B503A
(75,80,58)
#3C422F
(60,66,47)
#2D3424
(45,52,36)
#1E2619
(30,38,25)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #A5A47C

#A5A47C
(165,164,124)
#ADAC87
(173,172,135)
#B5B492
(181,180,146)
#BDBC9D
(189,188,157)
#C5C4A8
(197,196,168)
#CDCCB3
(205,204,179)
#D5D4BE
(213,212,190)
#DDDCC9
(221,220,201)
#E5E4D4
(229,228,212)
#EDECDF
(237,236,223)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A47C color. Also use rgb(165,164,124) instead hex code.

Text Font Color

.myTextColor { color: #A5A47C; }

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

This text font color is #A5A47C.


Background Color

.myBgColor { background-color: #A5A47C; }

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

This div background color is #A5A47C.


Border color

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

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

This div border color is #A5A47C.


Opacity

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

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

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

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

This text has shadow with #A5A47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A47C on black background.


Color preview on white background

This text has color #A5A47C on white background.



Black color preview on #A5A47C background

This text has black color on #A5A47C background.


White color preview on #A5A47C background

This text has white color on #A5A47C background.