COLOR #A5946E

HEX: #A5946E
RGB: (165,148,110)

Color info

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

RGB color model

#A5946E color RGB value is (165,148,110).

  • red value is 165;
  • green value is 148;
  • blue value is 110.
RGB:
(165,148,110)
(65%,58%,43%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 110 of 255 = 43%

165
148
110

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 110 = 423 (100%)
R 165 of 423 ~ 39.01%
G 148 of 423 ~ 34.99%
B 110 of 423 ~ 26%

%39.01
%34.99
%26

CMYK color model

#A5946E color CMYK value is (0,10,33,35).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 33.33%
  • key color value is 35.29%
CMYK:
(0,10,33,35)
C0M10Y33K35 
(0%,10%,33%,35%)
(0.00/0.10/0.33/0.35)	

CMYK percentages

%0
%10.3
%33.33
%35.29

Codes

Color #A5946E in popluar color models

A5946E
RGB165148110
HSL41°23.40%53.92%
HSB/HSV41°33.33%64.71%
CMYK0.00%10.30%33.33%
35.29%

Color #A5946E in popluar number systems.

HEXA5946E
Decimal165148110
Binary10100101100101001101110
Octal245224156

Shades and tints

Shades of #A5946E

#A5946E
(165,148,110)
#968764
(150,135,100)
#877A5A
(135,122,90)
#786D50
(120,109,80)
#696046
(105,96,70)
#5A533C
(90,83,60)
#4B4632
(75,70,50)
#3C3928
(60,57,40)
#2D2C1E
(45,44,30)
#1E1F14
(30,31,20)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #A5946E

#A5946E
(165,148,110)
#AD9D7B
(173,157,123)
#B5A688
(181,166,136)
#BDAF95
(189,175,149)
#C5B8A2
(197,184,162)
#CDC1AF
(205,193,175)
#D5CABC
(213,202,188)
#DDD3C9
(221,211,201)
#E5DCD6
(229,220,214)
#EDE5E3
(237,229,227)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5946E color. Also use rgb(165,148,110) instead hex code.

Text Font Color

.myTextColor { color: #A5946E; }

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

This text font color is #A5946E.


Background Color

.myBgColor { background-color: #A5946E; }

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

This div background color is #A5946E.


Border color

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

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

This div border color is #A5946E.


Opacity

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

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

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

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

This text has shadow with #A5946E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5946E on black background.


Color preview on white background

This text has color #A5946E on white background.



Black color preview on #A5946E background

This text has black color on #A5946E background.


White color preview on #A5946E background

This text has white color on #A5946E background.