COLOR #A45031

HEX: #A45031 RGB: (164,80,49)

Color info

#A45031 contains mainly red color. Web safe color of #A45031 is #996633 (or #963).

RGB color model

#A45031 color RGB value is (164,80,49).

RGB: (164,80,49) (64%, 31%, 19%)

RGB channels and saturation

R 164 of 255 = 64%
G 80 of 255 = 31%
B 49 of 255 = 19%

164
80
49

R + G + B ~ 38%. #A45031 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 164 + 80 + 49 = 293 (100%)
R 164 of 293 ~ 55.97%
G 80 of 293 ~ 27.3%
B 49 of 293 ~ 16.72'%

%55.97
%27.3
%16.72

CMYK color model

#A45031 color CMYK value is (0,51,70,36).

  • cyan value is 0.00%
  • magenta value is 51.22%
  • yellow value is 70.12%
  • key color value is 35.69%

CMYK: (0,51,70,36)
C0M51Y70K36 (0%, 51%, 70%, 36%)
(0.00 / 0.51 / 0.70 / 0.36)

CMYK percentages

%0
%51.22
%70.12
%35.69

Codes

Color #A45031 in popluar color models

A4 50 31
RGB 164 80 49
HSL 16° 53.99% 41.76%
HSB/HSV 16° 70.12% 64.31%
CMYK 0.00% 51.22% 70.12%
35.69%

Color #A45031 in popluar number systems.

HEX A4 50 31
Decimal 164 80 49
Binary 10100100 1010000 110001
Octal 244 120 61

Shades and tints

Shades of #A45031

#A45031
(164,80,49)
#96492D
(150,73,45)
#884229
(136,66,41)
#7A3B25
(122,59,37)
#6C3421
(108,52,33)
#5E2D1D
(94,45,29)
#502619
(80,38,25)
#421F15
(66,31,21)
#341811
(52,24,17)
#26110D
(38,17,13)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #A45031

#A45031
(164,80,49)
#AC5F43
(172,95,67)
#B46E55
(180,110,85)
#BC7D67
(188,125,103)
#C48C79
(196,140,121)
#CC9B8B
(204,155,139)
#D4AA9D
(212,170,157)
#DCB9AF
(220,185,175)
#E4C8C1
(228,200,193)
#ECD7D3
(236,215,211)
#F4E6E5
(244,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45031 color. Also use rgb(164,80,49) instead hex code.

Text Font Color

.myTextColor { color: #A45031; }

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

This text font color is #A45031.

Background Color

.myBgColor { background-color: #A45031; }

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

This div background color is #A45031.

Border color

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

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

This div border color is #A45031.

Opacity

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

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

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

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

This text has shadow with #A45031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A45031.

Preview

Color preview on black background

This text has color #A45031 on black background.


Color preview on white background

This text has color #A45031 on white background.


Black color preview on #A45031 background

This text has black color on #A45031 background.


White color preview on #A45031 background

This text has white color on #A45031 background.


Related colors

Complementary color

Complementary color for #hex is #5BAFCE.


I love getcolorcode.com

Triadic colors

1 #31A450 and #5031A4 with #A45031 are triadic colors.

2 #3150A4 and #50A431 with #A45031 are triadic colors.