COLOR #A45D53

HEX: #A45D53 RGB: (164,93,83)

Color info

#A45D53 contains mainly red color. Web safe color of #A45D53 is #996666 (or #966).

RGB color model

#A45D53 color RGB value is (164,93,83).

RGB: (164,93,83) (64%, 36%, 33%)

RGB channels and saturation

R 164 of 255 = 64%
G 93 of 255 = 36%
B 83 of 255 = 33%

164
93
83

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

Portions of RGB colors in percentages

R + G + B = 164 + 93 + 83 = 340 (100%)
R 164 of 340 ~ 48.24%
G 93 of 340 ~ 27.35%
B 83 of 340 ~ 24.41'%

%48.24
%27.35
%24.41

CMYK color model

#A45D53 color CMYK value is (0,43,49,36).

  • cyan value is 0.00%
  • magenta value is 43.29%
  • yellow value is 49.39%
  • key color value is 35.69%

CMYK: (0,43,49,36)
C0M43Y49K36 (0%, 43%, 49%, 36%)
(0.00 / 0.43 / 0.49 / 0.36)

CMYK percentages

%0
%43.29
%49.39
%35.69

Codes

Color #A45D53 in popluar color models

A4 5D 53
RGB 164 93 83
HSL 32.79% 48.43%
HSB/HSV 49.39% 64.31%
CMYK 0.00% 43.29% 49.39%
35.69%

Color #A45D53 in popluar number systems.

HEX A4 5D 53
Decimal 164 93 83
Binary 10100100 1011101 1010011
Octal 244 135 123

Shades and tints

Shades of #A45D53

#A45D53
(164,93,83)
#96554C
(150,85,76)
#884D45
(136,77,69)
#7A453E
(122,69,62)
#6C3D37
(108,61,55)
#5E3530
(94,53,48)
#502D29
(80,45,41)
#422522
(66,37,34)
#341D1B
(52,29,27)
#261514
(38,21,20)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #A45D53

#A45D53
(164,93,83)
#AC6B62
(172,107,98)
#B47971
(180,121,113)
#BC8780
(188,135,128)
#C4958F
(196,149,143)
#CCA39E
(204,163,158)
#D4B1AD
(212,177,173)
#DCBFBC
(220,191,188)
#E4CDCB
(228,205,203)
#ECDBDA
(236,219,218)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A45D53; }

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

This text font color is #A45D53.

Background Color

.myBgColor { background-color: #A45D53; }

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

This div background color is #A45D53.

Border color

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

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

This div border color is #A45D53.

Opacity

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

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

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

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

This text has shadow with #A45D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A45D53.

Preview

Color preview on black background

This text has color #A45D53 on black background.


Color preview on white background

This text has color #A45D53 on white background.


Black color preview on #A45D53 background

This text has black color on #A45D53 background.


White color preview on #A45D53 background

This text has white color on #A45D53 background.


Related colors

Complementary color

Complementary color for #hex is #5BA2AC.


I love getcolorcode.com

Triadic colors

1 #53A45D and #5D53A4 with #A45D53 are triadic colors.

2 #535DA4 and #5DA453 with #A45D53 are triadic colors.