COLOR #A4855D

HEX: #A4855D RGB: (164,133,93)

Color info

#A4855D contains mainly red and green colors. Web safe color of #A4855D is #999966 (or #996).

RGB color model

#A4855D color RGB value is (164,133,93).

RGB: (164,133,93) (64%, 52%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 93 of 255 = 36%

164
133
93

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

Portions of RGB colors in percentages

R + G + B = 164 + 133 + 93 = 390 (100%)
R 164 of 390 ~ 42.05%
G 133 of 390 ~ 34.1%
B 93 of 390 ~ 23.85'%

%42.05
%34.1
%23.85

CMYK color model

#A4855D color CMYK value is (0,19,43,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK: (0,19,43,36) C0M19Y43K36 (0%,19%,43%,36%) (0.00/0.19/0.43/0.36) 

CMYK percentages

%0
%18.9
%43.29
%35.69

Codes

Color #A4855D in popluar color models

A4 85 5D
RGB 164 133 93
HSL 34° 28.06% 50.39%
HSB/HSV 34° 43.29% 64.31%
CMYK 0.00% 18.90% 43.29%
35.69%

Color #A4855D in popluar number systems.

HEX A4 85 5D
Decimal 164 133 93
Binary 10100100 10000101 1011101
Octal 244 205 135

Shades and tints

Shades of #A4855D

#A4855D
(164,133,93)
#967955
(150,121,85)
#886D4D
(136,109,77)
#7A6145
(122,97,69)
#6C553D
(108,85,61)
#5E4935
(94,73,53)
#503D2D
(80,61,45)
#423125
(66,49,37)
#34251D
(52,37,29)
#261915
(38,25,21)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #A4855D

#A4855D
(164,133,93)
#AC906B
(172,144,107)
#B49B79
(180,155,121)
#BCA687
(188,166,135)
#C4B195
(196,177,149)
#CCBCA3
(204,188,163)
#D4C7B1
(212,199,177)
#DCD2BF
(220,210,191)
#E4DDCD
(228,221,205)
#ECE8DB
(236,232,219)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4855D; }

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

This text font color is #A4855D.

Background Color

.myBgColor { background-color: #A4855D; }

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

This div background color is #A4855D.

Border color

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

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

This div border color is #A4855D.

Opacity

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

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

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

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

This text has shadow with #A4855D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4855D.

Preview

Color preview on black background

This text has color #A4855D on black background.


Color preview on white background

This text has color #A4855D on white background.


Black color preview on #A4855D background

This text has black color on #A4855D background.


White color preview on #A4855D background

This text has white color on #A4855D background.


Related colors

Complementary color

Complementary color for #hex is #5B7AA2.


I love getcolorcode.com

Triadic colors

1 #5DA485 and #855DA4 with #A4855D are triadic colors.

2 #5D85A4 and #85A45D with #A4855D are triadic colors.