COLOR #A5954A

HEX: #A5954A RGB: (165,149,74)

Color info

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

RGB color model

#A5954A color RGB value is (165,149,74).

RGB: (165,149,74) (65%, 58%, 29%)

RGB channels and saturation

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

165
149
74

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

Portions of RGB colors in percentages

R + G + B = 165 + 149 + 74 = 388 (100%)
R 165 of 388 ~ 42.53%
G 149 of 388 ~ 38.4%
B 74 of 388 ~ 19.07'%

%42.53
%38.4
%19.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 55.15%
  • 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
%55.15
%35.29

Codes

Color #A5954A in popluar color models

A5 95 4A
RGB 165 149 74
HSL 49° 38.08% 46.86%
HSB/HSV 49° 55.15% 64.71%
CMYK 0.00% 9.70% 55.15%
35.29%

Color #A5954A in popluar number systems.

HEX A5 95 4A
Decimal 165 149 74
Binary 10100101 10010101 1001010
Octal 245 225 112

Shades and tints

Shades of #A5954A

#A5954A
(165,149,74)
#968844
(150,136,68)
#877B3E
(135,123,62)
#786E38
(120,110,56)
#696132
(105,97,50)
#5A542C
(90,84,44)
#4B4726
(75,71,38)
#3C3A20
(60,58,32)
#2D2D1A
(45,45,26)
#1E2014
(30,32,20)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A5954A

#A5954A
(165,149,74)
#AD9E5A
(173,158,90)
#B5A76A
(181,167,106)
#BDB07A
(189,176,122)
#C5B98A
(197,185,138)
#CDC29A
(205,194,154)
#D5CBAA
(213,203,170)
#DDD4BA
(221,212,186)
#E5DDCA
(229,221,202)
#EDE6DA
(237,230,218)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5954A; }

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

This text font color is #A5954A.

Background Color

.myBgColor { background-color: #A5954A; }

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

This div background color is #A5954A.

Border color

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

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

This div border color is #A5954A.

Opacity

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

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

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

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

This text has shadow with #A5954A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5954A.

Preview

Color preview on black background

This text has color #A5954A on black background.


Color preview on white background

This text has color #A5954A on white background.


Black color preview on #A5954A background

This text has black color on #A5954A background.


White color preview on #A5954A background

This text has white color on #A5954A background.


Related colors

Complementary color

Complementary color for #hex is #5A6AB5.


I love getcolorcode.com

Triadic colors

1 #4AA595 and #954AA5 with #A5954A are triadic colors.

2 #4A95A5 and #95A54A with #A5954A are triadic colors.