COLOR #A5912C

HEX: #A5912C
RGB: (165,145,44)

Color info

#A5912C contains mainly red and green colors. Web safe color of #A5912C is #999933 (or #993).

RGB color model

#A5912C color RGB value is (165,145,44).

  • red value is 165;
  • green value is 145;
  • blue value is 44.
RGB:
(165,145,44)
(65%,57%,17%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 44 of 255 = 17%

165
145
44

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

Portions of RGB colors in percentages

R + G + B =
165 + 145 + 44 = 354 (100%)
R 165 of 354 ~ 46.61%
G 145 of 354 ~ 40.96%
B 44 of 354 ~ 12.43%

%46.61
%40.96
%12.43

CMYK color model

#A5912C color CMYK value is (0,12,73,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 73.33%
  • key color value is 35.29%
CMYK:
(0,12,73,35)
C0M12Y73K35 
(0%,12%,73%,35%)
(0.00/0.12/0.73/0.35)	

CMYK percentages

%0
%12.12
%73.33
%35.29

Codes

Color #A5912C in popluar color models

A5912C
RGB16514544
HSL50°57.89%40.98%
HSB/HSV50°73.33%64.71%
CMYK0.00%12.12%73.33%
35.29%

Color #A5912C in popluar number systems.

HEXA5912C
Decimal16514544
Binary1010010110010001101100
Octal24522154

Shades and tints

Shades of #A5912C

#A5912C
(165,145,44)
#968428
(150,132,40)
#877724
(135,119,36)
#786A20
(120,106,32)
#695D1C
(105,93,28)
#5A5018
(90,80,24)
#4B4314
(75,67,20)
#3C3610
(60,54,16)
#2D290C
(45,41,12)
#1E1C08
(30,28,8)
#0F0F04
(15,15,4)
#000000
(0,0,0)

Tints of #A5912C

#A5912C
(165,145,44)
#AD9B3F
(173,155,63)
#B5A552
(181,165,82)
#BDAF65
(189,175,101)
#C5B978
(197,185,120)
#CDC38B
(205,195,139)
#D5CD9E
(213,205,158)
#DDD7B1
(221,215,177)
#E5E1C4
(229,225,196)
#EDEBD7
(237,235,215)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5912C color. Also use rgb(165,145,44) instead hex code.

Text Font Color

.myTextColor { color: #A5912C; }

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

This text font color is #A5912C.


Background Color

.myBgColor { background-color: #A5912C; }

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

This div background color is #A5912C.


Border color

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

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

This div border color is #A5912C.


Opacity

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

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

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

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

This text has shadow with #A5912C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5912C on black background.


Color preview on white background

This text has color #A5912C on white background.



Black color preview on #A5912C background

This text has black color on #A5912C background.


White color preview on #A5912C background

This text has white color on #A5912C background.