COLOR #A27F4D

HEX: #A27F4D RGB: (162,127,77)

Color info

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

RGB color model

#A27F4D color RGB value is (162,127,77).

RGB: (162,127,77) (64%, 50%, 30%)

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 77 of 255 = 30%

162
127
77

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

Portions of RGB colors in percentages

R + G + B = 162 + 127 + 77 = 366 (100%)
R 162 of 366 ~ 44.26%
G 127 of 366 ~ 34.7%
B 77 of 366 ~ 21.04'%

%44.26
%34.7
%21.04

CMYK color model

#A27F4D color CMYK value is (0,22,52,36).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 52.47%
  • key color value is 36.47%

CMYK: (0,22,52,36)
C0M22Y52K36 (0%, 22%, 52%, 36%)
(0.00 / 0.22 / 0.52 / 0.36)

CMYK percentages

%0
%21.6
%52.47
%36.47

Codes

Color #A27F4D in popluar color models

A2 7F 4D
RGB 162 127 77
HSL 35° 35.56% 46.86%
HSB/HSV 35° 52.47% 63.53%
CMYK 0.00% 21.60% 52.47%
36.47%

Color #A27F4D in popluar number systems.

HEX A2 7F 4D
Decimal 162 127 77
Binary 10100010 1111111 1001101
Octal 242 177 115

Shades and tints

Shades of #A27F4D

#A27F4D
(162,127,77)
#947446
(148,116,70)
#86693F
(134,105,63)
#785E38
(120,94,56)
#6A5331
(106,83,49)
#5C482A
(92,72,42)
#4E3D23
(78,61,35)
#40321C
(64,50,28)
#322715
(50,39,21)
#241C0E
(36,28,14)
#161107
(22,17,7)
#000000
(0,0,0)

Tints of #A27F4D

#A27F4D
(162,127,77)
#AA8A5D
(170,138,93)
#B2956D
(178,149,109)
#BAA07D
(186,160,125)
#C2AB8D
(194,171,141)
#CAB69D
(202,182,157)
#D2C1AD
(210,193,173)
#DACCBD
(218,204,189)
#E2D7CD
(226,215,205)
#EAE2DD
(234,226,221)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27F4D; }

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

This text font color is #A27F4D.

Background Color

.myBgColor { background-color: #A27F4D; }

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

This div background color is #A27F4D.

Border color

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

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

This div border color is #A27F4D.

Opacity

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

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

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

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

This text has shadow with #A27F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27F4D.

Preview

Color preview on black background

This text has color #A27F4D on black background.


Color preview on white background

This text has color #A27F4D on white background.


Black color preview on #A27F4D background

This text has black color on #A27F4D background.


White color preview on #A27F4D background

This text has white color on #A27F4D background.


Related colors

Complementary color

Complementary color for #hex is #5D80B2.


I love getcolorcode.com

Triadic colors

1 #4DA27F and #7F4DA2 with #A27F4D are triadic colors.

2 #4D7FA2 and #7FA24D with #A27F4D are triadic colors.