COLOR #A4848F

HEX: #A4848F RGB: (164,132,143)

Color info

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

RGB color model

#A4848F color RGB value is (164,132,143).

RGB: (164,132,143) (64%, 52%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 143 of 255 = 56%

164
132
143

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

Portions of RGB colors in percentages

R + G + B = 164 + 132 + 143 = 439 (100%)
R 164 of 439 ~ 37.36%
G 132 of 439 ~ 30.07%
B 143 of 439 ~ 32.57'%

%37.36
%30.07
%32.57

CMYK color model

#A4848F color CMYK value is (0,20,13,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 12.80%
  • key color value is 35.69%

CMYK: (0,20,13,36)
C0M20Y13K36 (0%, 20%, 13%, 36%)
(0.00 / 0.20 / 0.13 / 0.36)

CMYK percentages

%0
%19.51
%12.8
%35.69

Codes

Color #A4848F in popluar color models

A4 84 8F
RGB 164 132 143
HSL 339° 14.95% 58.04%
HSB/HSV 339° 19.51% 64.31%
CMYK 0.00% 19.51% 12.80%
35.69%

Color #A4848F in popluar number systems.

HEX A4 84 8F
Decimal 164 132 143
Binary 10100100 10000100 10001111
Octal 244 204 217

Shades and tints

Shades of #A4848F

#A4848F
(164,132,143)
#967882
(150,120,130)
#886C75
(136,108,117)
#7A6068
(122,96,104)
#6C545B
(108,84,91)
#5E484E
(94,72,78)
#503C41
(80,60,65)
#423034
(66,48,52)
#342427
(52,36,39)
#26181A
(38,24,26)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #A4848F

#A4848F
(164,132,143)
#AC8F99
(172,143,153)
#B49AA3
(180,154,163)
#BCA5AD
(188,165,173)
#C4B0B7
(196,176,183)
#CCBBC1
(204,187,193)
#D4C6CB
(212,198,203)
#DCD1D5
(220,209,213)
#E4DCDF
(228,220,223)
#ECE7E9
(236,231,233)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4848F; }

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

This text font color is #A4848F.

Background Color

.myBgColor { background-color: #A4848F; }

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

This div background color is #A4848F.

Border color

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

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

This div border color is #A4848F.

Opacity

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

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

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

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

This text has shadow with #A4848F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4848F.

Preview

Color preview on black background

This text has color #A4848F on black background.


Color preview on white background

This text has color #A4848F on white background.


Black color preview on #A4848F background

This text has black color on #A4848F background.


White color preview on #A4848F background

This text has white color on #A4848F background.


Related colors

Complementary color

Complementary color for #hex is #5B7B70.


I love getcolorcode.com

Triadic colors

1 #8FA484 and #848FA4 with #A4848F are triadic colors.

2 #8F84A4 and #84A48F with #A4848F are triadic colors.