COLOR #A18287

HEX: #A18287
RGB: (161,130,135)

Color info

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

RGB color model

#A18287 color RGB value is (161,130,135).

  • red value is 161;
  • green value is 130;
  • blue value is 135.
RGB:
(161,130,135)
(63%,51%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 135 of 255 = 53%

161
130
135

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

Portions of RGB colors in percentages

R + G + B =
161 + 130 + 135 = 426 (100%)
R 161 of 426 ~ 37.79%
G 130 of 426 ~ 30.52%
B 135 of 426 ~ 31.69%

%37.79
%30.52
%31.69

CMYK color model

#A18287 color CMYK value is (0,19,16,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 16.15%
  • key color value is 36.86%
CMYK:
(0,19,16,37)
C0M19Y16K37 
(0%,19%,16%,37%)
(0.00/0.19/0.16/0.37)	

CMYK percentages

%0
%19.25
%16.15
%36.86

Codes

Color #A18287 in popluar color models

A18287
RGB161130135
HSL350°14.16%57.06%
HSB/HSV350°19.25%63.14%
CMYK0.00%19.25%16.15%
36.86%

Color #A18287 in popluar number systems.

HEXA18287
Decimal161130135
Binary101000011000001010000111
Octal241202207

Shades and tints

Shades of #A18287

#A18287
(161,130,135)
#93777B
(147,119,123)
#856C6F
(133,108,111)
#776163
(119,97,99)
#695657
(105,86,87)
#5B4B4B
(91,75,75)
#4D403F
(77,64,63)
#3F3533
(63,53,51)
#312A27
(49,42,39)
#231F1B
(35,31,27)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #A18287

#A18287
(161,130,135)
#A98D91
(169,141,145)
#B1989B
(177,152,155)
#B9A3A5
(185,163,165)
#C1AEAF
(193,174,175)
#C9B9B9
(201,185,185)
#D1C4C3
(209,196,195)
#D9CFCD
(217,207,205)
#E1DAD7
(225,218,215)
#E9E5E1
(233,229,225)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18287 color. Also use rgb(161,130,135) instead hex code.

Text Font Color

.myTextColor { color: #A18287; }

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

This text font color is #A18287.


Background Color

.myBgColor { background-color: #A18287; }

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

This div background color is #A18287.


Border color

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

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

This div border color is #A18287.


Opacity

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

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

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

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

This text has shadow with #A18287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18287 on black background.


Color preview on white background

This text has color #A18287 on white background.



Black color preview on #A18287 background

This text has black color on #A18287 background.


White color preview on #A18287 background

This text has white color on #A18287 background.