COLOR #A58689

HEX: #A58689
RGB: (165,134,137)

Color info

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

RGB color model

#A58689 color RGB value is (165,134,137).

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

RGB channels and saturation

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

165
134
137

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

Portions of RGB colors in percentages

R + G + B =
165 + 134 + 137 = 436 (100%)
R 165 of 436 ~ 37.84%
G 134 of 436 ~ 30.73%
B 137 of 436 ~ 31.42%

%37.84
%30.73
%31.42

CMYK color model

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

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

CMYK percentages

%0
%18.79
%16.97
%35.29

Codes

Color #A58689 in popluar color models

A58689
RGB165134137
HSL354°14.69%58.63%
HSB/HSV354°18.79%64.71%
CMYK0.00%18.79%16.97%
35.29%

Color #A58689 in popluar number systems.

HEXA58689
Decimal165134137
Binary101001011000011010001001
Octal245206211

Shades and tints

Shades of #A58689

#A58689
(165,134,137)
#967A7D
(150,122,125)
#876E71
(135,110,113)
#786265
(120,98,101)
#695659
(105,86,89)
#5A4A4D
(90,74,77)
#4B3E41
(75,62,65)
#3C3235
(60,50,53)
#2D2629
(45,38,41)
#1E1A1D
(30,26,29)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #A58689

#A58689
(165,134,137)
#AD9193
(173,145,147)
#B59C9D
(181,156,157)
#BDA7A7
(189,167,167)
#C5B2B1
(197,178,177)
#CDBDBB
(205,189,187)
#D5C8C5
(213,200,197)
#DDD3CF
(221,211,207)
#E5DED9
(229,222,217)
#EDE9E3
(237,233,227)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58689; }

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

This text font color is #A58689.


Background Color

.myBgColor { background-color: #A58689; }

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

This div background color is #A58689.


Border color

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

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

This div border color is #A58689.


Opacity

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

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

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

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

This text has shadow with #A58689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58689 on black background.


Color preview on white background

This text has color #A58689 on white background.



Black color preview on #A58689 background

This text has black color on #A58689 background.


White color preview on #A58689 background

This text has white color on #A58689 background.