COLOR #A5933A

HEX: #A5933A
RGB: (165,147,58)

Color info

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

RGB color model

#A5933A color RGB value is (165,147,58).

  • red value is 165;
  • green value is 147;
  • blue value is 58.
RGB:
(165,147,58)
(65%,58%,23%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 58 of 255 = 23%

165
147
58

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 58 = 370 (100%)
R 165 of 370 ~ 44.59%
G 147 of 370 ~ 39.73%
B 58 of 370 ~ 15.68%

%44.59
%39.73
%15.68

CMYK color model

#A5933A color CMYK value is (0,11,65,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 64.85%
  • key color value is 35.29%
CMYK:
(0,11,65,35)
C0M11Y65K35 
(0%,11%,65%,35%)
(0.00/0.11/0.65/0.35)	

CMYK percentages

%0
%10.91
%64.85
%35.29

Codes

Color #A5933A in popluar color models

A5933A
RGB16514758
HSL50°47.98%43.73%
HSB/HSV50°64.85%64.71%
CMYK0.00%10.91%64.85%
35.29%

Color #A5933A in popluar number systems.

HEXA5933A
Decimal16514758
Binary1010010110010011111010
Octal24522372

Shades and tints

Shades of #A5933A

#A5933A
(165,147,58)
#968635
(150,134,53)
#877930
(135,121,48)
#786C2B
(120,108,43)
#695F26
(105,95,38)
#5A5221
(90,82,33)
#4B451C
(75,69,28)
#3C3817
(60,56,23)
#2D2B12
(45,43,18)
#1E1E0D
(30,30,13)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #A5933A

#A5933A
(165,147,58)
#AD9C4B
(173,156,75)
#B5A55C
(181,165,92)
#BDAE6D
(189,174,109)
#C5B77E
(197,183,126)
#CDC08F
(205,192,143)
#D5C9A0
(213,201,160)
#DDD2B1
(221,210,177)
#E5DBC2
(229,219,194)
#EDE4D3
(237,228,211)
#F5EDE4
(245,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5933A color. Also use rgb(165,147,58) instead hex code.

Text Font Color

.myTextColor { color: #A5933A; }

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

This text font color is #A5933A.


Background Color

.myBgColor { background-color: #A5933A; }

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

This div background color is #A5933A.


Border color

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

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

This div border color is #A5933A.


Opacity

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

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

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

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

This text has shadow with #A5933A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5933A on black background.


Color preview on white background

This text has color #A5933A on white background.



Black color preview on #A5933A background

This text has black color on #A5933A background.


White color preview on #A5933A background

This text has white color on #A5933A background.