COLOR #A28C52

HEX: #A28C52
RGB: (162,140,82)

Color info

#A28C52 contains mainly red and green colors. Web safe color of #A28C52 is #999966 (or #996).

RGB color model

#A28C52 color RGB value is (162,140,82).

  • red value is 162;
  • green value is 140;
  • blue value is 82.
RGB:
(162,140,82)
(64%,55%,32%)

RGB channels and saturation

R 162 of 255 = 64%
G 140 of 255 = 55%
B 82 of 255 = 32%

162
140
82

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

Portions of RGB colors in percentages

R + G + B =
162 + 140 + 82 = 384 (100%)
R 162 of 384 ~ 42.19%
G 140 of 384 ~ 36.46%
B 82 of 384 ~ 21.35%

%42.19
%36.46
%21.35

CMYK color model

#A28C52 color CMYK value is (0,14,49,36).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 49.38%
  • key color value is 36.47%
CMYK:
(0,14,49,36)
C0M14Y49K36 
(0%,14%,49%,36%)
(0.00/0.14/0.49/0.36)	

CMYK percentages

%0
%13.58
%49.38
%36.47

Codes

Color #A28C52 in popluar color models

A28C52
RGB16214082
HSL44°32.79%47.84%
HSB/HSV44°49.38%63.53%
CMYK0.00%13.58%49.38%
36.47%

Color #A28C52 in popluar number systems.

HEXA28C52
Decimal16214082
Binary10100010100011001010010
Octal242214122

Shades and tints

Shades of #A28C52

#A28C52
(162,140,82)
#94804B
(148,128,75)
#867444
(134,116,68)
#78683D
(120,104,61)
#6A5C36
(106,92,54)
#5C502F
(92,80,47)
#4E4428
(78,68,40)
#403821
(64,56,33)
#322C1A
(50,44,26)
#242013
(36,32,19)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #A28C52

#A28C52
(162,140,82)
#AA9661
(170,150,97)
#B2A070
(178,160,112)
#BAAA7F
(186,170,127)
#C2B48E
(194,180,142)
#CABE9D
(202,190,157)
#D2C8AC
(210,200,172)
#DAD2BB
(218,210,187)
#E2DCCA
(226,220,202)
#EAE6D9
(234,230,217)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28C52; }

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

This text font color is #A28C52.


Background Color

.myBgColor { background-color: #A28C52; }

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

This div background color is #A28C52.


Border color

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

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

This div border color is #A28C52.


Opacity

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

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

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

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

This text has shadow with #A28C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28C52 on black background.


Color preview on white background

This text has color #A28C52 on white background.



Black color preview on #A28C52 background

This text has black color on #A28C52 background.


White color preview on #A28C52 background

This text has white color on #A28C52 background.