COLOR #A07965

HEX: #A07965
RGB: (160,121,101)

Color info

#A07965 contains red, green and blue colors in about the same proportion. Web safe color of #A07965 is #996666 (or #966).

RGB color model

#A07965 color RGB value is (160,121,101).

  • red value is 160;
  • green value is 121;
  • blue value is 101.
RGB:
(160,121,101)
(63%,47%,40%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 101 of 255 = 40%

160
121
101

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

Portions of RGB colors in percentages

R + G + B =
160 + 121 + 101 = 382 (100%)
R 160 of 382 ~ 41.88%
G 121 of 382 ~ 31.68%
B 101 of 382 ~ 26.44%

%41.88
%31.68
%26.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 36.88%
  • key color value is 37.25%
CMYK:
(0,24,37,37)
C0M24Y37K37 
(0%,24%,37%,37%)
(0.00/0.24/0.37/0.37)	

CMYK percentages

%0
%24.38
%36.88
%37.25

Codes

Color #A07965 in popluar color models

A07965
RGB160121101
HSL20°23.69%51.18%
HSB/HSV20°36.88%62.75%
CMYK0.00%24.38%36.88%
37.25%

Color #A07965 in popluar number systems.

HEXA07965
Decimal160121101
Binary1010000011110011100101
Octal240171145

Shades and tints

Shades of #A07965

#A07965
(160,121,101)
#926E5C
(146,110,92)
#846353
(132,99,83)
#76584A
(118,88,74)
#684D41
(104,77,65)
#5A4238
(90,66,56)
#4C372F
(76,55,47)
#3E2C26
(62,44,38)
#30211D
(48,33,29)
#221614
(34,22,20)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #A07965

#A07965
(160,121,101)
#A88573
(168,133,115)
#B09181
(176,145,129)
#B89D8F
(184,157,143)
#C0A99D
(192,169,157)
#C8B5AB
(200,181,171)
#D0C1B9
(208,193,185)
#D8CDC7
(216,205,199)
#E0D9D5
(224,217,213)
#E8E5E3
(232,229,227)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07965; }

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

This text font color is #A07965.


Background Color

.myBgColor { background-color: #A07965; }

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

This div background color is #A07965.


Border color

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

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

This div border color is #A07965.


Opacity

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

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

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

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

This text has shadow with #A07965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07965 on black background.


Color preview on white background

This text has color #A07965 on white background.



Black color preview on #A07965 background

This text has black color on #A07965 background.


White color preview on #A07965 background

This text has white color on #A07965 background.