COLOR #A4828D

HEX: #A4828D RGB: (164,130,141)

Color info

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

RGB color model

#A4828D color RGB value is (164,130,141).

RGB: (164,130,141) (64%, 51%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 141 of 255 = 55%

164
130
141

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

Portions of RGB colors in percentages

R + G + B = 164 + 130 + 141 = 435 (100%)
R 164 of 435 ~ 37.7%
G 130 of 435 ~ 29.89%
B 141 of 435 ~ 32.41'%

%37.7
%29.89
%32.41

CMYK color model

#A4828D color CMYK value is (0,21,14,36).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 14.02%
  • key color value is 35.69%

CMYK: (0,21,14,36)
C0M21Y14K36 (0%, 21%, 14%, 36%)
(0.00 / 0.21 / 0.14 / 0.36)

CMYK percentages

%0
%20.73
%14.02
%35.69

Codes

Color #A4828D in popluar color models

A4 82 8D
RGB 164 130 141
HSL 341° 15.74% 57.65%
HSB/HSV 341° 20.73% 64.31%
CMYK 0.00% 20.73% 14.02%
35.69%

Color #A4828D in popluar number systems.

HEX A4 82 8D
Decimal 164 130 141
Binary 10100100 10000010 10001101
Octal 244 202 215

Shades and tints

Shades of #A4828D

#A4828D
(164,130,141)
#967781
(150,119,129)
#886C75
(136,108,117)
#7A6169
(122,97,105)
#6C565D
(108,86,93)
#5E4B51
(94,75,81)
#504045
(80,64,69)
#423539
(66,53,57)
#342A2D
(52,42,45)
#261F21
(38,31,33)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #A4828D

#A4828D
(164,130,141)
#AC8D97
(172,141,151)
#B498A1
(180,152,161)
#BCA3AB
(188,163,171)
#C4AEB5
(196,174,181)
#CCB9BF
(204,185,191)
#D4C4C9
(212,196,201)
#DCCFD3
(220,207,211)
#E4DADD
(228,218,221)
#ECE5E7
(236,229,231)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4828D; }

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

This text font color is #A4828D.

Background Color

.myBgColor { background-color: #A4828D; }

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

This div background color is #A4828D.

Border color

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

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

This div border color is #A4828D.

Opacity

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

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

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

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

This text has shadow with #A4828D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4828D.

Preview

Color preview on black background

This text has color #A4828D on black background.


Color preview on white background

This text has color #A4828D on white background.


Black color preview on #A4828D background

This text has black color on #A4828D background.


White color preview on #A4828D background

This text has white color on #A4828D background.


Related colors

Complementary color

Complementary color for #hex is #5B7D72.


I love getcolorcode.com

Triadic colors

1 #8DA482 and #828DA4 with #A4828D are triadic colors.

2 #8D82A4 and #82A48D with #A4828D are triadic colors.