COLOR #A58F62

HEX: #A58F62
RGB: (165,143,98)

Color info

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

RGB color model

#A58F62 color RGB value is (165,143,98).

  • red value is 165;
  • green value is 143;
  • blue value is 98.
RGB:
(165,143,98)
(65%,56%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 98 of 255 = 38%

165
143
98

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

Portions of RGB colors in percentages

R + G + B =
165 + 143 + 98 = 406 (100%)
R 165 of 406 ~ 40.64%
G 143 of 406 ~ 35.22%
B 98 of 406 ~ 24.14%

%40.64
%35.22
%24.14

CMYK color model

#A58F62 color CMYK value is (0,13,41,35).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 40.61%
  • key color value is 35.29%
CMYK:
(0,13,41,35)
C0M13Y41K35 
(0%,13%,41%,35%)
(0.00/0.13/0.41/0.35)	

CMYK percentages

%0
%13.33
%40.61
%35.29

Codes

Color #A58F62 in popluar color models

A58F62
RGB16514398
HSL40°27.13%51.57%
HSB/HSV40°40.61%64.71%
CMYK0.00%13.33%40.61%
35.29%

Color #A58F62 in popluar number systems.

HEXA58F62
Decimal16514398
Binary10100101100011111100010
Octal245217142

Shades and tints

Shades of #A58F62

#A58F62
(165,143,98)
#96825A
(150,130,90)
#877552
(135,117,82)
#78684A
(120,104,74)
#695B42
(105,91,66)
#5A4E3A
(90,78,58)
#4B4132
(75,65,50)
#3C342A
(60,52,42)
#2D2722
(45,39,34)
#1E1A1A
(30,26,26)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #A58F62

#A58F62
(165,143,98)
#AD9970
(173,153,112)
#B5A37E
(181,163,126)
#BDAD8C
(189,173,140)
#C5B79A
(197,183,154)
#CDC1A8
(205,193,168)
#D5CBB6
(213,203,182)
#DDD5C4
(221,213,196)
#E5DFD2
(229,223,210)
#EDE9E0
(237,233,224)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F62; }

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

This text font color is #A58F62.


Background Color

.myBgColor { background-color: #A58F62; }

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

This div background color is #A58F62.


Border color

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

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

This div border color is #A58F62.


Opacity

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

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

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

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

This text has shadow with #A58F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58F62 on black background.


Color preview on white background

This text has color #A58F62 on white background.



Black color preview on #A58F62 background

This text has black color on #A58F62 background.


White color preview on #A58F62 background

This text has white color on #A58F62 background.