COLOR #A0723B

HEX: #A0723B RGB: (160,114,59)

Color info

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

RGB color model

#A0723B color RGB value is (160,114,59).

RGB: (160,114,59) (63%, 45%, 23%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 59 of 255 = 23%

160
114
59

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

Portions of RGB colors in percentages

R + G + B = 160 + 114 + 59 = 333 (100%)
R 160 of 333 ~ 48.05%
G 114 of 333 ~ 34.23%
B 59 of 333 ~ 17.72'%

%48.05
%34.23
%17.72

CMYK color model

#A0723B color CMYK value is (0,29,63,37).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 63.13%
  • key color value is 37.25%

CMYK: (0,29,63,37)
C0M29Y63K37 (0%, 29%, 63%, 37%)
(0.00 / 0.29 / 0.63 / 0.37)

CMYK percentages

%0
%28.75
%63.13
%37.25

Codes

Color #A0723B in popluar color models

A0 72 3B
RGB 160 114 59
HSL 33° 46.12% 42.94%
HSB/HSV 33° 63.13% 62.75%
CMYK 0.00% 28.75% 63.13%
37.25%

Color #A0723B in popluar number systems.

HEX A0 72 3B
Decimal 160 114 59
Binary 10100000 1110010 111011
Octal 240 162 73

Shades and tints

Shades of #A0723B

#A0723B
(160,114,59)
#926836
(146,104,54)
#845E31
(132,94,49)
#76542C
(118,84,44)
#684A27
(104,74,39)
#5A4022
(90,64,34)
#4C361D
(76,54,29)
#3E2C18
(62,44,24)
#302213
(48,34,19)
#22180E
(34,24,14)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #A0723B

#A0723B
(160,114,59)
#A87E4C
(168,126,76)
#B08A5D
(176,138,93)
#B8966E
(184,150,110)
#C0A27F
(192,162,127)
#C8AE90
(200,174,144)
#D0BAA1
(208,186,161)
#D8C6B2
(216,198,178)
#E0D2C3
(224,210,195)
#E8DED4
(232,222,212)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0723B color. Also use rgb(160,114,59) instead hex code.

Text Font Color

.myTextColor { color: #A0723B; }

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

This text font color is #A0723B.

Background Color

.myBgColor { background-color: #A0723B; }

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

This div background color is #A0723B.

Border color

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

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

This div border color is #A0723B.

Opacity

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

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

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

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

This text has shadow with #A0723B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0723B.

Preview

Color preview on black background

This text has color #A0723B on black background.


Color preview on white background

This text has color #A0723B on white background.


Black color preview on #A0723B background

This text has black color on #A0723B background.


White color preview on #A0723B background

This text has white color on #A0723B background.


Related colors

Complementary color

Complementary color for #hex is #5F8DC4.


I love getcolorcode.com

Triadic colors

1 #3BA072 and #723BA0 with #A0723B are triadic colors.

2 #3B72A0 and #72A03B with #A0723B are triadic colors.