COLOR #A5977A

HEX: #A5977A
RGB: (165,151,122)

Color info

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

RGB color model

#A5977A color RGB value is (165,151,122).

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

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 122 of 255 = 48%

165
151
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 122 = 438 (100%)
R 165 of 438 ~ 37.67%
G 151 of 438 ~ 34.47%
B 122 of 438 ~ 27.85%

%37.67
%34.47
%27.85

CMYK color model

#A5977A color CMYK value is (0,8,26,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,8,26,35)
C0M8Y26K35 
(0%,8%,26%,35%)
(0.00/0.08/0.26/0.35)	

CMYK percentages

%0
%8.48
%26.06
%35.29

Codes

Color #A5977A in popluar color models

A5977A
RGB165151122
HSL40°19.28%56.27%
HSB/HSV40°26.06%64.71%
CMYK0.00%8.48%26.06%
35.29%

Color #A5977A in popluar number systems.

HEXA5977A
Decimal165151122
Binary10100101100101111111010
Octal245227172

Shades and tints

Shades of #A5977A

#A5977A
(165,151,122)
#968A6F
(150,138,111)
#877D64
(135,125,100)
#787059
(120,112,89)
#69634E
(105,99,78)
#5A5643
(90,86,67)
#4B4938
(75,73,56)
#3C3C2D
(60,60,45)
#2D2F22
(45,47,34)
#1E2217
(30,34,23)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #A5977A

#A5977A
(165,151,122)
#ADA086
(173,160,134)
#B5A992
(181,169,146)
#BDB29E
(189,178,158)
#C5BBAA
(197,187,170)
#CDC4B6
(205,196,182)
#D5CDC2
(213,205,194)
#DDD6CE
(221,214,206)
#E5DFDA
(229,223,218)
#EDE8E6
(237,232,230)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5977A; }

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

This text font color is #A5977A.


Background Color

.myBgColor { background-color: #A5977A; }

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

This div background color is #A5977A.


Border color

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

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

This div border color is #A5977A.


Opacity

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

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

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

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

This text has shadow with #A5977A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5977A on black background.


Color preview on white background

This text has color #A5977A on white background.



Black color preview on #A5977A background

This text has black color on #A5977A background.


White color preview on #A5977A background

This text has white color on #A5977A background.