COLOR #A58989

HEX: #A58989
RGB: (165,137,137)

Color info

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

RGB color model

#A58989 color RGB value is (165,137,137).

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

RGB channels and saturation

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

165
137
137

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 137 = 439 (100%)
R 165 of 439 ~ 37.59%
G 137 of 439 ~ 31.21%
B 137 of 439 ~ 31.21%

%37.59
%31.21
%31.21

CMYK color model

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

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

CMYK percentages

%0
%16.97
%16.97
%35.29

Codes

Color #A58989 in popluar color models

A58989
RGB165137137
HSL13.46%59.22%
HSB/HSV16.97%64.71%
CMYK0.00%16.97%16.97%
35.29%

Color #A58989 in popluar number systems.

HEXA58989
Decimal165137137
Binary101001011000100110001001
Octal245211211

Shades and tints

Shades of #A58989

#A58989
(165,137,137)
#967D7D
(150,125,125)
#877171
(135,113,113)
#786565
(120,101,101)
#695959
(105,89,89)
#5A4D4D
(90,77,77)
#4B4141
(75,65,65)
#3C3535
(60,53,53)
#2D2929
(45,41,41)
#1E1D1D
(30,29,29)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A58989

#A58989
(165,137,137)
#AD9393
(173,147,147)
#B59D9D
(181,157,157)
#BDA7A7
(189,167,167)
#C5B1B1
(197,177,177)
#CDBBBB
(205,187,187)
#D5C5C5
(213,197,197)
#DDCFCF
(221,207,207)
#E5D9D9
(229,217,217)
#EDE3E3
(237,227,227)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58989; }

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

This text font color is #A58989.


Background Color

.myBgColor { background-color: #A58989; }

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

This div background color is #A58989.


Border color

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

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

This div border color is #A58989.


Opacity

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

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

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

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

This text has shadow with #A58989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58989 on black background.


Color preview on white background

This text has color #A58989 on white background.



Black color preview on #A58989 background

This text has black color on #A58989 background.


White color preview on #A58989 background

This text has white color on #A58989 background.