COLOR #A4927C

HEX: #A4927C
RGB: (164,146,124)

Color info

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

RGB color model

#A4927C color RGB value is (164,146,124).

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

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 124 of 255 = 49%

164
146
124

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 124 = 434 (100%)
R 164 of 434 ~ 37.79%
G 146 of 434 ~ 33.64%
B 124 of 434 ~ 28.57%

%37.79
%33.64
%28.57

CMYK color model

#A4927C color CMYK value is (0,11,24,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 24.39%
  • key color value is 35.69%
CMYK:
(0,11,24,36)
C0M11Y24K36 
(0%,11%,24%,36%)
(0.00/0.11/0.24/0.36)	

CMYK percentages

%0
%10.98
%24.39
%35.69

Codes

Color #A4927C in popluar color models

A4927C
RGB164146124
HSL33°18.02%56.47%
HSB/HSV33°24.39%64.31%
CMYK0.00%10.98%24.39%
35.69%

Color #A4927C in popluar number systems.

HEXA4927C
Decimal164146124
Binary10100100100100101111100
Octal244222174

Shades and tints

Shades of #A4927C

#A4927C
(164,146,124)
#968571
(150,133,113)
#887866
(136,120,102)
#7A6B5B
(122,107,91)
#6C5E50
(108,94,80)
#5E5145
(94,81,69)
#50443A
(80,68,58)
#42372F
(66,55,47)
#342A24
(52,42,36)
#261D19
(38,29,25)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #A4927C

#A4927C
(164,146,124)
#AC9B87
(172,155,135)
#B4A492
(180,164,146)
#BCAD9D
(188,173,157)
#C4B6A8
(196,182,168)
#CCBFB3
(204,191,179)
#D4C8BE
(212,200,190)
#DCD1C9
(220,209,201)
#E4DAD4
(228,218,212)
#ECE3DF
(236,227,223)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4927C; }

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

This text font color is #A4927C.


Background Color

.myBgColor { background-color: #A4927C; }

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

This div background color is #A4927C.


Border color

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

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

This div border color is #A4927C.


Opacity

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

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

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

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

This text has shadow with #A4927C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4927C on black background.


Color preview on white background

This text has color #A4927C on white background.



Black color preview on #A4927C background

This text has black color on #A4927C background.


White color preview on #A4927C background

This text has white color on #A4927C background.