COLOR #A58F40

HEX: #A58F40 RGB: (165,143,64)

Color info

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

RGB color model

#A58F40 color RGB value is (165,143,64).

RGB: (165,143,64) (65%, 56%, 25%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 64 of 255 = 25%

165
143
64

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

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 64 = 372 (100%)
R 165 of 372 ~ 44.35%
G 143 of 372 ~ 38.44%
B 64 of 372 ~ 17.2'%

%44.35
%38.44
%17.2

CMYK color model

#A58F40 color CMYK value is (0,13,61,35).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 61.21%
  • key color value is 35.29%

CMYK: (0,13,61,35)
C0M13Y61K35 (0%, 13%, 61%, 35%)
(0.00 / 0.13 / 0.61 / 0.35)

CMYK percentages

%0
%13.33
%61.21
%35.29

Codes

Color #A58F40 in popluar color models

A5 8F 40
RGB 165 143 64
HSL 47° 44.10% 44.90%
HSB/HSV 47° 61.21% 64.71%
CMYK 0.00% 13.33% 61.21%
35.29%

Color #A58F40 in popluar number systems.

HEX A5 8F 40
Decimal 165 143 64
Binary 10100101 10001111 1000000
Octal 245 217 100

Shades and tints

Shades of #A58F40

#A58F40
(165,143,64)
#96823B
(150,130,59)
#877536
(135,117,54)
#786831
(120,104,49)
#695B2C
(105,91,44)
#5A4E27
(90,78,39)
#4B4122
(75,65,34)
#3C341D
(60,52,29)
#2D2718
(45,39,24)
#1E1A13
(30,26,19)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #A58F40

#A58F40
(165,143,64)
#AD9951
(173,153,81)
#B5A362
(181,163,98)
#BDAD73
(189,173,115)
#C5B784
(197,183,132)
#CDC195
(205,193,149)
#D5CBA6
(213,203,166)
#DDD5B7
(221,213,183)
#E5DFC8
(229,223,200)
#EDE9D9
(237,233,217)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58F40 color. Also use rgb(165,143,64) instead hex code.

Text Font Color

.myTextColor { color: #A58F40; }

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

This text font color is #A58F40.

Background Color

.myBgColor { background-color: #A58F40; }

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

This div background color is #A58F40.

Border color

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

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

This div border color is #A58F40.

Opacity

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

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

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

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

This text has shadow with #A58F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58F40.

Preview

Color preview on black background

This text has color #A58F40 on black background.


Color preview on white background

This text has color #A58F40 on white background.


Black color preview on #A58F40 background

This text has black color on #A58F40 background.


White color preview on #A58F40 background

This text has white color on #A58F40 background.


Related colors

Complementary color

Complementary color for #hex is #5A70BF.


I love getcolorcode.com

Triadic colors

1 #40A58F and #8F40A5 with #A58F40 are triadic colors.

2 #408FA5 and #8FA540 with #A58F40 are triadic colors.