COLOR #A18958

HEX: #A18958
RGB: (161,137,88)

Color info

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

RGB color model

#A18958 color RGB value is (161,137,88).

  • red value is 161;
  • green value is 137;
  • blue value is 88.
RGB: (161,137,88) (63%,54%,35%)

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 88 of 255 = 35%

161
137
88

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

Portions of RGB colors in percentages

R + G + B =
161 + 137 + 88 = 386 (100%)
R 161 of 386 ~ 41.71%
G 137 of 386 ~ 35.49%
B 88 of 386 ~ 22.8%

%41.71
%35.49
%22.8

CMYK color model

#A18958 color CMYK value is (0,15,45,37).

  • cyan value is 0.00%
  • magenta value is 14.91%
  • yellow value is 45.34%
  • key color value is 36.86%
CMYK: (0,15,45,37) C0M15Y45K37 (0%,15%,45%,37%) (0.00/0.15/0.45/0.37)

CMYK percentages

%0
%14.91
%45.34
%36.86

Codes

Color #A18958 in popluar color models

A18958
RGB16113788
HSL40°29.32%48.82%
HSB/HSV40°45.34%63.14%
CMYK0.00%14.91%45.34%
36.86%

Color #A18958 in popluar number systems.

HEXA18958
Decimal16113788
Binary10100001100010011011000
Octal241211130

Shades and tints

Shades of #A18958

#A18958
(161,137,88)
#937D50
(147,125,80)
#857148
(133,113,72)
#776540
(119,101,64)
#695938
(105,89,56)
#5B4D30
(91,77,48)
#4D4128
(77,65,40)
#3F3520
(63,53,32)
#312918
(49,41,24)
#231D10
(35,29,16)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #A18958

#A18958
(161,137,88)
#A99367
(169,147,103)
#B19D76
(177,157,118)
#B9A785
(185,167,133)
#C1B194
(193,177,148)
#C9BBA3
(201,187,163)
#D1C5B2
(209,197,178)
#D9CFC1
(217,207,193)
#E1D9D0
(225,217,208)
#E9E3DF
(233,227,223)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18958 color. Also use rgb(161,137,88) instead hex code.

Text Font Color

.myTextColor { color: #A18958; }

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

This text font color is #A18958.


Background Color

.myBgColor { background-color: #A18958; }

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

This div background color is #A18958.


Border color

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

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

This div border color is #A18958.


Opacity

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

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

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

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

This text has shadow with #A18958 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A18958 on black background.


Color preview on white background

This text has color #A18958 on white background.



Black color preview on #A18958 background

This text has black color on #A18958 background.


White color preview on #A18958 background

This text has white color on #A18958 background.