COLOR #A07950

HEX: #A07950 RGB: (160,121,80)

Color info

#A07950 contains mainly red and green colors. Web safe color of #A07950 is #996666 (or #966).

RGB color model

#A07950 color RGB value is (160,121,80).

RGB: (160,121,80) (63%, 47%, 31%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 80 of 255 = 31%

160
121
80

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

Portions of RGB colors in percentages

R + G + B = 160 + 121 + 80 = 361 (100%)
R 160 of 361 ~ 44.32%
G 121 of 361 ~ 33.52%
B 80 of 361 ~ 22.16'%

%44.32
%33.52
%22.16

CMYK color model

#A07950 color CMYK value is (0,24,50,37).

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

CMYK: (0,24,50,37)
C0M24Y50K37 (0%, 24%, 50%, 37%)
(0.00 / 0.24 / 0.50 / 0.37)

CMYK percentages

%0
%24.38
%50
%37.25

Codes

Color #A07950 in popluar color models

A0 79 50
RGB 160 121 80
HSL 31° 33.33% 47.06%
HSB/HSV 31° 50.00% 62.75%
CMYK 0.00% 24.38% 50.00%
37.25%

Color #A07950 in popluar number systems.

HEX A0 79 50
Decimal 160 121 80
Binary 10100000 1111001 1010000
Octal 240 171 120

Shades and tints

Shades of #A07950

#A07950
(160,121,80)
#926E49
(146,110,73)
#846342
(132,99,66)
#76583B
(118,88,59)
#684D34
(104,77,52)
#5A422D
(90,66,45)
#4C3726
(76,55,38)
#3E2C1F
(62,44,31)
#302118
(48,33,24)
#221611
(34,22,17)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #A07950

#A07950
(160,121,80)
#A8855F
(168,133,95)
#B0916E
(176,145,110)
#B89D7D
(184,157,125)
#C0A98C
(192,169,140)
#C8B59B
(200,181,155)
#D0C1AA
(208,193,170)
#D8CDB9
(216,205,185)
#E0D9C8
(224,217,200)
#E8E5D7
(232,229,215)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07950; }

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

This text font color is #A07950.

Background Color

.myBgColor { background-color: #A07950; }

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

This div background color is #A07950.

Border color

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

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

This div border color is #A07950.

Opacity

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

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

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

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

This text has shadow with #A07950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07950.

Preview

Color preview on black background

This text has color #A07950 on black background.


Color preview on white background

This text has color #A07950 on white background.


Black color preview on #A07950 background

This text has black color on #A07950 background.


White color preview on #A07950 background

This text has white color on #A07950 background.


Related colors

Complementary color

Complementary color for #hex is #5F86AF.


I love getcolorcode.com

Triadic colors

1 #50A079 and #7950A0 with #A07950 are triadic colors.

2 #5079A0 and #79A050 with #A07950 are triadic colors.