COLOR #A28D42

HEX: #A28D42
RGB: (162,141,66)

Color info

#A28D42 contains mainly red and green colors. Web safe color of #A28D42 is #999933 (or #993).

RGB color model

#A28D42 color RGB value is (162,141,66).

  • red value is 162;
  • green value is 141;
  • blue value is 66.
RGB:
(162,141,66)
(64%,55%,26%)

RGB channels and saturation

R 162 of 255 = 64%
G 141 of 255 = 55%
B 66 of 255 = 26%

162
141
66

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

Portions of RGB colors in percentages

R + G + B =
162 + 141 + 66 = 369 (100%)
R 162 of 369 ~ 43.9%
G 141 of 369 ~ 38.21%
B 66 of 369 ~ 17.89%

%43.9
%38.21
%17.89

CMYK color model

#A28D42 color CMYK value is (0,13,59,36).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 59.26%
  • key color value is 36.47%
CMYK:
(0,13,59,36)
C0M13Y59K36 
(0%,13%,59%,36%)
(0.00/0.13/0.59/0.36)	

CMYK percentages

%0
%12.96
%59.26
%36.47

Codes

Color #A28D42 in popluar color models

A28D42
RGB16214166
HSL47°42.11%44.71%
HSB/HSV47°59.26%63.53%
CMYK0.00%12.96%59.26%
36.47%

Color #A28D42 in popluar number systems.

HEXA28D42
Decimal16214166
Binary10100010100011011000010
Octal242215102

Shades and tints

Shades of #A28D42

#A28D42
(162,141,66)
#94813C
(148,129,60)
#867536
(134,117,54)
#786930
(120,105,48)
#6A5D2A
(106,93,42)
#5C5124
(92,81,36)
#4E451E
(78,69,30)
#403918
(64,57,24)
#322D12
(50,45,18)
#24210C
(36,33,12)
#161506
(22,21,6)
#000000
(0,0,0)

Tints of #A28D42

#A28D42
(162,141,66)
#AA9753
(170,151,83)
#B2A164
(178,161,100)
#BAAB75
(186,171,117)
#C2B586
(194,181,134)
#CABF97
(202,191,151)
#D2C9A8
(210,201,168)
#DAD3B9
(218,211,185)
#E2DDCA
(226,221,202)
#EAE7DB
(234,231,219)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28D42 color. Also use rgb(162,141,66) instead hex code.

Text Font Color

.myTextColor { color: #A28D42; }

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

This text font color is #A28D42.


Background Color

.myBgColor { background-color: #A28D42; }

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

This div background color is #A28D42.


Border color

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

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

This div border color is #A28D42.


Opacity

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

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

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

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

This text has shadow with #A28D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28D42 on black background.


Color preview on white background

This text has color #A28D42 on white background.



Black color preview on #A28D42 background

This text has black color on #A28D42 background.


White color preview on #A28D42 background

This text has white color on #A28D42 background.