COLOR #A5977B

HEX: #A5977B
RGB: (165,151,123)

Color info

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

RGB color model

#A5977B color RGB value is (165,151,123).

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

RGB channels and saturation

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

165
151
123

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 123 = 439 (100%)
R 165 of 439 ~ 37.59%
G 151 of 439 ~ 34.4%
B 123 of 439 ~ 28.02%

%37.59
%34.4
%28.02

CMYK color model

#A5977B color CMYK value is (0,8,25,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 25.45%
  • key color value is 35.29%
CMYK:
(0,8,25,35)
C0M8Y25K35 
(0%,8%,25%,35%)
(0.00/0.08/0.25/0.35)	

CMYK percentages

%0
%8.48
%25.45
%35.29

Codes

Color #A5977B in popluar color models

A5977B
RGB165151123
HSL40°18.92%56.47%
HSB/HSV40°25.45%64.71%
CMYK0.00%8.48%25.45%
35.29%

Color #A5977B in popluar number systems.

HEXA5977B
Decimal165151123
Binary10100101100101111111011
Octal245227173

Shades and tints

Shades of #A5977B

#A5977B
(165,151,123)
#968A70
(150,138,112)
#877D65
(135,125,101)
#78705A
(120,112,90)
#69634F
(105,99,79)
#5A5644
(90,86,68)
#4B4939
(75,73,57)
#3C3C2E
(60,60,46)
#2D2F23
(45,47,35)
#1E2218
(30,34,24)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #A5977B

#A5977B
(165,151,123)
#ADA087
(173,160,135)
#B5A993
(181,169,147)
#BDB29F
(189,178,159)
#C5BBAB
(197,187,171)
#CDC4B7
(205,196,183)
#D5CDC3
(213,205,195)
#DDD6CF
(221,214,207)
#E5DFDB
(229,223,219)
#EDE8E7
(237,232,231)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5977B; }

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

This text font color is #A5977B.


Background Color

.myBgColor { background-color: #A5977B; }

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

This div background color is #A5977B.


Border color

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

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

This div border color is #A5977B.


Opacity

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

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

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

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

This text has shadow with #A5977B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5977B on black background.


Color preview on white background

This text has color #A5977B on white background.



Black color preview on #A5977B background

This text has black color on #A5977B background.


White color preview on #A5977B background

This text has white color on #A5977B background.