COLOR #A07D65

HEX: #A07D65
RGB: (160,125,101)

Color info

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

RGB color model

#A07D65 color RGB value is (160,125,101).

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

RGB channels and saturation

R 160 of 255 = 63%
G 125 of 255 = 49%
B 101 of 255 = 40%

160
125
101

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

Portions of RGB colors in percentages

R + G + B =
160 + 125 + 101 = 386 (100%)
R 160 of 386 ~ 41.45%
G 125 of 386 ~ 32.38%
B 101 of 386 ~ 26.17%

%41.45
%32.38
%26.17

CMYK color model

#A07D65 color CMYK value is (0,22,37,37).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 36.88%
  • key color value is 37.25%
CMYK:
(0,22,37,37)
C0M22Y37K37 
(0%,22%,37%,37%)
(0.00/0.22/0.37/0.37)	

CMYK percentages

%0
%21.88
%36.88
%37.25

Codes

Color #A07D65 in popluar color models

A07D65
RGB160125101
HSL24°23.69%51.18%
HSB/HSV24°36.88%62.75%
CMYK0.00%21.88%36.88%
37.25%

Color #A07D65 in popluar number systems.

HEXA07D65
Decimal160125101
Binary1010000011111011100101
Octal240175145

Shades and tints

Shades of #A07D65

#A07D65
(160,125,101)
#92725C
(146,114,92)
#846753
(132,103,83)
#765C4A
(118,92,74)
#685141
(104,81,65)
#5A4638
(90,70,56)
#4C3B2F
(76,59,47)
#3E3026
(62,48,38)
#30251D
(48,37,29)
#221A14
(34,26,20)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #A07D65

#A07D65
(160,125,101)
#A88873
(168,136,115)
#B09381
(176,147,129)
#B89E8F
(184,158,143)
#C0A99D
(192,169,157)
#C8B4AB
(200,180,171)
#D0BFB9
(208,191,185)
#D8CAC7
(216,202,199)
#E0D5D5
(224,213,213)
#E8E0E3
(232,224,227)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07D65; }

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

This text font color is #A07D65.


Background Color

.myBgColor { background-color: #A07D65; }

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

This div background color is #A07D65.


Border color

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

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

This div border color is #A07D65.


Opacity

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

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

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

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

This text has shadow with #A07D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07D65 on black background.


Color preview on white background

This text has color #A07D65 on white background.



Black color preview on #A07D65 background

This text has black color on #A07D65 background.


White color preview on #A07D65 background

This text has white color on #A07D65 background.