COLOR #A58992

HEX: #A58992
RGB: (165,137,146)

Color info

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

RGB color model

#A58992 color RGB value is (165,137,146).

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

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 146 of 255 = 57%

165
137
146

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 146 = 448 (100%)
R 165 of 448 ~ 36.83%
G 137 of 448 ~ 30.58%
B 146 of 448 ~ 32.59%

%36.83
%30.58
%32.59

CMYK color model

#A58992 color CMYK value is (0,17,12,35).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 11.52%
  • key color value is 35.29%
CMYK:
(0,17,12,35)
C0M17Y12K35 
(0%,17%,12%,35%)
(0.00/0.17/0.12/0.35)	

CMYK percentages

%0
%16.97
%11.52
%35.29

Codes

Color #A58992 in popluar color models

A58992
RGB165137146
HSL341°13.46%59.22%
HSB/HSV341°16.97%64.71%
CMYK0.00%16.97%11.52%
35.29%

Color #A58992 in popluar number systems.

HEXA58992
Decimal165137146
Binary101001011000100110010010
Octal245211222

Shades and tints

Shades of #A58992

#A58992
(165,137,146)
#967D85
(150,125,133)
#877178
(135,113,120)
#78656B
(120,101,107)
#69595E
(105,89,94)
#5A4D51
(90,77,81)
#4B4144
(75,65,68)
#3C3537
(60,53,55)
#2D292A
(45,41,42)
#1E1D1D
(30,29,29)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #A58992

#A58992
(165,137,146)
#AD939B
(173,147,155)
#B59DA4
(181,157,164)
#BDA7AD
(189,167,173)
#C5B1B6
(197,177,182)
#CDBBBF
(205,187,191)
#D5C5C8
(213,197,200)
#DDCFD1
(221,207,209)
#E5D9DA
(229,217,218)
#EDE3E3
(237,227,227)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58992; }

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

This text font color is #A58992.


Background Color

.myBgColor { background-color: #A58992; }

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

This div background color is #A58992.


Border color

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

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

This div border color is #A58992.


Opacity

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

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

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

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

This text has shadow with #A58992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58992 on black background.


Color preview on white background

This text has color #A58992 on white background.



Black color preview on #A58992 background

This text has black color on #A58992 background.


White color preview on #A58992 background

This text has white color on #A58992 background.