COLOR #A58E5A

HEX: #A58E5A RGB: (165,142,90)

Color info

#A58E5A contains mainly red and green colors. Web safe color of #A58E5A is #999966 (or #996).

RGB color model

#A58E5A color RGB value is (165,142,90).

RGB: (165,142,90) (65%, 56%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 90 of 255 = 35%

165
142
90

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

Portions of RGB colors in percentages

R + G + B = 165 + 142 + 90 = 397 (100%)
R 165 of 397 ~ 41.56%
G 142 of 397 ~ 35.77%
B 90 of 397 ~ 22.67'%

%41.56
%35.77
%22.67

CMYK color model

#A58E5A color CMYK value is (0,14,45,35).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 45.45%
  • key color value is 35.29%
CMYK: (0,14,45,35) C0M14Y45K35 (0%,14%,45%,35%) (0.00/0.14/0.45/0.35) 

CMYK percentages

%0
%13.94
%45.45
%35.29

Codes

Color #A58E5A in popluar color models

A5 8E 5A
RGB 165 142 90
HSL 42° 29.41% 50.00%
HSB/HSV 42° 45.45% 64.71%
CMYK 0.00% 13.94% 45.45%
35.29%

Color #A58E5A in popluar number systems.

HEX A5 8E 5A
Decimal 165 142 90
Binary 10100101 10001110 1011010
Octal 245 216 132

Shades and tints

Shades of #A58E5A

#A58E5A
(165,142,90)
#968252
(150,130,82)
#87764A
(135,118,74)
#786A42
(120,106,66)
#695E3A
(105,94,58)
#5A5232
(90,82,50)
#4B462A
(75,70,42)
#3C3A22
(60,58,34)
#2D2E1A
(45,46,26)
#1E2212
(30,34,18)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #A58E5A

#A58E5A
(165,142,90)
#AD9869
(173,152,105)
#B5A278
(181,162,120)
#BDAC87
(189,172,135)
#C5B696
(197,182,150)
#CDC0A5
(205,192,165)
#D5CAB4
(213,202,180)
#DDD4C3
(221,212,195)
#E5DED2
(229,222,210)
#EDE8E1
(237,232,225)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58E5A color. Also use rgb(165,142,90) instead hex code.

Text Font Color

.myTextColor { color: #A58E5A; }

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

This text font color is #A58E5A.

Background Color

.myBgColor { background-color: #A58E5A; }

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

This div background color is #A58E5A.

Border color

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

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

This div border color is #A58E5A.

Opacity

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

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

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

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

This text has shadow with #A58E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58E5A.

Preview

Color preview on black background

This text has color #A58E5A on black background.


Color preview on white background

This text has color #A58E5A on white background.


Black color preview on #A58E5A background

This text has black color on #A58E5A background.


White color preview on #A58E5A background

This text has white color on #A58E5A background.


Related colors

Complementary color

Complementary color for #hex is #5A71A5.


I love getcolorcode.com

Triadic colors

1 #5AA58E and #8E5AA5 with #A58E5A are triadic colors.

2 #5A8EA5 and #8EA55A with #A58E5A are triadic colors.