COLOR #A58688

HEX: #A58688
RGB: (165,134,136)

Color info

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

RGB color model

#A58688 color RGB value is (165,134,136).

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

RGB channels and saturation

R 165 of 255 = 65%
G 134 of 255 = 53%
B 136 of 255 = 53%

165
134
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 134 + 136 = 435 (100%)
R 165 of 435 ~ 37.93%
G 134 of 435 ~ 30.8%
B 136 of 435 ~ 31.26%

%37.93
%30.8
%31.26

CMYK color model

#A58688 color CMYK value is (0,19,18,35).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 17.58%
  • key color value is 35.29%
CMYK:
(0,19,18,35)
C0M19Y18K35 
(0%,19%,18%,35%)
(0.00/0.19/0.18/0.35)	

CMYK percentages

%0
%18.79
%17.58
%35.29

Codes

Color #A58688 in popluar color models

A58688
RGB165134136
HSL356°14.69%58.63%
HSB/HSV356°18.79%64.71%
CMYK0.00%18.79%17.58%
35.29%

Color #A58688 in popluar number systems.

HEXA58688
Decimal165134136
Binary101001011000011010001000
Octal245206210

Shades and tints

Shades of #A58688

#A58688
(165,134,136)
#967A7C
(150,122,124)
#876E70
(135,110,112)
#786264
(120,98,100)
#695658
(105,86,88)
#5A4A4C
(90,74,76)
#4B3E40
(75,62,64)
#3C3234
(60,50,52)
#2D2628
(45,38,40)
#1E1A1C
(30,26,28)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #A58688

#A58688
(165,134,136)
#AD9192
(173,145,146)
#B59C9C
(181,156,156)
#BDA7A6
(189,167,166)
#C5B2B0
(197,178,176)
#CDBDBA
(205,189,186)
#D5C8C4
(213,200,196)
#DDD3CE
(221,211,206)
#E5DED8
(229,222,216)
#EDE9E2
(237,233,226)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58688; }

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

This text font color is #A58688.


Background Color

.myBgColor { background-color: #A58688; }

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

This div background color is #A58688.


Border color

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

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

This div border color is #A58688.


Opacity

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

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

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

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

This text has shadow with #A58688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58688 on black background.


Color preview on white background

This text has color #A58688 on white background.



Black color preview on #A58688 background

This text has black color on #A58688 background.


White color preview on #A58688 background

This text has white color on #A58688 background.