COLOR #A4858B

HEX: #A4858B RGB: (164,133,139)

Color info

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

RGB color model

#A4858B color RGB value is (164,133,139).

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

RGB channels and saturation

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

164
133
139

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

Portions of RGB colors in percentages

R + G + B = 164 + 133 + 139 = 436 (100%)
R 164 of 436 ~ 37.61%
G 133 of 436 ~ 30.5%
B 139 of 436 ~ 31.88'%

%37.61
%30.5
%31.88

CMYK color model

#A4858B color CMYK value is (0,19,15,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK: (0,19,15,36) C0M19Y15K36 (0%,19%,15%,36%) (0.00/0.19/0.15/0.36) 

CMYK percentages

%0
%18.9
%15.24
%35.69

Codes

Color #A4858B in popluar color models

A4 85 8B
RGB 164 133 139
HSL 348° 14.55% 58.24%
HSB/HSV 348° 18.90% 64.31%
CMYK 0.00% 18.90% 15.24%
35.69%

Color #A4858B in popluar number systems.

HEX A4 85 8B
Decimal 164 133 139
Binary 10100100 10000101 10001011
Octal 244 205 213

Shades and tints

Shades of #A4858B

#A4858B
(164,133,139)
#96797F
(150,121,127)
#886D73
(136,109,115)
#7A6167
(122,97,103)
#6C555B
(108,85,91)
#5E494F
(94,73,79)
#503D43
(80,61,67)
#423137
(66,49,55)
#34252B
(52,37,43)
#26191F
(38,25,31)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #A4858B

#A4858B
(164,133,139)
#AC9095
(172,144,149)
#B49B9F
(180,155,159)
#BCA6A9
(188,166,169)
#C4B1B3
(196,177,179)
#CCBCBD
(204,188,189)
#D4C7C7
(212,199,199)
#DCD2D1
(220,210,209)
#E4DDDB
(228,221,219)
#ECE8E5
(236,232,229)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4858B; }

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

This text font color is #A4858B.

Background Color

.myBgColor { background-color: #A4858B; }

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

This div background color is #A4858B.

Border color

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

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

This div border color is #A4858B.

Opacity

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

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

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

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

This text has shadow with #A4858B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4858B.

Preview

Color preview on black background

This text has color #A4858B on black background.


Color preview on white background

This text has color #A4858B on white background.


Black color preview on #A4858B background

This text has black color on #A4858B background.


White color preview on #A4858B background

This text has white color on #A4858B background.


Related colors

Complementary color

Complementary color for #hex is #5B7A74.


I love getcolorcode.com

Triadic colors

1 #8BA485 and #858BA4 with #A4858B are triadic colors.

2 #8B85A4 and #85A48B with #A4858B are triadic colors.