COLOR #A37E7A

HEX: #A37E7A
RGB: (163,126,122)

Color info

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

RGB color model

#A37E7A color RGB value is (163,126,122).

  • red value is 163;
  • green value is 126;
  • blue value is 122.
RGB:
(163,126,122)
(64%,49%,48%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 122 of 255 = 48%

163
126
122

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 122 = 411 (100%)
R 163 of 411 ~ 39.66%
G 126 of 411 ~ 30.66%
B 122 of 411 ~ 29.68%

%39.66
%30.66
%29.68

CMYK color model

#A37E7A color CMYK value is (0,23,25,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK:
(0,23,25,36)
C0M23Y25K36 
(0%,23%,25%,36%)
(0.00/0.23/0.25/0.36)	

CMYK percentages

%0
%22.7
%25.15
%36.08

Codes

Color #A37E7A in popluar color models

A37E7A
RGB163126122
HSL18.22%55.88%
HSB/HSV25.15%63.92%
CMYK0.00%22.70%25.15%
36.08%

Color #A37E7A in popluar number systems.

HEXA37E7A
Decimal163126122
Binary1010001111111101111010
Octal243176172

Shades and tints

Shades of #A37E7A

#A37E7A
(163,126,122)
#95736F
(149,115,111)
#876864
(135,104,100)
#795D59
(121,93,89)
#6B524E
(107,82,78)
#5D4743
(93,71,67)
#4F3C38
(79,60,56)
#41312D
(65,49,45)
#332622
(51,38,34)
#251B17
(37,27,23)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #A37E7A

#A37E7A
(163,126,122)
#AB8986
(171,137,134)
#B39492
(179,148,146)
#BB9F9E
(187,159,158)
#C3AAAA
(195,170,170)
#CBB5B6
(203,181,182)
#D3C0C2
(211,192,194)
#DBCBCE
(219,203,206)
#E3D6DA
(227,214,218)
#EBE1E6
(235,225,230)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37E7A color. Also use rgb(163,126,122) instead hex code.

Text Font Color

.myTextColor { color: #A37E7A; }

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

This text font color is #A37E7A.


Background Color

.myBgColor { background-color: #A37E7A; }

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

This div background color is #A37E7A.


Border color

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

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

This div border color is #A37E7A.


Opacity

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

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

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

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

This text has shadow with #A37E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37E7A on black background.


Color preview on white background

This text has color #A37E7A on white background.



Black color preview on #A37E7A background

This text has black color on #A37E7A background.


White color preview on #A37E7A background

This text has white color on #A37E7A background.