COLOR #A07242

HEX: #A07242 RGB: (160,114,66)

Color info

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

RGB color model

#A07242 color RGB value is (160,114,66).

RGB: (160,114,66) (63%, 45%, 26%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 66 of 255 = 26%

160
114
66

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

Portions of RGB colors in percentages

R + G + B = 160 + 114 + 66 = 340 (100%)
R 160 of 340 ~ 47.06%
G 114 of 340 ~ 33.53%
B 66 of 340 ~ 19.41'%

%47.06
%33.53
%19.41

CMYK color model

#A07242 color CMYK value is (0,29,59,37).

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

CMYK: (0,29,59,37)
C0M29Y59K37 (0%, 29%, 59%, 37%)
(0.00 / 0.29 / 0.59 / 0.37)

CMYK percentages

%0
%28.75
%58.75
%37.25

Codes

Color #A07242 in popluar color models

A0 72 42
RGB 160 114 66
HSL 31° 41.59% 44.31%
HSB/HSV 31° 58.75% 62.75%
CMYK 0.00% 28.75% 58.75%
37.25%

Color #A07242 in popluar number systems.

HEX A0 72 42
Decimal 160 114 66
Binary 10100000 1110010 1000010
Octal 240 162 102

Shades and tints

Shades of #A07242

#A07242
(160,114,66)
#92683C
(146,104,60)
#845E36
(132,94,54)
#765430
(118,84,48)
#684A2A
(104,74,42)
#5A4024
(90,64,36)
#4C361E
(76,54,30)
#3E2C18
(62,44,24)
#302212
(48,34,18)
#22180C
(34,24,12)
#140E06
(20,14,6)
#000000
(0,0,0)

Tints of #A07242

#A07242
(160,114,66)
#A87E53
(168,126,83)
#B08A64
(176,138,100)
#B89675
(184,150,117)
#C0A286
(192,162,134)
#C8AE97
(200,174,151)
#D0BAA8
(208,186,168)
#D8C6B9
(216,198,185)
#E0D2CA
(224,210,202)
#E8DEDB
(232,222,219)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07242; }

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

This text font color is #A07242.

Background Color

.myBgColor { background-color: #A07242; }

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

This div background color is #A07242.

Border color

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

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

This div border color is #A07242.

Opacity

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

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

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

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

This text has shadow with #A07242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07242.

Preview

Color preview on black background

This text has color #A07242 on black background.


Color preview on white background

This text has color #A07242 on white background.


Black color preview on #A07242 background

This text has black color on #A07242 background.


White color preview on #A07242 background

This text has white color on #A07242 background.


Related colors

Complementary color

Complementary color for #hex is #5F8DBD.


I love getcolorcode.com

Triadic colors

1 #42A072 and #7242A0 with #A07242 are triadic colors.

2 #4272A0 and #72A042 with #A07242 are triadic colors.