COLOR #A58286

HEX: #A58286
RGB: (165,130,134)

Color info

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

RGB color model

#A58286 color RGB value is (165,130,134).

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

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 134 of 255 = 53%

165
130
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 130 + 134 = 429 (100%)
R 165 of 429 ~ 38.46%
G 130 of 429 ~ 30.3%
B 134 of 429 ~ 31.24%

%38.46
%30.3
%31.24

CMYK color model

#A58286 color CMYK value is (0,21,19,35).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(0,21,19,35)
C0M21Y19K35 
(0%,21%,19%,35%)
(0.00/0.21/0.19/0.35)	

CMYK percentages

%0
%21.21
%18.79
%35.29

Codes

Color #A58286 in popluar color models

A58286
RGB165130134
HSL353°16.28%57.84%
HSB/HSV353°21.21%64.71%
CMYK0.00%21.21%18.79%
35.29%

Color #A58286 in popluar number systems.

HEXA58286
Decimal165130134
Binary101001011000001010000110
Octal245202206

Shades and tints

Shades of #A58286

#A58286
(165,130,134)
#96777A
(150,119,122)
#876C6E
(135,108,110)
#786162
(120,97,98)
#695656
(105,86,86)
#5A4B4A
(90,75,74)
#4B403E
(75,64,62)
#3C3532
(60,53,50)
#2D2A26
(45,42,38)
#1E1F1A
(30,31,26)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #A58286

#A58286
(165,130,134)
#AD8D91
(173,141,145)
#B5989C
(181,152,156)
#BDA3A7
(189,163,167)
#C5AEB2
(197,174,178)
#CDB9BD
(205,185,189)
#D5C4C8
(213,196,200)
#DDCFD3
(221,207,211)
#E5DADE
(229,218,222)
#EDE5E9
(237,229,233)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58286 color. Also use rgb(165,130,134) instead hex code.

Text Font Color

.myTextColor { color: #A58286; }

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

This text font color is #A58286.


Background Color

.myBgColor { background-color: #A58286; }

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

This div background color is #A58286.


Border color

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

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

This div border color is #A58286.


Opacity

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

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

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

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

This text has shadow with #A58286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58286 on black background.


Color preview on white background

This text has color #A58286 on white background.



Black color preview on #A58286 background

This text has black color on #A58286 background.


White color preview on #A58286 background

This text has white color on #A58286 background.