COLOR #A07948

HEX: #A07948 RGB: (160,121,72)

Color info

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

RGB color model

#A07948 color RGB value is (160,121,72).

RGB: (160,121,72) (63%, 47%, 28%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 72 of 255 = 28%

160
121
72

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

Portions of RGB colors in percentages

R + G + B = 160 + 121 + 72 = 353 (100%)
R 160 of 353 ~ 45.33%
G 121 of 353 ~ 34.28%
B 72 of 353 ~ 20.4'%

%45.33
%34.28
%20.4

CMYK color model

#A07948 color CMYK value is (0,24,55,37).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 55.00%
  • key color value is 37.25%

CMYK: (0,24,55,37)
C0M24Y55K37 (0%, 24%, 55%, 37%)
(0.00 / 0.24 / 0.55 / 0.37)

CMYK percentages

%0
%24.38
%55
%37.25

Codes

Color #A07948 in popluar color models

A0 79 48
RGB 160 121 72
HSL 33° 37.93% 45.49%
HSB/HSV 33° 55.00% 62.75%
CMYK 0.00% 24.38% 55.00%
37.25%

Color #A07948 in popluar number systems.

HEX A0 79 48
Decimal 160 121 72
Binary 10100000 1111001 1001000
Octal 240 171 110

Shades and tints

Shades of #A07948

#A07948
(160,121,72)
#926E42
(146,110,66)
#84633C
(132,99,60)
#765836
(118,88,54)
#684D30
(104,77,48)
#5A422A
(90,66,42)
#4C3724
(76,55,36)
#3E2C1E
(62,44,30)
#302118
(48,33,24)
#221612
(34,22,18)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #A07948

#A07948
(160,121,72)
#A88558
(168,133,88)
#B09168
(176,145,104)
#B89D78
(184,157,120)
#C0A988
(192,169,136)
#C8B598
(200,181,152)
#D0C1A8
(208,193,168)
#D8CDB8
(216,205,184)
#E0D9C8
(224,217,200)
#E8E5D8
(232,229,216)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07948 color. Also use rgb(160,121,72) instead hex code.

Text Font Color

.myTextColor { color: #A07948; }

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

This text font color is #A07948.

Background Color

.myBgColor { background-color: #A07948; }

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

This div background color is #A07948.

Border color

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

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

This div border color is #A07948.

Opacity

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

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

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

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

This text has shadow with #A07948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07948.

Preview

Color preview on black background

This text has color #A07948 on black background.


Color preview on white background

This text has color #A07948 on white background.


Black color preview on #A07948 background

This text has black color on #A07948 background.


White color preview on #A07948 background

This text has white color on #A07948 background.


Related colors

Complementary color

Complementary color for #hex is #5F86B7.


I love getcolorcode.com

Triadic colors

1 #48A079 and #7948A0 with #A07948 are triadic colors.

2 #4879A0 and #79A048 with #A07948 are triadic colors.