COLOR #A4804C

HEX: #A4804C
RGB: (164,128,76)

Color info

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

RGB color model

#A4804C color RGB value is (164,128,76).

  • red value is 164;
  • green value is 128;
  • blue value is 76.
RGB:
(164,128,76)
(64%,50%,30%)

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 76 of 255 = 30%

164
128
76

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 76 = 368 (100%)
R 164 of 368 ~ 44.57%
G 128 of 368 ~ 34.78%
B 76 of 368 ~ 20.65%

%44.57
%34.78
%20.65

CMYK color model

#A4804C color CMYK value is (0,22,54,36).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 53.66%
  • key color value is 35.69%
CMYK:
(0,22,54,36)
C0M22Y54K36 
(0%,22%,54%,36%)
(0.00/0.22/0.54/0.36)	

CMYK percentages

%0
%21.95
%53.66
%35.69

Codes

Color #A4804C in popluar color models

A4804C
RGB16412876
HSL35°36.67%47.06%
HSB/HSV35°53.66%64.31%
CMYK0.00%21.95%53.66%
35.69%

Color #A4804C in popluar number systems.

HEXA4804C
Decimal16412876
Binary10100100100000001001100
Octal244200114

Shades and tints

Shades of #A4804C

#A4804C
(164,128,76)
#967546
(150,117,70)
#886A40
(136,106,64)
#7A5F3A
(122,95,58)
#6C5434
(108,84,52)
#5E492E
(94,73,46)
#503E28
(80,62,40)
#423322
(66,51,34)
#34281C
(52,40,28)
#261D16
(38,29,22)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A4804C

#A4804C
(164,128,76)
#AC8B5C
(172,139,92)
#B4966C
(180,150,108)
#BCA17C
(188,161,124)
#C4AC8C
(196,172,140)
#CCB79C
(204,183,156)
#D4C2AC
(212,194,172)
#DCCDBC
(220,205,188)
#E4D8CC
(228,216,204)
#ECE3DC
(236,227,220)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4804C color. Also use rgb(164,128,76) instead hex code.

Text Font Color

.myTextColor { color: #A4804C; }

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

This text font color is #A4804C.


Background Color

.myBgColor { background-color: #A4804C; }

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

This div background color is #A4804C.


Border color

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

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

This div border color is #A4804C.


Opacity

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

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

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

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

This text has shadow with #A4804C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4804C on black background.


Color preview on white background

This text has color #A4804C on white background.



Black color preview on #A4804C background

This text has black color on #A4804C background.


White color preview on #A4804C background

This text has white color on #A4804C background.