COLOR #A4753C

HEX: #A4753C RGB: (164,117,60)

Color info

#A4753C contains mainly red and green colors. Web safe color of #A4753C is #996633 (or #963).

RGB color model

#A4753C color RGB value is (164,117,60).

RGB: (164,117,60) (64%, 46%, 24%)

RGB channels and saturation

R 164 of 255 = 64%
G 117 of 255 = 46%
B 60 of 255 = 24%

164
117
60

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

Portions of RGB colors in percentages

R + G + B = 164 + 117 + 60 = 341 (100%)
R 164 of 341 ~ 48.09%
G 117 of 341 ~ 34.31%
B 60 of 341 ~ 17.6'%

%48.09
%34.31
%17.6

CMYK color model

#A4753C color CMYK value is (0,29,63,36).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 63.41%
  • key color value is 35.69%

CMYK: (0,29,63,36)
C0M29Y63K36 (0%, 29%, 63%, 36%)
(0.00 / 0.29 / 0.63 / 0.36)

CMYK percentages

%0
%28.66
%63.41
%35.69

Codes

Color #A4753C in popluar color models

A4 75 3C
RGB 164 117 60
HSL 33° 46.43% 43.92%
HSB/HSV 33° 63.41% 64.31%
CMYK 0.00% 28.66% 63.41%
35.69%

Color #A4753C in popluar number systems.

HEX A4 75 3C
Decimal 164 117 60
Binary 10100100 1110101 111100
Octal 244 165 74

Shades and tints

Shades of #A4753C

#A4753C
(164,117,60)
#966B37
(150,107,55)
#886132
(136,97,50)
#7A572D
(122,87,45)
#6C4D28
(108,77,40)
#5E4323
(94,67,35)
#50391E
(80,57,30)
#422F19
(66,47,25)
#342514
(52,37,20)
#261B0F
(38,27,15)
#18110A
(24,17,10)
#000000
(0,0,0)

Tints of #A4753C

#A4753C
(164,117,60)
#AC814D
(172,129,77)
#B48D5E
(180,141,94)
#BC996F
(188,153,111)
#C4A580
(196,165,128)
#CCB191
(204,177,145)
#D4BDA2
(212,189,162)
#DCC9B3
(220,201,179)
#E4D5C4
(228,213,196)
#ECE1D5
(236,225,213)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4753C color. Also use rgb(164,117,60) instead hex code.

Text Font Color

.myTextColor { color: #A4753C; }

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

This text font color is #A4753C.

Background Color

.myBgColor { background-color: #A4753C; }

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

This div background color is #A4753C.

Border color

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

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

This div border color is #A4753C.

Opacity

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

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

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

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

This text has shadow with #A4753C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4753C.

Preview

Color preview on black background

This text has color #A4753C on black background.


Color preview on white background

This text has color #A4753C on white background.


Black color preview on #A4753C background

This text has black color on #A4753C background.


White color preview on #A4753C background

This text has white color on #A4753C background.


Related colors

Complementary color

Complementary color for #hex is #5B8AC3.


I love getcolorcode.com

Triadic colors

1 #3CA475 and #753CA4 with #A4753C are triadic colors.

2 #3C75A4 and #75A43C with #A4753C are triadic colors.