COLOR #A28B58

HEX: #A28B58
RGB: (162,139,88)

Color info

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

RGB color model

#A28B58 color RGB value is (162,139,88).

  • red value is 162;
  • green value is 139;
  • blue value is 88.
RGB:
(162,139,88)
(64%,55%,35%)

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 88 of 255 = 35%

162
139
88

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

Portions of RGB colors in percentages

R + G + B =
162 + 139 + 88 = 389 (100%)
R 162 of 389 ~ 41.65%
G 139 of 389 ~ 35.73%
B 88 of 389 ~ 22.62%

%41.65
%35.73
%22.62

CMYK color model

#A28B58 color CMYK value is (0,14,46,36).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 45.68%
  • key color value is 36.47%
CMYK:
(0,14,46,36)
C0M14Y46K36 
(0%,14%,46%,36%)
(0.00/0.14/0.46/0.36)	

CMYK percentages

%0
%14.2
%45.68
%36.47

Codes

Color #A28B58 in popluar color models

A28B58
RGB16213988
HSL41°29.60%49.02%
HSB/HSV41°45.68%63.53%
CMYK0.00%14.20%45.68%
36.47%

Color #A28B58 in popluar number systems.

HEXA28B58
Decimal16213988
Binary10100010100010111011000
Octal242213130

Shades and tints

Shades of #A28B58

#A28B58
(162,139,88)
#947F50
(148,127,80)
#867348
(134,115,72)
#786740
(120,103,64)
#6A5B38
(106,91,56)
#5C4F30
(92,79,48)
#4E4328
(78,67,40)
#403720
(64,55,32)
#322B18
(50,43,24)
#241F10
(36,31,16)
#161308
(22,19,8)
#000000
(0,0,0)

Tints of #A28B58

#A28B58
(162,139,88)
#AA9567
(170,149,103)
#B29F76
(178,159,118)
#BAA985
(186,169,133)
#C2B394
(194,179,148)
#CABDA3
(202,189,163)
#D2C7B2
(210,199,178)
#DAD1C1
(218,209,193)
#E2DBD0
(226,219,208)
#EAE5DF
(234,229,223)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28B58 color. Also use rgb(162,139,88) instead hex code.

Text Font Color

.myTextColor { color: #A28B58; }

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

This text font color is #A28B58.


Background Color

.myBgColor { background-color: #A28B58; }

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

This div background color is #A28B58.


Border color

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

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

This div border color is #A28B58.


Opacity

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

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

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

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

This text has shadow with #A28B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28B58 on black background.


Color preview on white background

This text has color #A28B58 on white background.



Black color preview on #A28B58 background

This text has black color on #A28B58 background.


White color preview on #A28B58 background

This text has white color on #A28B58 background.