COLOR #A4848C

HEX: #A4848C RGB: (164,132,140)

Color info

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

RGB color model

#A4848C color RGB value is (164,132,140).

RGB: (164,132,140) (64%, 52%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 140 of 255 = 55%

164
132
140

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

Portions of RGB colors in percentages

R + G + B = 164 + 132 + 140 = 436 (100%)
R 164 of 436 ~ 37.61%
G 132 of 436 ~ 30.28%
B 140 of 436 ~ 32.11'%

%37.61
%30.28
%32.11

CMYK color model

#A4848C color CMYK value is (0,20,15,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK: (0,20,15,36) C0M20Y15K36 (0%,20%,15%,36%) (0.00/0.20/0.15/0.36) 

CMYK percentages

%0
%19.51
%14.63
%35.69

Codes

Color #A4848C in popluar color models

A4 84 8C
RGB 164 132 140
HSL 345° 14.95% 58.04%
HSB/HSV 345° 19.51% 64.31%
CMYK 0.00% 19.51% 14.63%
35.69%

Color #A4848C in popluar number systems.

HEX A4 84 8C
Decimal 164 132 140
Binary 10100100 10000100 10001100
Octal 244 204 214

Shades and tints

Shades of #A4848C

#A4848C
(164,132,140)
#967880
(150,120,128)
#886C74
(136,108,116)
#7A6068
(122,96,104)
#6C545C
(108,84,92)
#5E4850
(94,72,80)
#503C44
(80,60,68)
#423038
(66,48,56)
#34242C
(52,36,44)
#261820
(38,24,32)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #A4848C

#A4848C
(164,132,140)
#AC8F96
(172,143,150)
#B49AA0
(180,154,160)
#BCA5AA
(188,165,170)
#C4B0B4
(196,176,180)
#CCBBBE
(204,187,190)
#D4C6C8
(212,198,200)
#DCD1D2
(220,209,210)
#E4DCDC
(228,220,220)
#ECE7E6
(236,231,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4848C; }

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

This text font color is #A4848C.

Background Color

.myBgColor { background-color: #A4848C; }

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

This div background color is #A4848C.

Border color

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

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

This div border color is #A4848C.

Opacity

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

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

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

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

This text has shadow with #A4848C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4848C.

Preview

Color preview on black background

This text has color #A4848C on black background.


Color preview on white background

This text has color #A4848C on white background.


Black color preview on #A4848C background

This text has black color on #A4848C background.


White color preview on #A4848C background

This text has white color on #A4848C background.


Related colors

Complementary color

Complementary color for #hex is #5B7B73.


I love getcolorcode.com

Triadic colors

1 #8CA484 and #848CA4 with #A4848C are triadic colors.

2 #8C84A4 and #84A48C with #A4848C are triadic colors.