COLOR #A58E67

HEX: #A58E67
RGB: (165,142,103)

Color info

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

RGB color model

#A58E67 color RGB value is (165,142,103).

  • red value is 165;
  • green value is 142;
  • blue value is 103.
RGB:
(165,142,103)
(65%,56%,40%)

RGB channels and saturation

R 165 of 255 = 65%
G 142 of 255 = 56%
B 103 of 255 = 40%

165
142
103

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

Portions of RGB colors in percentages

R + G + B =
165 + 142 + 103 = 410 (100%)
R 165 of 410 ~ 40.24%
G 142 of 410 ~ 34.63%
B 103 of 410 ~ 25.12%

%40.24
%34.63
%25.12

CMYK color model

#A58E67 color CMYK value is (0,14,38,35).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 37.58%
  • key color value is 35.29%
CMYK:
(0,14,38,35)
C0M14Y38K35 
(0%,14%,38%,35%)
(0.00/0.14/0.38/0.35)	

CMYK percentages

%0
%13.94
%37.58
%35.29

Codes

Color #A58E67 in popluar color models

A58E67
RGB165142103
HSL38°25.62%52.55%
HSB/HSV38°37.58%64.71%
CMYK0.00%13.94%37.58%
35.29%

Color #A58E67 in popluar number systems.

HEXA58E67
Decimal165142103
Binary10100101100011101100111
Octal245216147

Shades and tints

Shades of #A58E67

#A58E67
(165,142,103)
#96825E
(150,130,94)
#877655
(135,118,85)
#786A4C
(120,106,76)
#695E43
(105,94,67)
#5A523A
(90,82,58)
#4B4631
(75,70,49)
#3C3A28
(60,58,40)
#2D2E1F
(45,46,31)
#1E2216
(30,34,22)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #A58E67

#A58E67
(165,142,103)
#AD9874
(173,152,116)
#B5A281
(181,162,129)
#BDAC8E
(189,172,142)
#C5B69B
(197,182,155)
#CDC0A8
(205,192,168)
#D5CAB5
(213,202,181)
#DDD4C2
(221,212,194)
#E5DECF
(229,222,207)
#EDE8DC
(237,232,220)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58E67; }

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

This text font color is #A58E67.


Background Color

.myBgColor { background-color: #A58E67; }

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

This div background color is #A58E67.


Border color

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

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

This div border color is #A58E67.


Opacity

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

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

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

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

This text has shadow with #A58E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58E67 on black background.


Color preview on white background

This text has color #A58E67 on white background.



Black color preview on #A58E67 background

This text has black color on #A58E67 background.


White color preview on #A58E67 background

This text has white color on #A58E67 background.