COLOR #A47762

HEX: #A47762
RGB: (164,119,98)

Color info

#A47762 contains mainly red and green colors. Web safe color of #A47762 is #996666 (or #966).

RGB color model

#A47762 color RGB value is (164,119,98).

  • red value is 164;
  • green value is 119;
  • blue value is 98.
RGB:
(164,119,98)
(64%,47%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 98 of 255 = 38%

164
119
98

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 98 = 381 (100%)
R 164 of 381 ~ 43.04%
G 119 of 381 ~ 31.23%
B 98 of 381 ~ 25.72%

%43.04
%31.23
%25.72

CMYK color model

#A47762 color CMYK value is (0,27,40,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 40.24%
  • key color value is 35.69%
CMYK:
(0,27,40,36)
C0M27Y40K36 
(0%,27%,40%,36%)
(0.00/0.27/0.40/0.36)	

CMYK percentages

%0
%27.44
%40.24
%35.69

Codes

Color #A47762 in popluar color models

A47762
RGB16411998
HSL19°26.61%51.37%
HSB/HSV19°40.24%64.31%
CMYK0.00%27.44%40.24%
35.69%

Color #A47762 in popluar number systems.

HEXA47762
Decimal16411998
Binary1010010011101111100010
Octal244167142

Shades and tints

Shades of #A47762

#A47762
(164,119,98)
#966D5A
(150,109,90)
#886352
(136,99,82)
#7A594A
(122,89,74)
#6C4F42
(108,79,66)
#5E453A
(94,69,58)
#503B32
(80,59,50)
#42312A
(66,49,42)
#342722
(52,39,34)
#261D1A
(38,29,26)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A47762

#A47762
(164,119,98)
#AC8370
(172,131,112)
#B48F7E
(180,143,126)
#BC9B8C
(188,155,140)
#C4A79A
(196,167,154)
#CCB3A8
(204,179,168)
#D4BFB6
(212,191,182)
#DCCBC4
(220,203,196)
#E4D7D2
(228,215,210)
#ECE3E0
(236,227,224)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47762 color. Also use rgb(164,119,98) instead hex code.

Text Font Color

.myTextColor { color: #A47762; }

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

This text font color is #A47762.


Background Color

.myBgColor { background-color: #A47762; }

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

This div background color is #A47762.


Border color

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

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

This div border color is #A47762.


Opacity

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

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

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

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

This text has shadow with #A47762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47762 on black background.


Color preview on white background

This text has color #A47762 on white background.



Black color preview on #A47762 background

This text has black color on #A47762 background.


White color preview on #A47762 background

This text has white color on #A47762 background.