COLOR #A4818B

HEX: #A4818B RGB: (164,129,139)

Color info

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

RGB color model

#A4818B color RGB value is (164,129,139).

RGB: (164,129,139) (64%, 51%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 139 of 255 = 55%

164
129
139

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

Portions of RGB colors in percentages

R + G + B = 164 + 129 + 139 = 432 (100%)
R 164 of 432 ~ 37.96%
G 129 of 432 ~ 29.86%
B 139 of 432 ~ 32.18'%

%37.96
%29.86
%32.18

CMYK color model

#A4818B color CMYK value is (0,21,15,36).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK: (0,21,15,36) C0M21Y15K36 (0%,21%,15%,36%) (0.00/0.21/0.15/0.36) 

CMYK percentages

%0
%21.34
%15.24
%35.69

Codes

Color #A4818B in popluar color models

A4 81 8B
RGB 164 129 139
HSL 343° 16.13% 57.45%
HSB/HSV 343° 21.34% 64.31%
CMYK 0.00% 21.34% 15.24%
35.69%

Color #A4818B in popluar number systems.

HEX A4 81 8B
Decimal 164 129 139
Binary 10100100 10000001 10001011
Octal 244 201 213

Shades and tints

Shades of #A4818B

#A4818B
(164,129,139)
#96767F
(150,118,127)
#886B73
(136,107,115)
#7A6067
(122,96,103)
#6C555B
(108,85,91)
#5E4A4F
(94,74,79)
#503F43
(80,63,67)
#423437
(66,52,55)
#34292B
(52,41,43)
#261E1F
(38,30,31)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A4818B

#A4818B
(164,129,139)
#AC8C95
(172,140,149)
#B4979F
(180,151,159)
#BCA2A9
(188,162,169)
#C4ADB3
(196,173,179)
#CCB8BD
(204,184,189)
#D4C3C7
(212,195,199)
#DCCED1
(220,206,209)
#E4D9DB
(228,217,219)
#ECE4E5
(236,228,229)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4818B; }

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

This text font color is #A4818B.

Background Color

.myBgColor { background-color: #A4818B; }

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

This div background color is #A4818B.

Border color

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

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

This div border color is #A4818B.

Opacity

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

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

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

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

This text has shadow with #A4818B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4818B.

Preview

Color preview on black background

This text has color #A4818B on black background.


Color preview on white background

This text has color #A4818B on white background.


Black color preview on #A4818B background

This text has black color on #A4818B background.


White color preview on #A4818B background

This text has white color on #A4818B background.


Related colors

Complementary color

Complementary color for #hex is #5B7E74.


I love getcolorcode.com

Triadic colors

1 #8BA481 and #818BA4 with #A4818B are triadic colors.

2 #8B81A4 and #81A48B with #A4818B are triadic colors.