COLOR #A4857E

HEX: #A4857E
RGB: (164,133,126)

Color info

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

RGB color model

#A4857E color RGB value is (164,133,126).

  • red value is 164;
  • green value is 133;
  • blue value is 126.
RGB:
(164,133,126)
(64%,52%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 126 of 255 = 49%

164
133
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 126 = 423 (100%)
R 164 of 423 ~ 38.77%
G 133 of 423 ~ 31.44%
B 126 of 423 ~ 29.79%

%38.77
%31.44
%29.79

CMYK color model

#A4857E color CMYK value is (0,19,23,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(0,19,23,36)
C0M19Y23K36 
(0%,19%,23%,36%)
(0.00/0.19/0.23/0.36)	

CMYK percentages

%0
%18.9
%23.17
%35.69

Codes

Color #A4857E in popluar color models

A4857E
RGB164133126
HSL11°17.27%56.86%
HSB/HSV11°23.17%64.31%
CMYK0.00%18.90%23.17%
35.69%

Color #A4857E in popluar number systems.

HEXA4857E
Decimal164133126
Binary10100100100001011111110
Octal244205176

Shades and tints

Shades of #A4857E

#A4857E
(164,133,126)
#967973
(150,121,115)
#886D68
(136,109,104)
#7A615D
(122,97,93)
#6C5552
(108,85,82)
#5E4947
(94,73,71)
#503D3C
(80,61,60)
#423131
(66,49,49)
#342526
(52,37,38)
#26191B
(38,25,27)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #A4857E

#A4857E
(164,133,126)
#AC9089
(172,144,137)
#B49B94
(180,155,148)
#BCA69F
(188,166,159)
#C4B1AA
(196,177,170)
#CCBCB5
(204,188,181)
#D4C7C0
(212,199,192)
#DCD2CB
(220,210,203)
#E4DDD6
(228,221,214)
#ECE8E1
(236,232,225)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4857E color. Also use rgb(164,133,126) instead hex code.

Text Font Color

.myTextColor { color: #A4857E; }

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

This text font color is #A4857E.


Background Color

.myBgColor { background-color: #A4857E; }

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

This div background color is #A4857E.


Border color

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

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

This div border color is #A4857E.


Opacity

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

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

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

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

This text has shadow with #A4857E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4857E on black background.


Color preview on white background

This text has color #A4857E on white background.



Black color preview on #A4857E background

This text has black color on #A4857E background.


White color preview on #A4857E background

This text has white color on #A4857E background.