COLOR #A07C6C

HEX: #A07C6C
RGB: (160,124,108)

Color info

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

RGB color model

#A07C6C color RGB value is (160,124,108).

  • red value is 160;
  • green value is 124;
  • blue value is 108.
RGB:
(160,124,108)
(63%,49%,42%)

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 108 of 255 = 42%

160
124
108

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

Portions of RGB colors in percentages

R + G + B =
160 + 124 + 108 = 392 (100%)
R 160 of 392 ~ 40.82%
G 124 of 392 ~ 31.63%
B 108 of 392 ~ 27.55%

%40.82
%31.63
%27.55

CMYK color model

#A07C6C color CMYK value is (0,23,33,37).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 32.50%
  • key color value is 37.25%
CMYK:
(0,23,33,37)
C0M23Y33K37 
(0%,23%,33%,37%)
(0.00/0.23/0.33/0.37)	

CMYK percentages

%0
%22.5
%32.5
%37.25

Codes

Color #A07C6C in popluar color models

A07C6C
RGB160124108
HSL18°21.49%52.55%
HSB/HSV18°32.50%62.75%
CMYK0.00%22.50%32.50%
37.25%

Color #A07C6C in popluar number systems.

HEXA07C6C
Decimal160124108
Binary1010000011111001101100
Octal240174154

Shades and tints

Shades of #A07C6C

#A07C6C
(160,124,108)
#927163
(146,113,99)
#84665A
(132,102,90)
#765B51
(118,91,81)
#685048
(104,80,72)
#5A453F
(90,69,63)
#4C3A36
(76,58,54)
#3E2F2D
(62,47,45)
#302424
(48,36,36)
#22191B
(34,25,27)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #A07C6C

#A07C6C
(160,124,108)
#A88779
(168,135,121)
#B09286
(176,146,134)
#B89D93
(184,157,147)
#C0A8A0
(192,168,160)
#C8B3AD
(200,179,173)
#D0BEBA
(208,190,186)
#D8C9C7
(216,201,199)
#E0D4D4
(224,212,212)
#E8DFE1
(232,223,225)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07C6C color. Also use rgb(160,124,108) instead hex code.

Text Font Color

.myTextColor { color: #A07C6C; }

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

This text font color is #A07C6C.


Background Color

.myBgColor { background-color: #A07C6C; }

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

This div background color is #A07C6C.


Border color

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

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

This div border color is #A07C6C.


Opacity

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

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

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

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

This text has shadow with #A07C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07C6C on black background.


Color preview on white background

This text has color #A07C6C on white background.



Black color preview on #A07C6C background

This text has black color on #A07C6C background.


White color preview on #A07C6C background

This text has white color on #A07C6C background.