COLOR #A4848B

HEX: #A4848B RGB: (164,132,139)

Color info

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

RGB color model

#A4848B color RGB value is (164,132,139).

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

RGB channels and saturation

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

164
132
139

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

Portions of RGB colors in percentages

R + G + B = 164 + 132 + 139 = 435 (100%)
R 164 of 435 ~ 37.7%
G 132 of 435 ~ 30.34%
B 139 of 435 ~ 31.95'%

%37.7
%30.34
%31.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 15.24%
  • 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
%15.24
%35.69

Codes

Color #A4848B in popluar color models

A4 84 8B
RGB 164 132 139
HSL 347° 14.95% 58.04%
HSB/HSV 347° 19.51% 64.31%
CMYK 0.00% 19.51% 15.24%
35.69%

Color #A4848B in popluar number systems.

HEX A4 84 8B
Decimal 164 132 139
Binary 10100100 10000100 10001011
Octal 244 204 213

Shades and tints

Shades of #A4848B

#A4848B
(164,132,139)
#96787F
(150,120,127)
#886C73
(136,108,115)
#7A6067
(122,96,103)
#6C545B
(108,84,91)
#5E484F
(94,72,79)
#503C43
(80,60,67)
#423037
(66,48,55)
#34242B
(52,36,43)
#26181F
(38,24,31)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #A4848B

#A4848B
(164,132,139)
#AC8F95
(172,143,149)
#B49A9F
(180,154,159)
#BCA5A9
(188,165,169)
#C4B0B3
(196,176,179)
#CCBBBD
(204,187,189)
#D4C6C7
(212,198,199)
#DCD1D1
(220,209,209)
#E4DCDB
(228,220,219)
#ECE7E5
(236,231,229)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4848B; }

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

This text font color is #A4848B.

Background Color

.myBgColor { background-color: #A4848B; }

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

This div background color is #A4848B.

Border color

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

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

This div border color is #A4848B.

Opacity

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

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

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

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

This text has shadow with #A4848B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4848B.

Preview

Color preview on black background

This text has color #A4848B on black background.


Color preview on white background

This text has color #A4848B on white background.


Black color preview on #A4848B background

This text has black color on #A4848B background.


White color preview on #A4848B background

This text has white color on #A4848B background.


Related colors

Complementary color

Complementary color for #hex is #5B7B74.


I love getcolorcode.com

Triadic colors

1 #8BA484 and #848BA4 with #A4848B are triadic colors.

2 #8B84A4 and #84A48B with #A4848B are triadic colors.