COLOR #A58F3B

HEX: #A58F3B RGB: (165,143,59)

Color info

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

RGB color model

#A58F3B color RGB value is (165,143,59).

RGB: (165,143,59) (65%, 56%, 23%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 59 of 255 = 23%

165
143
59

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

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 59 = 367 (100%)
R 165 of 367 ~ 44.96%
G 143 of 367 ~ 38.96%
B 59 of 367 ~ 16.08'%

%44.96
%38.96
%16.08

CMYK color model

#A58F3B color CMYK value is (0,13,64,35).

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

CMYK: (0,13,64,35)
C0M13Y64K35 (0%, 13%, 64%, 35%)
(0.00 / 0.13 / 0.64 / 0.35)

CMYK percentages

%0
%13.33
%64.24
%35.29

Codes

Color #A58F3B in popluar color models

A5 8F 3B
RGB 165 143 59
HSL 48° 47.32% 43.92%
HSB/HSV 48° 64.24% 64.71%
CMYK 0.00% 13.33% 64.24%
35.29%

Color #A58F3B in popluar number systems.

HEX A5 8F 3B
Decimal 165 143 59
Binary 10100101 10001111 111011
Octal 245 217 73

Shades and tints

Shades of #A58F3B

#A58F3B
(165,143,59)
#968236
(150,130,54)
#877531
(135,117,49)
#78682C
(120,104,44)
#695B27
(105,91,39)
#5A4E22
(90,78,34)
#4B411D
(75,65,29)
#3C3418
(60,52,24)
#2D2713
(45,39,19)
#1E1A0E
(30,26,14)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #A58F3B

#A58F3B
(165,143,59)
#AD994C
(173,153,76)
#B5A35D
(181,163,93)
#BDAD6E
(189,173,110)
#C5B77F
(197,183,127)
#CDC190
(205,193,144)
#D5CBA1
(213,203,161)
#DDD5B2
(221,213,178)
#E5DFC3
(229,223,195)
#EDE9D4
(237,233,212)
#F5F3E5
(245,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F3B; }

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

This text font color is #A58F3B.

Background Color

.myBgColor { background-color: #A58F3B; }

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

This div background color is #A58F3B.

Border color

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

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

This div border color is #A58F3B.

Opacity

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

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

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

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

This text has shadow with #A58F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58F3B.

Preview

Color preview on black background

This text has color #A58F3B on black background.


Color preview on white background

This text has color #A58F3B on white background.


Black color preview on #A58F3B background

This text has black color on #A58F3B background.


White color preview on #A58F3B background

This text has white color on #A58F3B background.


Related colors

Complementary color

Complementary color for #hex is #5A70C4.


I love getcolorcode.com

Triadic colors

1 #3BA58F and #8F3BA5 with #A58F3B are triadic colors.

2 #3B8FA5 and #8FA53B with #A58F3B are triadic colors.