COLOR #A4818C

HEX: #A4818C
RGB: (164,129,140)

Color info

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

RGB color model

#A4818C color RGB value is (164,129,140).

  • red value is 164;
  • green value is 129;
  • blue value is 140.
RGB:
(164,129,140)
(64%,51%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 140 of 255 = 55%

164
129
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 129 + 140 = 433 (100%)
R 164 of 433 ~ 37.88%
G 129 of 433 ~ 29.79%
B 140 of 433 ~ 32.33%

%37.88
%29.79
%32.33

CMYK color model

#A4818C color CMYK value is (0,21,15,36).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,21,15,36)
C0M21Y15K36 
(0%,21%,15%,36%)
(0.00/0.21/0.15/0.36)	

CMYK percentages

%0
%21.34
%14.63
%35.69

Codes

Color #A4818C in popluar color models

A4818C
RGB164129140
HSL341°16.13%57.45%
HSB/HSV341°21.34%64.31%
CMYK0.00%21.34%14.63%
35.69%

Color #A4818C in popluar number systems.

HEXA4818C
Decimal164129140
Binary101001001000000110001100
Octal244201214

Shades and tints

Shades of #A4818C

#A4818C
(164,129,140)
#967680
(150,118,128)
#886B74
(136,107,116)
#7A6068
(122,96,104)
#6C555C
(108,85,92)
#5E4A50
(94,74,80)
#503F44
(80,63,68)
#423438
(66,52,56)
#34292C
(52,41,44)
#261E20
(38,30,32)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A4818C

#A4818C
(164,129,140)
#AC8C96
(172,140,150)
#B497A0
(180,151,160)
#BCA2AA
(188,162,170)
#C4ADB4
(196,173,180)
#CCB8BE
(204,184,190)
#D4C3C8
(212,195,200)
#DCCED2
(220,206,210)
#E4D9DC
(228,217,220)
#ECE4E6
(236,228,230)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4818C color. Also use rgb(164,129,140) instead hex code.

Text Font Color

.myTextColor { color: #A4818C; }

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

This text font color is #A4818C.


Background Color

.myBgColor { background-color: #A4818C; }

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

This div background color is #A4818C.


Border color

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

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

This div border color is #A4818C.


Opacity

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

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

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

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

This text has shadow with #A4818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4818C on black background.


Color preview on white background

This text has color #A4818C on white background.



Black color preview on #A4818C background

This text has black color on #A4818C background.


White color preview on #A4818C background

This text has white color on #A4818C background.