COLOR #A4858D

HEX: #A4858D RGB: (164,133,141)

Color info

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

RGB color model

#A4858D color RGB value is (164,133,141).

RGB: (164,133,141) (64%, 52%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 141 of 255 = 55%

164
133
141

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

Portions of RGB colors in percentages

R + G + B = 164 + 133 + 141 = 438 (100%)
R 164 of 438 ~ 37.44%
G 133 of 438 ~ 30.37%
B 141 of 438 ~ 32.19'%

%37.44
%30.37
%32.19

CMYK color model

#A4858D color CMYK value is (0,19,14,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 14.02%
  • key color value is 35.69%
CMYK: (0,19,14,36) C0M19Y14K36 (0%,19%,14%,36%) (0.00/0.19/0.14/0.36) 

CMYK percentages

%0
%18.9
%14.02
%35.69

Codes

Color #A4858D in popluar color models

A4 85 8D
RGB 164 133 141
HSL 345° 14.55% 58.24%
HSB/HSV 345° 18.90% 64.31%
CMYK 0.00% 18.90% 14.02%
35.69%

Color #A4858D in popluar number systems.

HEX A4 85 8D
Decimal 164 133 141
Binary 10100100 10000101 10001101
Octal 244 205 215

Shades and tints

Shades of #A4858D

#A4858D
(164,133,141)
#967981
(150,121,129)
#886D75
(136,109,117)
#7A6169
(122,97,105)
#6C555D
(108,85,93)
#5E4951
(94,73,81)
#503D45
(80,61,69)
#423139
(66,49,57)
#34252D
(52,37,45)
#261921
(38,25,33)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #A4858D

#A4858D
(164,133,141)
#AC9097
(172,144,151)
#B49BA1
(180,155,161)
#BCA6AB
(188,166,171)
#C4B1B5
(196,177,181)
#CCBCBF
(204,188,191)
#D4C7C9
(212,199,201)
#DCD2D3
(220,210,211)
#E4DDDD
(228,221,221)
#ECE8E7
(236,232,231)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4858D; }

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

This text font color is #A4858D.

Background Color

.myBgColor { background-color: #A4858D; }

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

This div background color is #A4858D.

Border color

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

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

This div border color is #A4858D.

Opacity

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

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

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

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

This text has shadow with #A4858D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4858D.

Preview

Color preview on black background

This text has color #A4858D on black background.


Color preview on white background

This text has color #A4858D on white background.


Black color preview on #A4858D background

This text has black color on #A4858D background.


White color preview on #A4858D background

This text has white color on #A4858D background.


Related colors

Complementary color

Complementary color for #hex is #5B7A72.


I love getcolorcode.com

Triadic colors

1 #8DA485 and #858DA4 with #A4858D are triadic colors.

2 #8D85A4 and #85A48D with #A4858D are triadic colors.