COLOR #A5973A

HEX: #A5973A RGB: (165,151,58)

Color info

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

RGB color model

#A5973A color RGB value is (165,151,58).

RGB: (165,151,58) (65%, 59%, 23%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 58 of 255 = 23%

165
151
58

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

Portions of RGB colors in percentages

R + G + B = 165 + 151 + 58 = 374 (100%)
R 165 of 374 ~ 44.12%
G 151 of 374 ~ 40.37%
B 58 of 374 ~ 15.51'%

%44.12
%40.37
%15.51

CMYK color model

#A5973A color CMYK value is (0,8,65,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 64.85%
  • key color value is 35.29%

CMYK: (0,8,65,35)
C0M8Y65K35 (0%, 8%, 65%, 35%)
(0.00 / 0.08 / 0.65 / 0.35)

CMYK percentages

%0
%8.48
%64.85
%35.29

Codes

Color #A5973A in popluar color models

A5 97 3A
RGB 165 151 58
HSL 52° 47.98% 43.73%
HSB/HSV 52° 64.85% 64.71%
CMYK 0.00% 8.48% 64.85%
35.29%

Color #A5973A in popluar number systems.

HEX A5 97 3A
Decimal 165 151 58
Binary 10100101 10010111 111010
Octal 245 227 72

Shades and tints

Shades of #A5973A

#A5973A
(165,151,58)
#968A35
(150,138,53)
#877D30
(135,125,48)
#78702B
(120,112,43)
#696326
(105,99,38)
#5A5621
(90,86,33)
#4B491C
(75,73,28)
#3C3C17
(60,60,23)
#2D2F12
(45,47,18)
#1E220D
(30,34,13)
#0F1508
(15,21,8)
#000000
(0,0,0)

Tints of #A5973A

#A5973A
(165,151,58)
#ADA04B
(173,160,75)
#B5A95C
(181,169,92)
#BDB26D
(189,178,109)
#C5BB7E
(197,187,126)
#CDC48F
(205,196,143)
#D5CDA0
(213,205,160)
#DDD6B1
(221,214,177)
#E5DFC2
(229,223,194)
#EDE8D3
(237,232,211)
#F5F1E4
(245,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5973A; }

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

This text font color is #A5973A.

Background Color

.myBgColor { background-color: #A5973A; }

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

This div background color is #A5973A.

Border color

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

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

This div border color is #A5973A.

Opacity

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

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

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

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

This text has shadow with #A5973A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5973A.

Preview

Color preview on black background

This text has color #A5973A on black background.


Color preview on white background

This text has color #A5973A on white background.


Black color preview on #A5973A background

This text has black color on #A5973A background.


White color preview on #A5973A background

This text has white color on #A5973A background.


Related colors

Complementary color

Complementary color for #hex is #5A68C5.


I love getcolorcode.com

Triadic colors

1 #3AA597 and #973AA5 with #A5973A are triadic colors.

2 #3A97A5 and #97A53A with #A5973A are triadic colors.