COLOR #A58B84

HEX: #A58B84
RGB: (165,139,132)

Color info

#A58B84 contains red, green and blue colors in about the same proportion. Web safe color of #A58B84 is #999999 (or #999).

RGB color model

#A58B84 color RGB value is (165,139,132).

  • red value is 165;
  • green value is 139;
  • blue value is 132.
RGB:
(165,139,132)
(65%,55%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 132 of 255 = 52%

165
139
132

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

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 132 = 436 (100%)
R 165 of 436 ~ 37.84%
G 139 of 436 ~ 31.88%
B 132 of 436 ~ 30.28%

%37.84
%31.88
%30.28

CMYK color model

#A58B84 color CMYK value is (0,16,20,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(0,16,20,35)
C0M16Y20K35 
(0%,16%,20%,35%)
(0.00/0.16/0.20/0.35)	

CMYK percentages

%0
%15.76
%20
%35.29

Codes

Color #A58B84 in popluar color models

A58B84
RGB165139132
HSL13°15.49%58.24%
HSB/HSV13°20.00%64.71%
CMYK0.00%15.76%20.00%
35.29%

Color #A58B84 in popluar number systems.

HEXA58B84
Decimal165139132
Binary101001011000101110000100
Octal245213204

Shades and tints

Shades of #A58B84

#A58B84
(165,139,132)
#967F78
(150,127,120)
#87736C
(135,115,108)
#786760
(120,103,96)
#695B54
(105,91,84)
#5A4F48
(90,79,72)
#4B433C
(75,67,60)
#3C3730
(60,55,48)
#2D2B24
(45,43,36)
#1E1F18
(30,31,24)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #A58B84

#A58B84
(165,139,132)
#AD958F
(173,149,143)
#B59F9A
(181,159,154)
#BDA9A5
(189,169,165)
#C5B3B0
(197,179,176)
#CDBDBB
(205,189,187)
#D5C7C6
(213,199,198)
#DDD1D1
(221,209,209)
#E5DBDC
(229,219,220)
#EDE5E7
(237,229,231)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58B84 color. Also use rgb(165,139,132) instead hex code.

Text Font Color

.myTextColor { color: #A58B84; }

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

This text font color is #A58B84.


Background Color

.myBgColor { background-color: #A58B84; }

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

This div background color is #A58B84.


Border color

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

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

This div border color is #A58B84.


Opacity

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

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

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

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

This text has shadow with #A58B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58B84 on black background.


Color preview on white background

This text has color #A58B84 on white background.



Black color preview on #A58B84 background

This text has black color on #A58B84 background.


White color preview on #A58B84 background

This text has white color on #A58B84 background.