COLOR #A58A9A

HEX: #A58A9A
RGB: (165,138,154)

Color info

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

RGB color model

#A58A9A color RGB value is (165,138,154).

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

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 154 of 255 = 60%

165
138
154

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

Portions of RGB colors in percentages

R + G + B =
165 + 138 + 154 = 457 (100%)
R 165 of 457 ~ 36.11%
G 138 of 457 ~ 30.2%
B 154 of 457 ~ 33.7%

%36.11
%30.2
%33.7

CMYK color model

#A58A9A color CMYK value is (0,16,7,35).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(0,16,7,35)
C0M16Y7K35 
(0%,16%,7%,35%)
(0.00/0.16/0.07/0.35)	

CMYK percentages

%0
%16.36
%6.67
%35.29

Codes

Color #A58A9A in popluar color models

A58A9A
RGB165138154
HSL324°13.04%59.41%
HSB/HSV324°16.36%64.71%
CMYK0.00%16.36%6.67%
35.29%

Color #A58A9A in popluar number systems.

HEXA58A9A
Decimal165138154
Binary101001011000101010011010
Octal245212232

Shades and tints

Shades of #A58A9A

#A58A9A
(165,138,154)
#967E8C
(150,126,140)
#87727E
(135,114,126)
#786670
(120,102,112)
#695A62
(105,90,98)
#5A4E54
(90,78,84)
#4B4246
(75,66,70)
#3C3638
(60,54,56)
#2D2A2A
(45,42,42)
#1E1E1C
(30,30,28)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #A58A9A

#A58A9A
(165,138,154)
#AD94A3
(173,148,163)
#B59EAC
(181,158,172)
#BDA8B5
(189,168,181)
#C5B2BE
(197,178,190)
#CDBCC7
(205,188,199)
#D5C6D0
(213,198,208)
#DDD0D9
(221,208,217)
#E5DAE2
(229,218,226)
#EDE4EB
(237,228,235)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58A9A; }

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

This text font color is #A58A9A.


Background Color

.myBgColor { background-color: #A58A9A; }

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

This div background color is #A58A9A.


Border color

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

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

This div border color is #A58A9A.


Opacity

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

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

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

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

This text has shadow with #A58A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58A9A on black background.


Color preview on white background

This text has color #A58A9A on white background.



Black color preview on #A58A9A background

This text has black color on #A58A9A background.


White color preview on #A58A9A background

This text has white color on #A58A9A background.