COLOR #A5957A

HEX: #A5957A
RGB: (165,149,122)

Color info

#A5957A contains red, green and blue colors in about the same proportion. Web safe color of #A5957A is #999966 (or #996).

RGB color model

#A5957A color RGB value is (165,149,122).

  • red value is 165;
  • green value is 149;
  • blue value is 122.
RGB:
(165,149,122)
(65%,58%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 122 of 255 = 48%

165
149
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 122 = 436 (100%)
R 165 of 436 ~ 37.84%
G 149 of 436 ~ 34.17%
B 122 of 436 ~ 27.98%

%37.84
%34.17
%27.98

CMYK color model

#A5957A color CMYK value is (0,10,26,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,10,26,35)
C0M10Y26K35 
(0%,10%,26%,35%)
(0.00/0.10/0.26/0.35)	

CMYK percentages

%0
%9.7
%26.06
%35.29

Codes

Color #A5957A in popluar color models

A5957A
RGB165149122
HSL38°19.28%56.27%
HSB/HSV38°26.06%64.71%
CMYK0.00%9.70%26.06%
35.29%

Color #A5957A in popluar number systems.

HEXA5957A
Decimal165149122
Binary10100101100101011111010
Octal245225172

Shades and tints

Shades of #A5957A

#A5957A
(165,149,122)
#96886F
(150,136,111)
#877B64
(135,123,100)
#786E59
(120,110,89)
#69614E
(105,97,78)
#5A5443
(90,84,67)
#4B4738
(75,71,56)
#3C3A2D
(60,58,45)
#2D2D22
(45,45,34)
#1E2017
(30,32,23)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #A5957A

#A5957A
(165,149,122)
#AD9E86
(173,158,134)
#B5A792
(181,167,146)
#BDB09E
(189,176,158)
#C5B9AA
(197,185,170)
#CDC2B6
(205,194,182)
#D5CBC2
(213,203,194)
#DDD4CE
(221,212,206)
#E5DDDA
(229,221,218)
#EDE6E6
(237,230,230)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5957A; }

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

This text font color is #A5957A.


Background Color

.myBgColor { background-color: #A5957A; }

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

This div background color is #A5957A.


Border color

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

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

This div border color is #A5957A.


Opacity

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

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

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

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

This text has shadow with #A5957A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5957A on black background.


Color preview on white background

This text has color #A5957A on white background.



Black color preview on #A5957A background

This text has black color on #A5957A background.


White color preview on #A5957A background

This text has white color on #A5957A background.