COLOR #A58962

HEX: #A58962
RGB: (165,137,98)

Color info

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

RGB color model

#A58962 color RGB value is (165,137,98).

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

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 98 of 255 = 38%

165
137
98

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 98 = 400 (100%)
R 165 of 400 ~ 41.25%
G 137 of 400 ~ 34.25%
B 98 of 400 ~ 24.5%

%41.25
%34.25
%24.5

CMYK color model

#A58962 color CMYK value is (0,17,41,35).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 40.61%
  • key color value is 35.29%
CMYK:
(0,17,41,35)
C0M17Y41K35 
(0%,17%,41%,35%)
(0.00/0.17/0.41/0.35)	

CMYK percentages

%0
%16.97
%40.61
%35.29

Codes

Color #A58962 in popluar color models

A58962
RGB16513798
HSL35°27.13%51.57%
HSB/HSV35°40.61%64.71%
CMYK0.00%16.97%40.61%
35.29%

Color #A58962 in popluar number systems.

HEXA58962
Decimal16513798
Binary10100101100010011100010
Octal245211142

Shades and tints

Shades of #A58962

#A58962
(165,137,98)
#967D5A
(150,125,90)
#877152
(135,113,82)
#78654A
(120,101,74)
#695942
(105,89,66)
#5A4D3A
(90,77,58)
#4B4132
(75,65,50)
#3C352A
(60,53,42)
#2D2922
(45,41,34)
#1E1D1A
(30,29,26)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A58962

#A58962
(165,137,98)
#AD9370
(173,147,112)
#B59D7E
(181,157,126)
#BDA78C
(189,167,140)
#C5B19A
(197,177,154)
#CDBBA8
(205,187,168)
#D5C5B6
(213,197,182)
#DDCFC4
(221,207,196)
#E5D9D2
(229,217,210)
#EDE3E0
(237,227,224)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58962; }

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

This text font color is #A58962.


Background Color

.myBgColor { background-color: #A58962; }

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

This div background color is #A58962.


Border color

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

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

This div border color is #A58962.


Opacity

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

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

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

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

This text has shadow with #A58962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58962 on black background.


Color preview on white background

This text has color #A58962 on white background.



Black color preview on #A58962 background

This text has black color on #A58962 background.


White color preview on #A58962 background

This text has white color on #A58962 background.