COLOR #A0672D

HEX: #A0672D
RGB: (160,103,45)

Color info

#A0672D contains mainly red and green colors. Web safe color of #A0672D is #996633 (or #963).

RGB color model

#A0672D color RGB value is (160,103,45).

  • red value is 160;
  • green value is 103;
  • blue value is 45.
RGB:
(160,103,45)
(63%,40%,18%)

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 45 of 255 = 18%

160
103
45

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

Portions of RGB colors in percentages

R + G + B =
160 + 103 + 45 = 308 (100%)
R 160 of 308 ~ 51.95%
G 103 of 308 ~ 33.44%
B 45 of 308 ~ 14.61%

%51.95
%33.44
%14.61

CMYK color model

#A0672D color CMYK value is (0,36,72,37).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 71.88%
  • key color value is 37.25%
CMYK:
(0,36,72,37)
C0M36Y72K37 
(0%,36%,72%,37%)
(0.00/0.36/0.72/0.37)	

CMYK percentages

%0
%35.63
%71.88
%37.25

Codes

Color #A0672D in popluar color models

A0672D
RGB16010345
HSL30°56.10%40.20%
HSB/HSV30°71.88%62.75%
CMYK0.00%35.63%71.88%
37.25%

Color #A0672D in popluar number systems.

HEXA0672D
Decimal16010345
Binary101000001100111101101
Octal24014755

Shades and tints

Shades of #A0672D

#A0672D
(160,103,45)
#925E29
(146,94,41)
#845525
(132,85,37)
#764C21
(118,76,33)
#68431D
(104,67,29)
#5A3A19
(90,58,25)
#4C3115
(76,49,21)
#3E2811
(62,40,17)
#301F0D
(48,31,13)
#221609
(34,22,9)
#140D05
(20,13,5)
#000000
(0,0,0)

Tints of #A0672D

#A0672D
(160,103,45)
#A87440
(168,116,64)
#B08153
(176,129,83)
#B88E66
(184,142,102)
#C09B79
(192,155,121)
#C8A88C
(200,168,140)
#D0B59F
(208,181,159)
#D8C2B2
(216,194,178)
#E0CFC5
(224,207,197)
#E8DCD8
(232,220,216)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0672D color. Also use rgb(160,103,45) instead hex code.

Text Font Color

.myTextColor { color: #A0672D; }

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

This text font color is #A0672D.


Background Color

.myBgColor { background-color: #A0672D; }

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

This div background color is #A0672D.


Border color

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

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

This div border color is #A0672D.


Opacity

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

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

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

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

This text has shadow with #A0672D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0672D on black background.


Color preview on white background

This text has color #A0672D on white background.



Black color preview on #A0672D background

This text has black color on #A0672D background.


White color preview on #A0672D background

This text has white color on #A0672D background.