COLOR #A5983C

HEX: #A5983C
RGB: (165,152,60)

Color info

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

RGB color model

#A5983C color RGB value is (165,152,60).

  • red value is 165;
  • green value is 152;
  • blue value is 60.
RGB:
(165,152,60)
(65%,60%,24%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 60 of 255 = 24%

165
152
60

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 60 = 377 (100%)
R 165 of 377 ~ 43.77%
G 152 of 377 ~ 40.32%
B 60 of 377 ~ 15.92%

%43.77
%40.32
%15.92

CMYK color model

#A5983C color CMYK value is (0,8,64,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 63.64%
  • key color value is 35.29%
CMYK:
(0,8,64,35)
C0M8Y64K35 
(0%,8%,64%,35%)
(0.00/0.08/0.64/0.35)	

CMYK percentages

%0
%7.88
%63.64
%35.29

Codes

Color #A5983C in popluar color models

A5983C
RGB16515260
HSL53°46.67%44.12%
HSB/HSV53°63.64%64.71%
CMYK0.00%7.88%63.64%
35.29%

Color #A5983C in popluar number systems.

HEXA5983C
Decimal16515260
Binary1010010110011000111100
Octal24523074

Shades and tints

Shades of #A5983C

#A5983C
(165,152,60)
#968B37
(150,139,55)
#877E32
(135,126,50)
#78712D
(120,113,45)
#696428
(105,100,40)
#5A5723
(90,87,35)
#4B4A1E
(75,74,30)
#3C3D19
(60,61,25)
#2D3014
(45,48,20)
#1E230F
(30,35,15)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #A5983C

#A5983C
(165,152,60)
#ADA14D
(173,161,77)
#B5AA5E
(181,170,94)
#BDB36F
(189,179,111)
#C5BC80
(197,188,128)
#CDC591
(205,197,145)
#D5CEA2
(213,206,162)
#DDD7B3
(221,215,179)
#E5E0C4
(229,224,196)
#EDE9D5
(237,233,213)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5983C color. Also use rgb(165,152,60) instead hex code.

Text Font Color

.myTextColor { color: #A5983C; }

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

This text font color is #A5983C.


Background Color

.myBgColor { background-color: #A5983C; }

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

This div background color is #A5983C.


Border color

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

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

This div border color is #A5983C.


Opacity

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

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

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

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

This text has shadow with #A5983C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5983C on black background.


Color preview on white background

This text has color #A5983C on white background.



Black color preview on #A5983C background

This text has black color on #A5983C background.


White color preview on #A5983C background

This text has white color on #A5983C background.