COLOR #A5954B

HEX: #A5954B
RGB: (165,149,75)

Color info

#A5954B contains mainly red and green colors. Web safe color of #A5954B is #999933 (or #993).

RGB color model

#A5954B color RGB value is (165,149,75).

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

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 75 of 255 = 29%

165
149
75

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 75 = 389 (100%)
R 165 of 389 ~ 42.42%
G 149 of 389 ~ 38.3%
B 75 of 389 ~ 19.28%

%42.42
%38.3
%19.28

CMYK color model

#A5954B color CMYK value is (0,10,55,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 54.55%
  • key color value is 35.29%
CMYK:
(0,10,55,35)
C0M10Y55K35 
(0%,10%,55%,35%)
(0.00/0.10/0.55/0.35)	

CMYK percentages

%0
%9.7
%54.55
%35.29

Codes

Color #A5954B in popluar color models

A5954B
RGB16514975
HSL49°37.50%47.06%
HSB/HSV49°54.55%64.71%
CMYK0.00%9.70%54.55%
35.29%

Color #A5954B in popluar number systems.

HEXA5954B
Decimal16514975
Binary10100101100101011001011
Octal245225113

Shades and tints

Shades of #A5954B

#A5954B
(165,149,75)
#968845
(150,136,69)
#877B3F
(135,123,63)
#786E39
(120,110,57)
#696133
(105,97,51)
#5A542D
(90,84,45)
#4B4727
(75,71,39)
#3C3A21
(60,58,33)
#2D2D1B
(45,45,27)
#1E2015
(30,32,21)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A5954B

#A5954B
(165,149,75)
#AD9E5B
(173,158,91)
#B5A76B
(181,167,107)
#BDB07B
(189,176,123)
#C5B98B
(197,185,139)
#CDC29B
(205,194,155)
#D5CBAB
(213,203,171)
#DDD4BB
(221,212,187)
#E5DDCB
(229,221,203)
#EDE6DB
(237,230,219)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5954B; }

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

This text font color is #A5954B.


Background Color

.myBgColor { background-color: #A5954B; }

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

This div background color is #A5954B.


Border color

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

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

This div border color is #A5954B.


Opacity

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

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

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

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

This text has shadow with #A5954B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5954B on black background.


Color preview on white background

This text has color #A5954B on white background.



Black color preview on #A5954B background

This text has black color on #A5954B background.


White color preview on #A5954B background

This text has white color on #A5954B background.