COLOR #A18D12

HEX: #A18D12
RGB: (161,141,18)

Color info

#A18D12 contains mainly red and green colors. Web safe color of #A18D12 is #999900 (or #990).

RGB color model

#A18D12 color RGB value is (161,141,18).

  • red value is 161;
  • green value is 141;
  • blue value is 18.
RGB:
(161,141,18)
(63%,55%,7%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 18 of 255 = 7%

161
141
18

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 18 = 320 (100%)
R 161 of 320 ~ 50.31%
G 141 of 320 ~ 44.06%
B 18 of 320 ~ 5.63%

%50.31
%44.06

CMYK color model

#A18D12 color CMYK value is (0,12,89,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 88.82%
  • key color value is 36.86%
CMYK:
(0,12,89,37)
C0M12Y89K37 
(0%,12%,89%,37%)
(0.00/0.12/0.89/0.37)	

CMYK percentages

%0
%12.42
%88.82
%36.86

Codes

Color #A18D12 in popluar color models

A18D12
RGB16114118
HSL52°79.89%35.10%
HSB/HSV52°88.82%63.14%
CMYK0.00%12.42%88.82%
36.86%

Color #A18D12 in popluar number systems.

HEXA18D12
Decimal16114118
Binary101000011000110110010
Octal24121522

Shades and tints

Shades of #A18D12

#A18D12
(161,141,18)
#938111
(147,129,17)
#857510
(133,117,16)
#77690F
(119,105,15)
#695D0E
(105,93,14)
#5B510D
(91,81,13)
#4D450C
(77,69,12)
#3F390B
(63,57,11)
#312D0A
(49,45,10)
#232109
(35,33,9)
#151508
(21,21,8)
#000000
(0,0,0)

Tints of #A18D12

#A18D12
(161,141,18)
#A99727
(169,151,39)
#B1A13C
(177,161,60)
#B9AB51
(185,171,81)
#C1B566
(193,181,102)
#C9BF7B
(201,191,123)
#D1C990
(209,201,144)
#D9D3A5
(217,211,165)
#E1DDBA
(225,221,186)
#E9E7CF
(233,231,207)
#F1F1E4
(241,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18D12 color. Also use rgb(161,141,18) instead hex code.

Text Font Color

.myTextColor { color: #A18D12; }

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

This text font color is #A18D12.


Background Color

.myBgColor { background-color: #A18D12; }

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

This div background color is #A18D12.


Border color

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

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

This div border color is #A18D12.


Opacity

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

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

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

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

This text has shadow with #A18D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D12 on black background.


Color preview on white background

This text has color #A18D12 on white background.



Black color preview on #A18D12 background

This text has black color on #A18D12 background.


White color preview on #A18D12 background

This text has white color on #A18D12 background.