COLOR #A58388

HEX: #A58388
RGB: (165,131,136)

Color info

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

RGB color model

#A58388 color RGB value is (165,131,136).

  • red value is 165;
  • green value is 131;
  • blue value is 136.
RGB:
(165,131,136)
(65%,51%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 136 of 255 = 53%

165
131
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 131 + 136 = 432 (100%)
R 165 of 432 ~ 38.19%
G 131 of 432 ~ 30.32%
B 136 of 432 ~ 31.48%

%38.19
%30.32
%31.48

CMYK color model

#A58388 color CMYK value is (0,21,18,35).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 17.58%
  • key color value is 35.29%
CMYK:
(0,21,18,35)
C0M21Y18K35 
(0%,21%,18%,35%)
(0.00/0.21/0.18/0.35)	

CMYK percentages

%0
%20.61
%17.58
%35.29

Codes

Color #A58388 in popluar color models

A58388
RGB165131136
HSL351°15.89%58.04%
HSB/HSV351°20.61%64.71%
CMYK0.00%20.61%17.58%
35.29%

Color #A58388 in popluar number systems.

HEXA58388
Decimal165131136
Binary101001011000001110001000
Octal245203210

Shades and tints

Shades of #A58388

#A58388
(165,131,136)
#96787C
(150,120,124)
#876D70
(135,109,112)
#786264
(120,98,100)
#695758
(105,87,88)
#5A4C4C
(90,76,76)
#4B4140
(75,65,64)
#3C3634
(60,54,52)
#2D2B28
(45,43,40)
#1E201C
(30,32,28)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A58388

#A58388
(165,131,136)
#AD8E92
(173,142,146)
#B5999C
(181,153,156)
#BDA4A6
(189,164,166)
#C5AFB0
(197,175,176)
#CDBABA
(205,186,186)
#D5C5C4
(213,197,196)
#DDD0CE
(221,208,206)
#E5DBD8
(229,219,216)
#EDE6E2
(237,230,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58388 color. Also use rgb(165,131,136) instead hex code.

Text Font Color

.myTextColor { color: #A58388; }

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

This text font color is #A58388.


Background Color

.myBgColor { background-color: #A58388; }

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

This div background color is #A58388.


Border color

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

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

This div border color is #A58388.


Opacity

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

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

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

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

This text has shadow with #A58388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58388 on black background.


Color preview on white background

This text has color #A58388 on white background.



Black color preview on #A58388 background

This text has black color on #A58388 background.


White color preview on #A58388 background

This text has white color on #A58388 background.