COLOR #A18A42

HEX: #A18A42 RGB: (161,138,66)

Color info

#A18A42 contains mainly red and green colors. Web safe color of #A18A42 is #999933 (or #993).

RGB color model

#A18A42 color RGB value is (161,138,66).

RGB: (161,138,66) (63%, 54%, 26%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 66 of 255 = 26%

161
138
66

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

Portions of RGB colors in percentages

R + G + B = 161 + 138 + 66 = 365 (100%)
R 161 of 365 ~ 44.11%
G 138 of 365 ~ 37.81%
B 66 of 365 ~ 18.08'%

%44.11
%37.81
%18.08

CMYK color model

#A18A42 color CMYK value is (0,14,59,37).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 59.01%
  • key color value is 36.86%

CMYK: (0,14,59,37)
C0M14Y59K37 (0%, 14%, 59%, 37%)
(0.00 / 0.14 / 0.59 / 0.37)

CMYK percentages

%0
%14.29
%59.01
%36.86

Codes

Color #A18A42 in popluar color models

A1 8A 42
RGB 161 138 66
HSL 45° 41.85% 44.51%
HSB/HSV 45° 59.01% 63.14%
CMYK 0.00% 14.29% 59.01%
36.86%

Color #A18A42 in popluar number systems.

HEX A1 8A 42
Decimal 161 138 66
Binary 10100001 10001010 1000010
Octal 241 212 102

Shades and tints

Shades of #A18A42

#A18A42
(161,138,66)
#937E3C
(147,126,60)
#857236
(133,114,54)
#776630
(119,102,48)
#695A2A
(105,90,42)
#5B4E24
(91,78,36)
#4D421E
(77,66,30)
#3F3618
(63,54,24)
#312A12
(49,42,18)
#231E0C
(35,30,12)
#151206
(21,18,6)
#000000
(0,0,0)

Tints of #A18A42

#A18A42
(161,138,66)
#A99453
(169,148,83)
#B19E64
(177,158,100)
#B9A875
(185,168,117)
#C1B286
(193,178,134)
#C9BC97
(201,188,151)
#D1C6A8
(209,198,168)
#D9D0B9
(217,208,185)
#E1DACA
(225,218,202)
#E9E4DB
(233,228,219)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18A42 color. Also use rgb(161,138,66) instead hex code.

Text Font Color

.myTextColor { color: #A18A42; }

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

This text font color is #A18A42.

Background Color

.myBgColor { background-color: #A18A42; }

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

This div background color is #A18A42.

Border color

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

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

This div border color is #A18A42.

Opacity

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

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

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

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

This text has shadow with #A18A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18A42.

Preview

Color preview on black background

This text has color #A18A42 on black background.


Color preview on white background

This text has color #A18A42 on white background.


Black color preview on #A18A42 background

This text has black color on #A18A42 background.


White color preview on #A18A42 background

This text has white color on #A18A42 background.


Related colors

Complementary color

Complementary color for #hex is #5E75BD.


I love getcolorcode.com

Triadic colors

1 #42A18A and #8A42A1 with #A18A42 are triadic colors.

2 #428AA1 and #8AA142 with #A18A42 are triadic colors.