COLOR #A58788

HEX: #A58788
RGB: (165,135,136)

Color info

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

RGB color model

#A58788 color RGB value is (165,135,136).

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

RGB channels and saturation

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

165
135
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 136 = 436 (100%)
R 165 of 436 ~ 37.84%
G 135 of 436 ~ 30.96%
B 136 of 436 ~ 31.19%

%37.84
%30.96
%31.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 17.58%
  • key color value is 35.29%
CMYK:
(0,18,18,35)
C0M18Y18K35 
(0%,18%,18%,35%)
(0.00/0.18/0.18/0.35)	

CMYK percentages

%0
%18.18
%17.58
%35.29

Codes

Color #A58788 in popluar color models

A58788
RGB165135136
HSL358°14.29%58.82%
HSB/HSV358°18.18%64.71%
CMYK0.00%18.18%17.58%
35.29%

Color #A58788 in popluar number systems.

HEXA58788
Decimal165135136
Binary101001011000011110001000
Octal245207210

Shades and tints

Shades of #A58788

#A58788
(165,135,136)
#967B7C
(150,123,124)
#876F70
(135,111,112)
#786364
(120,99,100)
#695758
(105,87,88)
#5A4B4C
(90,75,76)
#4B3F40
(75,63,64)
#3C3334
(60,51,52)
#2D2728
(45,39,40)
#1E1B1C
(30,27,28)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #A58788

#A58788
(165,135,136)
#AD9192
(173,145,146)
#B59B9C
(181,155,156)
#BDA5A6
(189,165,166)
#C5AFB0
(197,175,176)
#CDB9BA
(205,185,186)
#D5C3C4
(213,195,196)
#DDCDCE
(221,205,206)
#E5D7D8
(229,215,216)
#EDE1E2
(237,225,226)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58788; }

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

This text font color is #A58788.


Background Color

.myBgColor { background-color: #A58788; }

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

This div background color is #A58788.


Border color

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

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

This div border color is #A58788.


Opacity

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

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

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

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

This text has shadow with #A58788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58788 on black background.


Color preview on white background

This text has color #A58788 on white background.



Black color preview on #A58788 background

This text has black color on #A58788 background.


White color preview on #A58788 background

This text has white color on #A58788 background.