COLOR #A4868D

HEX: #A4868D RGB: (164,134,141)

Color info

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

RGB color model

#A4868D color RGB value is (164,134,141).

RGB: (164,134,141) (64%, 53%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 134 of 255 = 53%
B 141 of 255 = 55%

164
134
141

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

Portions of RGB colors in percentages

R + G + B = 164 + 134 + 141 = 439 (100%)
R 164 of 439 ~ 37.36%
G 134 of 439 ~ 30.52%
B 141 of 439 ~ 32.12'%

%37.36
%30.52
%32.12

CMYK color model

#A4868D color CMYK value is (0,18,14,36).

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

CMYK: (0,18,14,36)
C0M18Y14K36 (0%, 18%, 14%, 36%)
(0.00 / 0.18 / 0.14 / 0.36)

CMYK percentages

%0
%18.29
%14.02
%35.69

Codes

Color #A4868D in popluar color models

A4 86 8D
RGB 164 134 141
HSL 346° 14.15% 58.43%
HSB/HSV 346° 18.29% 64.31%
CMYK 0.00% 18.29% 14.02%
35.69%

Color #A4868D in popluar number systems.

HEX A4 86 8D
Decimal 164 134 141
Binary 10100100 10000110 10001101
Octal 244 206 215

Shades and tints

Shades of #A4868D

#A4868D
(164,134,141)
#967A81
(150,122,129)
#886E75
(136,110,117)
#7A6269
(122,98,105)
#6C565D
(108,86,93)
#5E4A51
(94,74,81)
#503E45
(80,62,69)
#423239
(66,50,57)
#34262D
(52,38,45)
#261A21
(38,26,33)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #A4868D

#A4868D
(164,134,141)
#AC9197
(172,145,151)
#B49CA1
(180,156,161)
#BCA7AB
(188,167,171)
#C4B2B5
(196,178,181)
#CCBDBF
(204,189,191)
#D4C8C9
(212,200,201)
#DCD3D3
(220,211,211)
#E4DEDD
(228,222,221)
#ECE9E7
(236,233,231)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4868D; }

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

This text font color is #A4868D.

Background Color

.myBgColor { background-color: #A4868D; }

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

This div background color is #A4868D.

Border color

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

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

This div border color is #A4868D.

Opacity

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

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

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

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

This text has shadow with #A4868D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4868D.

Preview

Color preview on black background

This text has color #A4868D on black background.


Color preview on white background

This text has color #A4868D on white background.


Black color preview on #A4868D background

This text has black color on #A4868D background.


White color preview on #A4868D background

This text has white color on #A4868D background.


Related colors

Complementary color

Complementary color for #hex is #5B7972.


I love getcolorcode.com

Triadic colors

1 #8DA486 and #868DA4 with #A4868D are triadic colors.

2 #8D86A4 and #86A48D with #A4868D are triadic colors.