COLOR #A4825D

HEX: #A4825D RGB: (164,130,93)

Color info

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

RGB color model

#A4825D color RGB value is (164,130,93).

RGB: (164,130,93) (64%, 51%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 93 of 255 = 36%

164
130
93

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

Portions of RGB colors in percentages

R + G + B = 164 + 130 + 93 = 387 (100%)
R 164 of 387 ~ 42.38%
G 130 of 387 ~ 33.59%
B 93 of 387 ~ 24.03'%

%42.38
%33.59
%24.03

CMYK color model

#A4825D color CMYK value is (0,21,43,36).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK: (0,21,43,36) C0M21Y43K36 (0%,21%,43%,36%) (0.00/0.21/0.43/0.36) 

CMYK percentages

%0
%20.73
%43.29
%35.69

Codes

Color #A4825D in popluar color models

A4 82 5D
RGB 164 130 93
HSL 31° 28.06% 50.39%
HSB/HSV 31° 43.29% 64.31%
CMYK 0.00% 20.73% 43.29%
35.69%

Color #A4825D in popluar number systems.

HEX A4 82 5D
Decimal 164 130 93
Binary 10100100 10000010 1011101
Octal 244 202 135

Shades and tints

Shades of #A4825D

#A4825D
(164,130,93)
#967755
(150,119,85)
#886C4D
(136,108,77)
#7A6145
(122,97,69)
#6C563D
(108,86,61)
#5E4B35
(94,75,53)
#50402D
(80,64,45)
#423525
(66,53,37)
#342A1D
(52,42,29)
#261F15
(38,31,21)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #A4825D

#A4825D
(164,130,93)
#AC8D6B
(172,141,107)
#B49879
(180,152,121)
#BCA387
(188,163,135)
#C4AE95
(196,174,149)
#CCB9A3
(204,185,163)
#D4C4B1
(212,196,177)
#DCCFBF
(220,207,191)
#E4DACD
(228,218,205)
#ECE5DB
(236,229,219)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4825D; }

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

This text font color is #A4825D.

Background Color

.myBgColor { background-color: #A4825D; }

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

This div background color is #A4825D.

Border color

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

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

This div border color is #A4825D.

Opacity

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

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

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

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

This text has shadow with #A4825D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4825D.

Preview

Color preview on black background

This text has color #A4825D on black background.


Color preview on white background

This text has color #A4825D on white background.


Black color preview on #A4825D background

This text has black color on #A4825D background.


White color preview on #A4825D background

This text has white color on #A4825D background.


Related colors

Complementary color

Complementary color for #hex is #5B7DA2.


I love getcolorcode.com

Triadic colors

1 #5DA482 and #825DA4 with #A4825D are triadic colors.

2 #5D82A4 and #82A45D with #A4825D are triadic colors.