COLOR #A28587

HEX: #A28587
RGB: (162,133,135)

Color info

#A28587 contains red, green and blue colors in about the same proportion. Web safe color of #A28587 is #999999 (or #999).

RGB color model

#A28587 color RGB value is (162,133,135).

  • red value is 162;
  • green value is 133;
  • blue value is 135.
RGB:
(162,133,135)
(64%,52%,53%)

RGB channels and saturation

R 162 of 255 = 64%
G 133 of 255 = 52%
B 135 of 255 = 53%

162
133
135

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

Portions of RGB colors in percentages

R + G + B =
162 + 133 + 135 = 430 (100%)
R 162 of 430 ~ 37.67%
G 133 of 430 ~ 30.93%
B 135 of 430 ~ 31.4%

%37.67
%30.93
%31.4

CMYK color model

#A28587 color CMYK value is (0,18,17,36).

  • cyan value is 0.00%
  • magenta value is 17.90%
  • yellow value is 16.67%
  • key color value is 36.47%
CMYK:
(0,18,17,36)
C0M18Y17K36 
(0%,18%,17%,36%)
(0.00/0.18/0.17/0.36)	

CMYK percentages

%0
%17.9
%16.67
%36.47

Codes

Color #A28587 in popluar color models

A28587
RGB162133135
HSL356°13.49%57.84%
HSB/HSV356°17.90%63.53%
CMYK0.00%17.90%16.67%
36.47%

Color #A28587 in popluar number systems.

HEXA28587
Decimal162133135
Binary101000101000010110000111
Octal242205207

Shades and tints

Shades of #A28587

#A28587
(162,133,135)
#94797B
(148,121,123)
#866D6F
(134,109,111)
#786163
(120,97,99)
#6A5557
(106,85,87)
#5C494B
(92,73,75)
#4E3D3F
(78,61,63)
#403133
(64,49,51)
#322527
(50,37,39)
#24191B
(36,25,27)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #A28587

#A28587
(162,133,135)
#AA9091
(170,144,145)
#B29B9B
(178,155,155)
#BAA6A5
(186,166,165)
#C2B1AF
(194,177,175)
#CABCB9
(202,188,185)
#D2C7C3
(210,199,195)
#DAD2CD
(218,210,205)
#E2DDD7
(226,221,215)
#EAE8E1
(234,232,225)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28587 color. Also use rgb(162,133,135) instead hex code.

Text Font Color

.myTextColor { color: #A28587; }

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

This text font color is #A28587.


Background Color

.myBgColor { background-color: #A28587; }

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

This div background color is #A28587.


Border color

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

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

This div border color is #A28587.


Opacity

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

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

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

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

This text has shadow with #A28587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28587 on black background.


Color preview on white background

This text has color #A28587 on white background.



Black color preview on #A28587 background

This text has black color on #A28587 background.


White color preview on #A28587 background

This text has white color on #A28587 background.