COLOR #A5958D

HEX: #A5958D RGB: (165,149,141)

Color info

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

RGB color model

#A5958D color RGB value is (165,149,141).

RGB: (165,149,141) (65%, 58%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 141 of 255 = 55%

165
149
141

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

Portions of RGB colors in percentages

R + G + B = 165 + 149 + 141 = 455 (100%)
R 165 of 455 ~ 36.26%
G 149 of 455 ~ 32.75%
B 141 of 455 ~ 30.99'%

%36.26
%32.75
%30.99

CMYK color model

#A5958D color CMYK value is (0,10,15,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (0,10,15,35)
C0M10Y15K35 (0%, 10%, 15%, 35%)
(0.00 / 0.10 / 0.15 / 0.35)

CMYK percentages

%0
%9.7
%14.55
%35.29

Codes

Color #A5958D in popluar color models

A5 95 8D
RGB 165 149 141
HSL 20° 11.76% 60.00%
HSB/HSV 20° 14.55% 64.71%
CMYK 0.00% 9.70% 14.55%
35.29%

Color #A5958D in popluar number systems.

HEX A5 95 8D
Decimal 165 149 141
Binary 10100101 10010101 10001101
Octal 245 225 215

Shades and tints

Shades of #A5958D

#A5958D
(165,149,141)
#968881
(150,136,129)
#877B75
(135,123,117)
#786E69
(120,110,105)
#69615D
(105,97,93)
#5A5451
(90,84,81)
#4B4745
(75,71,69)
#3C3A39
(60,58,57)
#2D2D2D
(45,45,45)
#1E2021
(30,32,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A5958D

#A5958D
(165,149,141)
#AD9E97
(173,158,151)
#B5A7A1
(181,167,161)
#BDB0AB
(189,176,171)
#C5B9B5
(197,185,181)
#CDC2BF
(205,194,191)
#D5CBC9
(213,203,201)
#DDD4D3
(221,212,211)
#E5DDDD
(229,221,221)
#EDE6E7
(237,230,231)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5958D color. Also use rgb(165,149,141) instead hex code.

Text Font Color

.myTextColor { color: #A5958D; }

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

This text font color is #A5958D.

Background Color

.myBgColor { background-color: #A5958D; }

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

This div background color is #A5958D.

Border color

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

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

This div border color is #A5958D.

Opacity

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

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

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

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

This text has shadow with #A5958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5958D.

Preview

Color preview on black background

This text has color #A5958D on black background.


Color preview on white background

This text has color #A5958D on white background.


Black color preview on #A5958D background

This text has black color on #A5958D background.


White color preview on #A5958D background

This text has white color on #A5958D background.


Related colors

Complementary color

Complementary color for #hex is #5A6A72.


I love getcolorcode.com

Triadic colors

1 #8DA595 and #958DA5 with #A5958D are triadic colors.

2 #8D95A5 and #95A58D with #A5958D are triadic colors.