COLOR #A27F42

HEX: #A27F42
RGB: (162,127,66)

Color info

#A27F42 contains mainly red and green colors. Web safe color of #A27F42 is #996633 (or #963).

RGB color model

#A27F42 color RGB value is (162,127,66).

  • red value is 162;
  • green value is 127;
  • blue value is 66.
RGB:
(162,127,66)
(64%,50%,26%)

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 66 of 255 = 26%

162
127
66

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

Portions of RGB colors in percentages

R + G + B =
162 + 127 + 66 = 355 (100%)
R 162 of 355 ~ 45.63%
G 127 of 355 ~ 35.77%
B 66 of 355 ~ 18.59%

%45.63
%35.77
%18.59

CMYK color model

#A27F42 color CMYK value is (0,22,59,36).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 59.26%
  • key color value is 36.47%
CMYK:
(0,22,59,36)
C0M22Y59K36 
(0%,22%,59%,36%)
(0.00/0.22/0.59/0.36)	

CMYK percentages

%0
%21.6
%59.26
%36.47

Codes

Color #A27F42 in popluar color models

A27F42
RGB16212766
HSL38°42.11%44.71%
HSB/HSV38°59.26%63.53%
CMYK0.00%21.60%59.26%
36.47%

Color #A27F42 in popluar number systems.

HEXA27F42
Decimal16212766
Binary1010001011111111000010
Octal242177102

Shades and tints

Shades of #A27F42

#A27F42
(162,127,66)
#94743C
(148,116,60)
#866936
(134,105,54)
#785E30
(120,94,48)
#6A532A
(106,83,42)
#5C4824
(92,72,36)
#4E3D1E
(78,61,30)
#403218
(64,50,24)
#322712
(50,39,18)
#241C0C
(36,28,12)
#161106
(22,17,6)
#000000
(0,0,0)

Tints of #A27F42

#A27F42
(162,127,66)
#AA8A53
(170,138,83)
#B29564
(178,149,100)
#BAA075
(186,160,117)
#C2AB86
(194,171,134)
#CAB697
(202,182,151)
#D2C1A8
(210,193,168)
#DACCB9
(218,204,185)
#E2D7CA
(226,215,202)
#EAE2DB
(234,226,219)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27F42 color. Also use rgb(162,127,66) instead hex code.

Text Font Color

.myTextColor { color: #A27F42; }

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

This text font color is #A27F42.


Background Color

.myBgColor { background-color: #A27F42; }

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

This div background color is #A27F42.


Border color

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

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

This div border color is #A27F42.


Opacity

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

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

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

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

This text has shadow with #A27F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27F42 on black background.


Color preview on white background

This text has color #A27F42 on white background.



Black color preview on #A27F42 background

This text has black color on #A27F42 background.


White color preview on #A27F42 background

This text has white color on #A27F42 background.