COLOR #A07A67

HEX: #A07A67
RGB: (160,122,103)

Color info

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

RGB color model

#A07A67 color RGB value is (160,122,103).

  • red value is 160;
  • green value is 122;
  • blue value is 103.
RGB:
(160,122,103)
(63%,48%,40%)

RGB channels and saturation

R 160 of 255 = 63%
G 122 of 255 = 48%
B 103 of 255 = 40%

160
122
103

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

Portions of RGB colors in percentages

R + G + B =
160 + 122 + 103 = 385 (100%)
R 160 of 385 ~ 41.56%
G 122 of 385 ~ 31.69%
B 103 of 385 ~ 26.75%

%41.56
%31.69
%26.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 35.63%
  • key color value is 37.25%
CMYK:
(0,24,36,37)
C0M24Y36K37 
(0%,24%,36%,37%)
(0.00/0.24/0.36/0.37)	

CMYK percentages

%0
%23.75
%35.63
%37.25

Codes

Color #A07A67 in popluar color models

A07A67
RGB160122103
HSL20°23.08%51.57%
HSB/HSV20°35.63%62.75%
CMYK0.00%23.75%35.63%
37.25%

Color #A07A67 in popluar number systems.

HEXA07A67
Decimal160122103
Binary1010000011110101100111
Octal240172147

Shades and tints

Shades of #A07A67

#A07A67
(160,122,103)
#926F5E
(146,111,94)
#846455
(132,100,85)
#76594C
(118,89,76)
#684E43
(104,78,67)
#5A433A
(90,67,58)
#4C3831
(76,56,49)
#3E2D28
(62,45,40)
#30221F
(48,34,31)
#221716
(34,23,22)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #A07A67

#A07A67
(160,122,103)
#A88674
(168,134,116)
#B09281
(176,146,129)
#B89E8E
(184,158,142)
#C0AA9B
(192,170,155)
#C8B6A8
(200,182,168)
#D0C2B5
(208,194,181)
#D8CEC2
(216,206,194)
#E0DACF
(224,218,207)
#E8E6DC
(232,230,220)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07A67 color. Also use rgb(160,122,103) instead hex code.

Text Font Color

.myTextColor { color: #A07A67; }

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

This text font color is #A07A67.


Background Color

.myBgColor { background-color: #A07A67; }

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

This div background color is #A07A67.


Border color

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

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

This div border color is #A07A67.


Opacity

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

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

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

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

This text has shadow with #A07A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07A67 on black background.


Color preview on white background

This text has color #A07A67 on white background.



Black color preview on #A07A67 background

This text has black color on #A07A67 background.


White color preview on #A07A67 background

This text has white color on #A07A67 background.