COLOR #A5875F

HEX: #A5875F
RGB: (165,135,95)

Color info

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

RGB color model

#A5875F color RGB value is (165,135,95).

  • red value is 165;
  • green value is 135;
  • blue value is 95.
RGB:
(165,135,95)
(65%,53%,37%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 95 of 255 = 37%

165
135
95

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 95 = 395 (100%)
R 165 of 395 ~ 41.77%
G 135 of 395 ~ 34.18%
B 95 of 395 ~ 24.05%

%41.77
%34.18
%24.05

CMYK color model

#A5875F color CMYK value is (0,18,42,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(0,18,42,35)
C0M18Y42K35 
(0%,18%,42%,35%)
(0.00/0.18/0.42/0.35)	

CMYK percentages

%0
%18.18
%42.42
%35.29

Codes

Color #A5875F in popluar color models

A5875F
RGB16513595
HSL34°28.00%50.98%
HSB/HSV34°42.42%64.71%
CMYK0.00%18.18%42.42%
35.29%

Color #A5875F in popluar number systems.

HEXA5875F
Decimal16513595
Binary10100101100001111011111
Octal245207137

Shades and tints

Shades of #A5875F

#A5875F
(165,135,95)
#967B57
(150,123,87)
#876F4F
(135,111,79)
#786347
(120,99,71)
#69573F
(105,87,63)
#5A4B37
(90,75,55)
#4B3F2F
(75,63,47)
#3C3327
(60,51,39)
#2D271F
(45,39,31)
#1E1B17
(30,27,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #A5875F

#A5875F
(165,135,95)
#AD916D
(173,145,109)
#B59B7B
(181,155,123)
#BDA589
(189,165,137)
#C5AF97
(197,175,151)
#CDB9A5
(205,185,165)
#D5C3B3
(213,195,179)
#DDCDC1
(221,205,193)
#E5D7CF
(229,215,207)
#EDE1DD
(237,225,221)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5875F color. Also use rgb(165,135,95) instead hex code.

Text Font Color

.myTextColor { color: #A5875F; }

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

This text font color is #A5875F.


Background Color

.myBgColor { background-color: #A5875F; }

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

This div background color is #A5875F.


Border color

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

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

This div border color is #A5875F.


Opacity

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

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

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

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

This text has shadow with #A5875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5875F on black background.


Color preview on white background

This text has color #A5875F on white background.



Black color preview on #A5875F background

This text has black color on #A5875F background.


White color preview on #A5875F background

This text has white color on #A5875F background.