COLOR #A5955E

HEX: #A5955E
RGB: (165,149,94)

Color info

#A5955E contains mainly red and green colors. Web safe color of #A5955E is #999966 (or #996).

RGB color model

#A5955E color RGB value is (165,149,94).

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

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 94 of 255 = 37%

165
149
94

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 94 = 408 (100%)
R 165 of 408 ~ 40.44%
G 149 of 408 ~ 36.52%
B 94 of 408 ~ 23.04%

%40.44
%36.52
%23.04

CMYK color model

#A5955E color CMYK value is (0,10,43,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 43.03%
  • key color value is 35.29%
CMYK:
(0,10,43,35)
C0M10Y43K35 
(0%,10%,43%,35%)
(0.00/0.10/0.43/0.35)	

CMYK percentages

%0
%9.7
%43.03
%35.29

Codes

Color #A5955E in popluar color models

A5955E
RGB16514994
HSL46°28.29%50.78%
HSB/HSV46°43.03%64.71%
CMYK0.00%9.70%43.03%
35.29%

Color #A5955E in popluar number systems.

HEXA5955E
Decimal16514994
Binary10100101100101011011110
Octal245225136

Shades and tints

Shades of #A5955E

#A5955E
(165,149,94)
#968856
(150,136,86)
#877B4E
(135,123,78)
#786E46
(120,110,70)
#69613E
(105,97,62)
#5A5436
(90,84,54)
#4B472E
(75,71,46)
#3C3A26
(60,58,38)
#2D2D1E
(45,45,30)
#1E2016
(30,32,22)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A5955E

#A5955E
(165,149,94)
#AD9E6C
(173,158,108)
#B5A77A
(181,167,122)
#BDB088
(189,176,136)
#C5B996
(197,185,150)
#CDC2A4
(205,194,164)
#D5CBB2
(213,203,178)
#DDD4C0
(221,212,192)
#E5DDCE
(229,221,206)
#EDE6DC
(237,230,220)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5955E; }

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

This text font color is #A5955E.


Background Color

.myBgColor { background-color: #A5955E; }

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

This div background color is #A5955E.


Border color

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

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

This div border color is #A5955E.


Opacity

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

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

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

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

This text has shadow with #A5955E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5955E on black background.


Color preview on white background

This text has color #A5955E on white background.



Black color preview on #A5955E background

This text has black color on #A5955E background.


White color preview on #A5955E background

This text has white color on #A5955E background.