COLOR #A28C71

HEX: #A28C71 RGB: (162,140,113)

Color info

#A28C71 contains red, green and blue colors in about the same proportion. Web safe color of #A28C71 is #999966 (or #996).

RGB color model

#A28C71 color RGB value is (162,140,113).

RGB: (162,140,113) (64%, 55%, 44%)

RGB channels and saturation

R 162 of 255 = 64%
G 140 of 255 = 55%
B 113 of 255 = 44%

162
140
113

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

Portions of RGB colors in percentages

R + G + B = 162 + 140 + 113 = 415 (100%)
R 162 of 415 ~ 39.04%
G 140 of 415 ~ 33.73%
B 113 of 415 ~ 27.23'%

%39.04
%33.73
%27.23

CMYK color model

#A28C71 color CMYK value is (0,14,30,36).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 30.25%
  • key color value is 36.47%

CMYK: (0,14,30,36)
C0M14Y30K36 (0%, 14%, 30%, 36%)
(0.00 / 0.14 / 0.30 / 0.36)

CMYK percentages

%0
%13.58
%30.25
%36.47

Codes

Color #A28C71 in popluar color models

A2 8C 71
RGB 162 140 113
HSL 33° 20.85% 53.92%
HSB/HSV 33° 30.25% 63.53%
CMYK 0.00% 13.58% 30.25%
36.47%

Color #A28C71 in popluar number systems.

HEX A2 8C 71
Decimal 162 140 113
Binary 10100010 10001100 1110001
Octal 242 214 161

Shades and tints

Shades of #A28C71

#A28C71
(162,140,113)
#948067
(148,128,103)
#86745D
(134,116,93)
#786853
(120,104,83)
#6A5C49
(106,92,73)
#5C503F
(92,80,63)
#4E4435
(78,68,53)
#40382B
(64,56,43)
#322C21
(50,44,33)
#242017
(36,32,23)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #A28C71

#A28C71
(162,140,113)
#AA967D
(170,150,125)
#B2A089
(178,160,137)
#BAAA95
(186,170,149)
#C2B4A1
(194,180,161)
#CABEAD
(202,190,173)
#D2C8B9
(210,200,185)
#DAD2C5
(218,210,197)
#E2DCD1
(226,220,209)
#EAE6DD
(234,230,221)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28C71 color. Also use rgb(162,140,113) instead hex code.

Text Font Color

.myTextColor { color: #A28C71; }

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

This text font color is #A28C71.

Background Color

.myBgColor { background-color: #A28C71; }

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

This div background color is #A28C71.

Border color

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

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

This div border color is #A28C71.

Opacity

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

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

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

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

This text has shadow with #A28C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28C71.

Preview

Color preview on black background

This text has color #A28C71 on black background.


Color preview on white background

This text has color #A28C71 on white background.


Black color preview on #A28C71 background

This text has black color on #A28C71 background.


White color preview on #A28C71 background

This text has white color on #A28C71 background.


Related colors

Complementary color

Complementary color for #hex is #5D738E.


I love getcolorcode.com

Triadic colors

1 #71A28C and #8C71A2 with #A28C71 are triadic colors.

2 #718CA2 and #8CA271 with #A28C71 are triadic colors.