COLOR #A28248

HEX: #A28248
RGB: (162,130,72)

Color info

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

RGB color model

#A28248 color RGB value is (162,130,72).

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

RGB channels and saturation

R 162 of 255 = 64%
G 130 of 255 = 51%
B 72 of 255 = 28%

162
130
72

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

Portions of RGB colors in percentages

R + G + B =
162 + 130 + 72 = 364 (100%)
R 162 of 364 ~ 44.51%
G 130 of 364 ~ 35.71%
B 72 of 364 ~ 19.78%

%44.51
%35.71
%19.78

CMYK color model

#A28248 color CMYK value is (0,20,56,36).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 55.56%
  • key color value is 36.47%
CMYK:
(0,20,56,36)
C0M20Y56K36 
(0%,20%,56%,36%)
(0.00/0.20/0.56/0.36)	

CMYK percentages

%0
%19.75
%55.56
%36.47

Codes

Color #A28248 in popluar color models

A28248
RGB16213072
HSL39°38.46%45.88%
HSB/HSV39°55.56%63.53%
CMYK0.00%19.75%55.56%
36.47%

Color #A28248 in popluar number systems.

HEXA28248
Decimal16213072
Binary10100010100000101001000
Octal242202110

Shades and tints

Shades of #A28248

#A28248
(162,130,72)
#947742
(148,119,66)
#866C3C
(134,108,60)
#786136
(120,97,54)
#6A5630
(106,86,48)
#5C4B2A
(92,75,42)
#4E4024
(78,64,36)
#40351E
(64,53,30)
#322A18
(50,42,24)
#241F12
(36,31,18)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #A28248

#A28248
(162,130,72)
#AA8D58
(170,141,88)
#B29868
(178,152,104)
#BAA378
(186,163,120)
#C2AE88
(194,174,136)
#CAB998
(202,185,152)
#D2C4A8
(210,196,168)
#DACFB8
(218,207,184)
#E2DAC8
(226,218,200)
#EAE5D8
(234,229,216)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28248; }

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

This text font color is #A28248.


Background Color

.myBgColor { background-color: #A28248; }

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

This div background color is #A28248.


Border color

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

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

This div border color is #A28248.


Opacity

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

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

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

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

This text has shadow with #A28248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28248 on black background.


Color preview on white background

This text has color #A28248 on white background.



Black color preview on #A28248 background

This text has black color on #A28248 background.


White color preview on #A28248 background

This text has white color on #A28248 background.