COLOR #A0824D

HEX: #A0824D
RGB: (160,130,77)

Color info

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

RGB color model

#A0824D color RGB value is (160,130,77).

  • red value is 160;
  • green value is 130;
  • blue value is 77.
RGB:
(160,130,77)
(63%,51%,30%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 77 of 255 = 30%

160
130
77

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

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 77 = 367 (100%)
R 160 of 367 ~ 43.6%
G 130 of 367 ~ 35.42%
B 77 of 367 ~ 20.98%

%43.6
%35.42
%20.98

CMYK color model

#A0824D color CMYK value is (0,19,52,37).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 51.88%
  • key color value is 37.25%
CMYK:
(0,19,52,37)
C0M19Y52K37 
(0%,19%,52%,37%)
(0.00/0.19/0.52/0.37)	

CMYK percentages

%0
%18.75
%51.88
%37.25

Codes

Color #A0824D in popluar color models

A0824D
RGB16013077
HSL38°35.02%46.47%
HSB/HSV38°51.88%62.75%
CMYK0.00%18.75%51.88%
37.25%

Color #A0824D in popluar number systems.

HEXA0824D
Decimal16013077
Binary10100000100000101001101
Octal240202115

Shades and tints

Shades of #A0824D

#A0824D
(160,130,77)
#927746
(146,119,70)
#846C3F
(132,108,63)
#766138
(118,97,56)
#685631
(104,86,49)
#5A4B2A
(90,75,42)
#4C4023
(76,64,35)
#3E351C
(62,53,28)
#302A15
(48,42,21)
#221F0E
(34,31,14)
#141407
(20,20,7)
#000000
(0,0,0)

Tints of #A0824D

#A0824D
(160,130,77)
#A88D5D
(168,141,93)
#B0986D
(176,152,109)
#B8A37D
(184,163,125)
#C0AE8D
(192,174,141)
#C8B99D
(200,185,157)
#D0C4AD
(208,196,173)
#D8CFBD
(216,207,189)
#E0DACD
(224,218,205)
#E8E5DD
(232,229,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0824D color. Also use rgb(160,130,77) instead hex code.

Text Font Color

.myTextColor { color: #A0824D; }

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

This text font color is #A0824D.


Background Color

.myBgColor { background-color: #A0824D; }

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

This div background color is #A0824D.


Border color

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

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

This div border color is #A0824D.


Opacity

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

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

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

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

This text has shadow with #A0824D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0824D on black background.


Color preview on white background

This text has color #A0824D on white background.



Black color preview on #A0824D background

This text has black color on #A0824D background.


White color preview on #A0824D background

This text has white color on #A0824D background.