COLOR #A18F50

HEX: #A18F50
RGB: (161,143,80)

Color info

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

RGB color model

#A18F50 color RGB value is (161,143,80).

  • red value is 161;
  • green value is 143;
  • blue value is 80.
RGB: (161,143,80) (63%,56%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 80 of 255 = 31%

161
143
80

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

Portions of RGB colors in percentages

R + G + B =
161 + 143 + 80 = 384 (100%)
R 161 of 384 ~ 41.93%
G 143 of 384 ~ 37.24%
B 80 of 384 ~ 20.83%

%41.93
%37.24
%20.83

CMYK color model

#A18F50 color CMYK value is (0,11,50,37).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 50.31%
  • key color value is 36.86%
CMYK: (0,11,50,37) C0M11Y50K37 (0%,11%,50%,37%) (0.00/0.11/0.50/0.37)

CMYK percentages

%0
%11.18
%50.31
%36.86

Codes

Color #A18F50 in popluar color models

A18F50
RGB16114380
HSL47°33.61%47.25%
HSB/HSV47°50.31%63.14%
CMYK0.00%11.18%50.31%
36.86%

Color #A18F50 in popluar number systems.

HEXA18F50
Decimal16114380
Binary10100001100011111010000
Octal241217120

Shades and tints

Shades of #A18F50

#A18F50
(161,143,80)
#938249
(147,130,73)
#857542
(133,117,66)
#77683B
(119,104,59)
#695B34
(105,91,52)
#5B4E2D
(91,78,45)
#4D4126
(77,65,38)
#3F341F
(63,52,31)
#312718
(49,39,24)
#231A11
(35,26,17)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #A18F50

#A18F50
(161,143,80)
#A9995F
(169,153,95)
#B1A36E
(177,163,110)
#B9AD7D
(185,173,125)
#C1B78C
(193,183,140)
#C9C19B
(201,193,155)
#D1CBAA
(209,203,170)
#D9D5B9
(217,213,185)
#E1DFC8
(225,223,200)
#E9E9D7
(233,233,215)
#F1F3E6
(241,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18F50 color. Also use rgb(161,143,80) instead hex code.

Text Font Color

.myTextColor { color: #A18F50; }

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

This text font color is #A18F50.


Background Color

.myBgColor { background-color: #A18F50; }

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

This div background color is #A18F50.


Border color

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

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

This div border color is #A18F50.


Opacity

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

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

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

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

This text has shadow with #A18F50 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A18F50 on black background.


Color preview on white background

This text has color #A18F50 on white background.



Black color preview on #A18F50 background

This text has black color on #A18F50 background.


White color preview on #A18F50 background

This text has white color on #A18F50 background.