COLOR #A5908D

HEX: #A5908D
RGB: (165,144,141)

Color info

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

RGB color model

#A5908D color RGB value is (165,144,141).

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

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 141 of 255 = 55%

165
144
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 141 = 450 (100%)
R 165 of 450 ~ 36.67%
G 144 of 450 ~ 32%
B 141 of 450 ~ 31.33%

%36.67
%32
%31.33

CMYK color model

#A5908D color CMYK value is (0,13,15,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,13,15,35)
C0M13Y15K35 
(0%,13%,15%,35%)
(0.00/0.13/0.15/0.35)	

CMYK percentages

%0
%12.73
%14.55
%35.29

Codes

Color #A5908D in popluar color models

A5908D
RGB165144141
HSL11.76%60.00%
HSB/HSV14.55%64.71%
CMYK0.00%12.73%14.55%
35.29%

Color #A5908D in popluar number systems.

HEXA5908D
Decimal165144141
Binary101001011001000010001101
Octal245220215

Shades and tints

Shades of #A5908D

#A5908D
(165,144,141)
#968381
(150,131,129)
#877675
(135,118,117)
#786969
(120,105,105)
#695C5D
(105,92,93)
#5A4F51
(90,79,81)
#4B4245
(75,66,69)
#3C3539
(60,53,57)
#2D282D
(45,40,45)
#1E1B21
(30,27,33)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #A5908D

#A5908D
(165,144,141)
#AD9A97
(173,154,151)
#B5A4A1
(181,164,161)
#BDAEAB
(189,174,171)
#C5B8B5
(197,184,181)
#CDC2BF
(205,194,191)
#D5CCC9
(213,204,201)
#DDD6D3
(221,214,211)
#E5E0DD
(229,224,221)
#EDEAE7
(237,234,231)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5908D; }

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

This text font color is #A5908D.


Background Color

.myBgColor { background-color: #A5908D; }

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

This div background color is #A5908D.


Border color

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

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

This div border color is #A5908D.


Opacity

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

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

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

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

This text has shadow with #A5908D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5908D on black background.


Color preview on white background

This text has color #A5908D on white background.



Black color preview on #A5908D background

This text has black color on #A5908D background.


White color preview on #A5908D background

This text has white color on #A5908D background.