COLOR #A27A6B

HEX: #A27A6B
RGB: (162,122,107)

Color info

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

RGB color model

#A27A6B color RGB value is (162,122,107).

  • red value is 162;
  • green value is 122;
  • blue value is 107.
RGB:
(162,122,107)
(64%,48%,42%)

RGB channels and saturation

R 162 of 255 = 64%
G 122 of 255 = 48%
B 107 of 255 = 42%

162
122
107

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

Portions of RGB colors in percentages

R + G + B =
162 + 122 + 107 = 391 (100%)
R 162 of 391 ~ 41.43%
G 122 of 391 ~ 31.2%
B 107 of 391 ~ 27.37%

%41.43
%31.2
%27.37

CMYK color model

#A27A6B color CMYK value is (0,25,34,36).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 33.95%
  • key color value is 36.47%
CMYK:
(0,25,34,36)
C0M25Y34K36 
(0%,25%,34%,36%)
(0.00/0.25/0.34/0.36)	

CMYK percentages

%0
%24.69
%33.95
%36.47

Codes

Color #A27A6B in popluar color models

A27A6B
RGB162122107
HSL16°22.82%52.75%
HSB/HSV16°33.95%63.53%
CMYK0.00%24.69%33.95%
36.47%

Color #A27A6B in popluar number systems.

HEXA27A6B
Decimal162122107
Binary1010001011110101101011
Octal242172153

Shades and tints

Shades of #A27A6B

#A27A6B
(162,122,107)
#946F62
(148,111,98)
#866459
(134,100,89)
#785950
(120,89,80)
#6A4E47
(106,78,71)
#5C433E
(92,67,62)
#4E3835
(78,56,53)
#402D2C
(64,45,44)
#322223
(50,34,35)
#24171A
(36,23,26)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #A27A6B

#A27A6B
(162,122,107)
#AA8678
(170,134,120)
#B29285
(178,146,133)
#BA9E92
(186,158,146)
#C2AA9F
(194,170,159)
#CAB6AC
(202,182,172)
#D2C2B9
(210,194,185)
#DACEC6
(218,206,198)
#E2DAD3
(226,218,211)
#EAE6E0
(234,230,224)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27A6B color. Also use rgb(162,122,107) instead hex code.

Text Font Color

.myTextColor { color: #A27A6B; }

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

This text font color is #A27A6B.


Background Color

.myBgColor { background-color: #A27A6B; }

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

This div background color is #A27A6B.


Border color

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

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

This div border color is #A27A6B.


Opacity

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

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

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

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

This text has shadow with #A27A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27A6B on black background.


Color preview on white background

This text has color #A27A6B on white background.



Black color preview on #A27A6B background

This text has black color on #A27A6B background.


White color preview on #A27A6B background

This text has white color on #A27A6B background.