COLOR #A58A9C

HEX: #A58A9C RGB: (165,138,156)

Color info

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

RGB color model

#A58A9C color RGB value is (165,138,156).

RGB: (165,138,156) (65%, 54%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 138 of 255 = 54%
B 156 of 255 = 61%

165
138
156

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

Portions of RGB colors in percentages

R + G + B = 165 + 138 + 156 = 459 (100%)
R 165 of 459 ~ 35.95%
G 138 of 459 ~ 30.07%
B 156 of 459 ~ 33.99'%

%35.95
%30.07
%33.99

CMYK color model

#A58A9C color CMYK value is (0,16,5,35).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 5.45%
  • key color value is 35.29%

CMYK: (0,16,5,35)
C0M16Y5K35 (0%, 16%, 5%, 35%)
(0.00 / 0.16 / 0.05 / 0.35)

CMYK percentages

%0
%16.36
%5.45
%35.29

Codes

Color #A58A9C in popluar color models

A5 8A 9C
RGB 165 138 156
HSL 320° 13.04% 59.41%
HSB/HSV 320° 16.36% 64.71%
CMYK 0.00% 16.36% 5.45%
35.29%

Color #A58A9C in popluar number systems.

HEX A5 8A 9C
Decimal 165 138 156
Binary 10100101 10001010 10011100
Octal 245 212 234

Shades and tints

Shades of #A58A9C

#A58A9C
(165,138,156)
#967E8E
(150,126,142)
#877280
(135,114,128)
#786672
(120,102,114)
#695A64
(105,90,100)
#5A4E56
(90,78,86)
#4B4248
(75,66,72)
#3C363A
(60,54,58)
#2D2A2C
(45,42,44)
#1E1E1E
(30,30,30)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #A58A9C

#A58A9C
(165,138,156)
#AD94A5
(173,148,165)
#B59EAE
(181,158,174)
#BDA8B7
(189,168,183)
#C5B2C0
(197,178,192)
#CDBCC9
(205,188,201)
#D5C6D2
(213,198,210)
#DDD0DB
(221,208,219)
#E5DAE4
(229,218,228)
#EDE4ED
(237,228,237)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58A9C; }

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

This text font color is #A58A9C.

Background Color

.myBgColor { background-color: #A58A9C; }

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

This div background color is #A58A9C.

Border color

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

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

This div border color is #A58A9C.

Opacity

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

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

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

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

This text has shadow with #A58A9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58A9C.

Preview

Color preview on black background

This text has color #A58A9C on black background.


Color preview on white background

This text has color #A58A9C on white background.


Black color preview on #A58A9C background

This text has black color on #A58A9C background.


White color preview on #A58A9C background

This text has white color on #A58A9C background.


Related colors

Complementary color

Complementary color for #hex is #5A7563.


I love getcolorcode.com

Triadic colors

1 #9CA58A and #8A9CA5 with #A58A9C are triadic colors.

2 #9C8AA5 and #8AA59C with #A58A9C are triadic colors.