COLOR #A4815B

HEX: #A4815B RGB: (164,129,91)

Color info

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

RGB color model

#A4815B color RGB value is (164,129,91).

RGB: (164,129,91) (64%, 51%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 91 of 255 = 36%

164
129
91

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

Portions of RGB colors in percentages

R + G + B = 164 + 129 + 91 = 384 (100%)
R 164 of 384 ~ 42.71%
G 129 of 384 ~ 33.59%
B 91 of 384 ~ 23.7'%

%42.71
%33.59
%23.7

CMYK color model

#A4815B color CMYK value is (0,21,45,36).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 44.51%
  • key color value is 35.69%

CMYK: (0,21,45,36)
C0M21Y45K36 (0%, 21%, 45%, 36%)
(0.00 / 0.21 / 0.45 / 0.36)

CMYK percentages

%0
%21.34
%44.51
%35.69

Codes

Color #A4815B in popluar color models

A4 81 5B
RGB 164 129 91
HSL 31° 28.63% 50.00%
HSB/HSV 31° 44.51% 64.31%
CMYK 0.00% 21.34% 44.51%
35.69%

Color #A4815B in popluar number systems.

HEX A4 81 5B
Decimal 164 129 91
Binary 10100100 10000001 1011011
Octal 244 201 133

Shades and tints

Shades of #A4815B

#A4815B
(164,129,91)
#967653
(150,118,83)
#886B4B
(136,107,75)
#7A6043
(122,96,67)
#6C553B
(108,85,59)
#5E4A33
(94,74,51)
#503F2B
(80,63,43)
#423423
(66,52,35)
#34291B
(52,41,27)
#261E13
(38,30,19)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #A4815B

#A4815B
(164,129,91)
#AC8C69
(172,140,105)
#B49777
(180,151,119)
#BCA285
(188,162,133)
#C4AD93
(196,173,147)
#CCB8A1
(204,184,161)
#D4C3AF
(212,195,175)
#DCCEBD
(220,206,189)
#E4D9CB
(228,217,203)
#ECE4D9
(236,228,217)
#F4EFE7
(244,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4815B; }

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

This text font color is #A4815B.

Background Color

.myBgColor { background-color: #A4815B; }

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

This div background color is #A4815B.

Border color

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

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

This div border color is #A4815B.

Opacity

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

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

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

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

This text has shadow with #A4815B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4815B.

Preview

Color preview on black background

This text has color #A4815B on black background.


Color preview on white background

This text has color #A4815B on white background.


Black color preview on #A4815B background

This text has black color on #A4815B background.


White color preview on #A4815B background

This text has white color on #A4815B background.


Related colors

Complementary color

Complementary color for #hex is #5B7EA4.


I love getcolorcode.com

Triadic colors

1 #5BA481 and #815BA4 with #A4815B are triadic colors.

2 #5B81A4 and #81A45B with #A4815B are triadic colors.