COLOR #A0874C

HEX: #A0874C
RGB: (160,135,76)

Color info

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

RGB color model

#A0874C color RGB value is (160,135,76).

  • red value is 160;
  • green value is 135;
  • blue value is 76.
RGB:
(160,135,76)
(63%,53%,30%)

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 76 of 255 = 30%

160
135
76

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

Portions of RGB colors in percentages

R + G + B =
160 + 135 + 76 = 371 (100%)
R 160 of 371 ~ 43.13%
G 135 of 371 ~ 36.39%
B 76 of 371 ~ 20.49%

%43.13
%36.39
%20.49

CMYK color model

#A0874C color CMYK value is (0,16,53,37).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 52.50%
  • key color value is 37.25%
CMYK:
(0,16,53,37)
C0M16Y53K37 
(0%,16%,53%,37%)
(0.00/0.16/0.53/0.37)	

CMYK percentages

%0
%15.63
%52.5
%37.25

Codes

Color #A0874C in popluar color models

A0874C
RGB16013576
HSL42°35.59%46.27%
HSB/HSV42°52.50%62.75%
CMYK0.00%15.63%52.50%
37.25%

Color #A0874C in popluar number systems.

HEXA0874C
Decimal16013576
Binary10100000100001111001100
Octal240207114

Shades and tints

Shades of #A0874C

#A0874C
(160,135,76)
#927B46
(146,123,70)
#846F40
(132,111,64)
#76633A
(118,99,58)
#685734
(104,87,52)
#5A4B2E
(90,75,46)
#4C3F28
(76,63,40)
#3E3322
(62,51,34)
#30271C
(48,39,28)
#221B16
(34,27,22)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #A0874C

#A0874C
(160,135,76)
#A8915C
(168,145,92)
#B09B6C
(176,155,108)
#B8A57C
(184,165,124)
#C0AF8C
(192,175,140)
#C8B99C
(200,185,156)
#D0C3AC
(208,195,172)
#D8CDBC
(216,205,188)
#E0D7CC
(224,215,204)
#E8E1DC
(232,225,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0874C color. Also use rgb(160,135,76) instead hex code.

Text Font Color

.myTextColor { color: #A0874C; }

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

This text font color is #A0874C.


Background Color

.myBgColor { background-color: #A0874C; }

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

This div background color is #A0874C.


Border color

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

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

This div border color is #A0874C.


Opacity

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

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

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

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

This text has shadow with #A0874C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0874C on black background.


Color preview on white background

This text has color #A0874C on white background.



Black color preview on #A0874C background

This text has black color on #A0874C background.


White color preview on #A0874C background

This text has white color on #A0874C background.