COLOR #A18C69

HEX: #A18C69 RGB: (161,140,105)

Color info

#A18C69 contains red, green and blue colors in about the same proportion. Web safe color of #A18C69 is #999966 (or #996).

RGB color model

#A18C69 color RGB value is (161,140,105).

RGB: (161,140,105) (63%, 55%, 41%)

RGB channels and saturation

R 161 of 255 = 63%
G 140 of 255 = 55%
B 105 of 255 = 41%

161
140
105

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

Portions of RGB colors in percentages

R + G + B = 161 + 140 + 105 = 406 (100%)
R 161 of 406 ~ 39.66%
G 140 of 406 ~ 34.48%
B 105 of 406 ~ 25.86'%

%39.66
%34.48
%25.86

CMYK color model

#A18C69 color CMYK value is (0,13,35,37).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 34.78%
  • key color value is 36.86%

CMYK: (0,13,35,37)
C0M13Y35K37 (0%, 13%, 35%, 37%)
(0.00 / 0.13 / 0.35 / 0.37)

CMYK percentages

%0
%13.04
%34.78
%36.86

Codes

Color #A18C69 in popluar color models

A1 8C 69
RGB 161 140 105
HSL 38° 22.95% 52.16%
HSB/HSV 38° 34.78% 63.14%
CMYK 0.00% 13.04% 34.78%
36.86%

Color #A18C69 in popluar number systems.

HEX A1 8C 69
Decimal 161 140 105
Binary 10100001 10001100 1101001
Octal 241 214 151

Shades and tints

Shades of #A18C69

#A18C69
(161,140,105)
#938060
(147,128,96)
#857457
(133,116,87)
#77684E
(119,104,78)
#695C45
(105,92,69)
#5B503C
(91,80,60)
#4D4433
(77,68,51)
#3F382A
(63,56,42)
#312C21
(49,44,33)
#232018
(35,32,24)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #A18C69

#A18C69
(161,140,105)
#A99676
(169,150,118)
#B1A083
(177,160,131)
#B9AA90
(185,170,144)
#C1B49D
(193,180,157)
#C9BEAA
(201,190,170)
#D1C8B7
(209,200,183)
#D9D2C4
(217,210,196)
#E1DCD1
(225,220,209)
#E9E6DE
(233,230,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18C69 color. Also use rgb(161,140,105) instead hex code.

Text Font Color

.myTextColor { color: #A18C69; }

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

This text font color is #A18C69.

Background Color

.myBgColor { background-color: #A18C69; }

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

This div background color is #A18C69.

Border color

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

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

This div border color is #A18C69.

Opacity

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

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

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

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

This text has shadow with #A18C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18C69.

Preview

Color preview on black background

This text has color #A18C69 on black background.


Color preview on white background

This text has color #A18C69 on white background.


Black color preview on #A18C69 background

This text has black color on #A18C69 background.


White color preview on #A18C69 background

This text has white color on #A18C69 background.


Related colors

Complementary color

Complementary color for #hex is #5E7396.


I love getcolorcode.com

Triadic colors

1 #69A18C and #8C69A1 with #A18C69 are triadic colors.

2 #698CA1 and #8CA169 with #A18C69 are triadic colors.