COLOR #A28048

HEX: #A28048
RGB: (162,128,72)

Color info

#A28048 contains mainly red and green colors. Web safe color of #A28048 is #996633 (or #963).

RGB color model

#A28048 color RGB value is (162,128,72).

  • red value is 162;
  • green value is 128;
  • blue value is 72.
RGB:
(162,128,72)
(64%,50%,28%)

RGB channels and saturation

R 162 of 255 = 64%
G 128 of 255 = 50%
B 72 of 255 = 28%

162
128
72

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

Portions of RGB colors in percentages

R + G + B =
162 + 128 + 72 = 362 (100%)
R 162 of 362 ~ 44.75%
G 128 of 362 ~ 35.36%
B 72 of 362 ~ 19.89%

%44.75
%35.36
%19.89

CMYK color model

#A28048 color CMYK value is (0,21,56,36).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 55.56%
  • key color value is 36.47%
CMYK:
(0,21,56,36)
C0M21Y56K36 
(0%,21%,56%,36%)
(0.00/0.21/0.56/0.36)	

CMYK percentages

%0
%20.99
%55.56
%36.47

Codes

Color #A28048 in popluar color models

A28048
RGB16212872
HSL37°38.46%45.88%
HSB/HSV37°55.56%63.53%
CMYK0.00%20.99%55.56%
36.47%

Color #A28048 in popluar number systems.

HEXA28048
Decimal16212872
Binary10100010100000001001000
Octal242200110

Shades and tints

Shades of #A28048

#A28048
(162,128,72)
#947542
(148,117,66)
#866A3C
(134,106,60)
#785F36
(120,95,54)
#6A5430
(106,84,48)
#5C492A
(92,73,42)
#4E3E24
(78,62,36)
#40331E
(64,51,30)
#322818
(50,40,24)
#241D12
(36,29,18)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #A28048

#A28048
(162,128,72)
#AA8B58
(170,139,88)
#B29668
(178,150,104)
#BAA178
(186,161,120)
#C2AC88
(194,172,136)
#CAB798
(202,183,152)
#D2C2A8
(210,194,168)
#DACDB8
(218,205,184)
#E2D8C8
(226,216,200)
#EAE3D8
(234,227,216)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28048 color. Also use rgb(162,128,72) instead hex code.

Text Font Color

.myTextColor { color: #A28048; }

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

This text font color is #A28048.


Background Color

.myBgColor { background-color: #A28048; }

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

This div background color is #A28048.


Border color

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

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

This div border color is #A28048.


Opacity

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

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

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

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

This text has shadow with #A28048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28048 on black background.


Color preview on white background

This text has color #A28048 on white background.



Black color preview on #A28048 background

This text has black color on #A28048 background.


White color preview on #A28048 background

This text has white color on #A28048 background.