COLOR #A4820C

HEX: #A4820C RGB: (164,130,12)

Color info

#A4820C contains mainly red and green colors. Web safe color of #A4820C is #999900 (or #990).

RGB color model

#A4820C color RGB value is (164,130,12).

RGB: (164,130,12) (64%, 51%, 5%)

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 12 of 255 = 5%

164
130
12

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

Portions of RGB colors in percentages

R + G + B = 164 + 130 + 12 = 306 (100%)
R 164 of 306 ~ 53.59%
G 130 of 306 ~ 42.48%
B 12 of 306 ~ 3.92'%

%53.59
%42.48

CMYK color model

#A4820C color CMYK value is (0,21,93,36).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 92.68%
  • key color value is 35.69%

CMYK: (0,21,93,36)
C0M21Y93K36 (0%, 21%, 93%, 36%)
(0.00 / 0.21 / 0.93 / 0.36)

CMYK percentages

%0
%20.73
%92.68
%35.69

Codes

Color #A4820C in popluar color models

A4 82 0C
RGB 164 130 12
HSL 47° 86.36% 34.51%
HSB/HSV 47° 92.68% 64.31%
CMYK 0.00% 20.73% 92.68%
35.69%

Color #A4820C in popluar number systems.

HEX A4 82 0C
Decimal 164 130 12
Binary 10100100 10000010 1100
Octal 244 202 14

Shades and tints

Shades of #A4820C

#A4820C
(164,130,12)
#96770B
(150,119,11)
#886C0A
(136,108,10)
#7A6109
(122,97,9)
#6C5608
(108,86,8)
#5E4B07
(94,75,7)
#504006
(80,64,6)
#423505
(66,53,5)
#342A04
(52,42,4)
#261F03
(38,31,3)
#181402
(24,20,2)
#000000
(0,0,0)

Tints of #A4820C

#A4820C
(164,130,12)
#AC8D22
(172,141,34)
#B49838
(180,152,56)
#BCA34E
(188,163,78)
#C4AE64
(196,174,100)
#CCB97A
(204,185,122)
#D4C490
(212,196,144)
#DCCFA6
(220,207,166)
#E4DABC
(228,218,188)
#ECE5D2
(236,229,210)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4820C color. Also use rgb(164,130,12) instead hex code.

Text Font Color

.myTextColor { color: #A4820C; }

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

This text font color is #A4820C.

Background Color

.myBgColor { background-color: #A4820C; }

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

This div background color is #A4820C.

Border color

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

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

This div border color is #A4820C.

Opacity

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

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

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

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

This text has shadow with #A4820C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4820C.

Preview

Color preview on black background

This text has color #A4820C on black background.


Color preview on white background

This text has color #A4820C on white background.


Black color preview on #A4820C background

This text has black color on #A4820C background.


White color preview on #A4820C background

This text has white color on #A4820C background.


Related colors

Complementary color

Complementary color for #hex is #5B7DF3.


I love getcolorcode.com

Triadic colors

1 #0CA482 and #820CA4 with #A4820C are triadic colors.

2 #0C82A4 and #82A40C with #A4820C are triadic colors.