COLOR #A5922F

HEX: #A5922F
RGB: (165,146,47)

Color info

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

RGB color model

#A5922F color RGB value is (165,146,47).

  • red value is 165;
  • green value is 146;
  • blue value is 47.
RGB:
(165,146,47)
(65%,57%,18%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 47 of 255 = 18%

165
146
47

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

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 47 = 358 (100%)
R 165 of 358 ~ 46.09%
G 146 of 358 ~ 40.78%
B 47 of 358 ~ 13.13%

%46.09
%40.78
%13.13

CMYK color model

#A5922F color CMYK value is (0,12,72,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 71.52%
  • key color value is 35.29%
CMYK:
(0,12,72,35)
C0M12Y72K35 
(0%,12%,72%,35%)
(0.00/0.12/0.72/0.35)	

CMYK percentages

%0
%11.52
%71.52
%35.29

Codes

Color #A5922F in popluar color models

A5922F
RGB16514647
HSL50°55.66%41.57%
HSB/HSV50°71.52%64.71%
CMYK0.00%11.52%71.52%
35.29%

Color #A5922F in popluar number systems.

HEXA5922F
Decimal16514647
Binary1010010110010010101111
Octal24522257

Shades and tints

Shades of #A5922F

#A5922F
(165,146,47)
#96852B
(150,133,43)
#877827
(135,120,39)
#786B23
(120,107,35)
#695E1F
(105,94,31)
#5A511B
(90,81,27)
#4B4417
(75,68,23)
#3C3713
(60,55,19)
#2D2A0F
(45,42,15)
#1E1D0B
(30,29,11)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #A5922F

#A5922F
(165,146,47)
#AD9B41
(173,155,65)
#B5A453
(181,164,83)
#BDAD65
(189,173,101)
#C5B677
(197,182,119)
#CDBF89
(205,191,137)
#D5C89B
(213,200,155)
#DDD1AD
(221,209,173)
#E5DABF
(229,218,191)
#EDE3D1
(237,227,209)
#F5ECE3
(245,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5922F color. Also use rgb(165,146,47) instead hex code.

Text Font Color

.myTextColor { color: #A5922F; }

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

This text font color is #A5922F.


Background Color

.myBgColor { background-color: #A5922F; }

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

This div background color is #A5922F.


Border color

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

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

This div border color is #A5922F.


Opacity

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

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

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

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

This text has shadow with #A5922F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5922F on black background.


Color preview on white background

This text has color #A5922F on white background.



Black color preview on #A5922F background

This text has black color on #A5922F background.


White color preview on #A5922F background

This text has white color on #A5922F background.