COLOR #A27D7F

HEX: #A27D7F RGB: (162,125,127)

Color info

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

RGB color model

#A27D7F color RGB value is (162,125,127).

RGB: (162,125,127) (64%, 49%, 50%)

RGB channels and saturation

R 162 of 255 = 64%
G 125 of 255 = 49%
B 127 of 255 = 50%

162
125
127

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

Portions of RGB colors in percentages

R + G + B = 162 + 125 + 127 = 414 (100%)
R 162 of 414 ~ 39.13%
G 125 of 414 ~ 30.19%
B 127 of 414 ~ 30.68'%

%39.13
%30.19
%30.68

CMYK color model

#A27D7F color CMYK value is (0,23,22,36).

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

CMYK: (0,23,22,36)
C0M23Y22K36 (0%, 23%, 22%, 36%)
(0.00 / 0.23 / 0.22 / 0.36)

CMYK percentages

%0
%22.84
%21.6
%36.47

Codes

Color #A27D7F in popluar color models

A2 7D 7F
RGB 162 125 127
HSL 357° 16.59% 56.27%
HSB/HSV 357° 22.84% 63.53%
CMYK 0.00% 22.84% 21.60%
36.47%

Color #A27D7F in popluar number systems.

HEX A2 7D 7F
Decimal 162 125 127
Binary 10100010 1111101 1111111
Octal 242 175 177

Shades and tints

Shades of #A27D7F

#A27D7F
(162,125,127)
#947274
(148,114,116)
#866769
(134,103,105)
#785C5E
(120,92,94)
#6A5153
(106,81,83)
#5C4648
(92,70,72)
#4E3B3D
(78,59,61)
#403032
(64,48,50)
#322527
(50,37,39)
#241A1C
(36,26,28)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #A27D7F

#A27D7F
(162,125,127)
#AA888A
(170,136,138)
#B29395
(178,147,149)
#BA9EA0
(186,158,160)
#C2A9AB
(194,169,171)
#CAB4B6
(202,180,182)
#D2BFC1
(210,191,193)
#DACACC
(218,202,204)
#E2D5D7
(226,213,215)
#EAE0E2
(234,224,226)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27D7F; }

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

This text font color is #A27D7F.

Background Color

.myBgColor { background-color: #A27D7F; }

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

This div background color is #A27D7F.

Border color

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

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

This div border color is #A27D7F.

Opacity

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

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

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

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

This text has shadow with #A27D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27D7F.

Preview

Color preview on black background

This text has color #A27D7F on black background.


Color preview on white background

This text has color #A27D7F on white background.


Black color preview on #A27D7F background

This text has black color on #A27D7F background.


White color preview on #A27D7F background

This text has white color on #A27D7F background.


Related colors

Complementary color

Complementary color for #hex is #5D8280.


I love getcolorcode.com

Triadic colors

1 #7FA27D and #7D7FA2 with #A27D7F are triadic colors.

2 #7F7DA2 and #7DA27F with #A27D7F are triadic colors.