COLOR #A58A90

HEX: #A58A90
RGB: (165,138,144)

Color info

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

RGB color model

#A58A90 color RGB value is (165,138,144).

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

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 144 of 255 = 56%

165
138
144

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

Portions of RGB colors in percentages

R + G + B =
165 + 138 + 144 = 447 (100%)
R 165 of 447 ~ 36.91%
G 138 of 447 ~ 30.87%
B 144 of 447 ~ 32.21%

%36.91
%30.87
%32.21

CMYK color model

#A58A90 color CMYK value is (0,16,13,35).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(0,16,13,35)
C0M16Y13K35 
(0%,16%,13%,35%)
(0.00/0.16/0.13/0.35)	

CMYK percentages

%0
%16.36
%12.73
%35.29

Codes

Color #A58A90 in popluar color models

A58A90
RGB165138144
HSL347°13.04%59.41%
HSB/HSV347°16.36%64.71%
CMYK0.00%16.36%12.73%
35.29%

Color #A58A90 in popluar number systems.

HEXA58A90
Decimal165138144
Binary101001011000101010010000
Octal245212220

Shades and tints

Shades of #A58A90

#A58A90
(165,138,144)
#967E83
(150,126,131)
#877276
(135,114,118)
#786669
(120,102,105)
#695A5C
(105,90,92)
#5A4E4F
(90,78,79)
#4B4242
(75,66,66)
#3C3635
(60,54,53)
#2D2A28
(45,42,40)
#1E1E1B
(30,30,27)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #A58A90

#A58A90
(165,138,144)
#AD949A
(173,148,154)
#B59EA4
(181,158,164)
#BDA8AE
(189,168,174)
#C5B2B8
(197,178,184)
#CDBCC2
(205,188,194)
#D5C6CC
(213,198,204)
#DDD0D6
(221,208,214)
#E5DAE0
(229,218,224)
#EDE4EA
(237,228,234)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58A90; }

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

This text font color is #A58A90.


Background Color

.myBgColor { background-color: #A58A90; }

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

This div background color is #A58A90.


Border color

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

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

This div border color is #A58A90.


Opacity

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

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

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

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

This text has shadow with #A58A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58A90 on black background.


Color preview on white background

This text has color #A58A90 on white background.



Black color preview on #A58A90 background

This text has black color on #A58A90 background.


White color preview on #A58A90 background

This text has white color on #A58A90 background.