COLOR #A18F6E

HEX: #A18F6E RGB: (161,143,110)

Color info

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

RGB color model

#A18F6E color RGB value is (161,143,110).

RGB: (161,143,110) (63%, 56%, 43%)

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 110 of 255 = 43%

161
143
110

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

Portions of RGB colors in percentages

R + G + B = 161 + 143 + 110 = 414 (100%)
R 161 of 414 ~ 38.89%
G 143 of 414 ~ 34.54%
B 110 of 414 ~ 26.57'%

%38.89
%34.54
%26.57

CMYK color model

#A18F6E color CMYK value is (0,11,32,37).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 31.68%
  • key color value is 36.86%

CMYK: (0,11,32,37)
C0M11Y32K37 (0%, 11%, 32%, 37%)
(0.00 / 0.11 / 0.32 / 0.37)

CMYK percentages

%0
%11.18
%31.68
%36.86

Codes

Color #A18F6E in popluar color models

A1 8F 6E
RGB 161 143 110
HSL 39° 21.34% 53.14%
HSB/HSV 39° 31.68% 63.14%
CMYK 0.00% 11.18% 31.68%
36.86%

Color #A18F6E in popluar number systems.

HEX A1 8F 6E
Decimal 161 143 110
Binary 10100001 10001111 1101110
Octal 241 217 156

Shades and tints

Shades of #A18F6E

#A18F6E
(161,143,110)
#938264
(147,130,100)
#85755A
(133,117,90)
#776850
(119,104,80)
#695B46
(105,91,70)
#5B4E3C
(91,78,60)
#4D4132
(77,65,50)
#3F3428
(63,52,40)
#31271E
(49,39,30)
#231A14
(35,26,20)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #A18F6E

#A18F6E
(161,143,110)
#A9997B
(169,153,123)
#B1A388
(177,163,136)
#B9AD95
(185,173,149)
#C1B7A2
(193,183,162)
#C9C1AF
(201,193,175)
#D1CBBC
(209,203,188)
#D9D5C9
(217,213,201)
#E1DFD6
(225,223,214)
#E9E9E3
(233,233,227)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18F6E; }

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

This text font color is #A18F6E.

Background Color

.myBgColor { background-color: #A18F6E; }

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

This div background color is #A18F6E.

Border color

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

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

This div border color is #A18F6E.

Opacity

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

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

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

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

This text has shadow with #A18F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18F6E.

Preview

Color preview on black background

This text has color #A18F6E on black background.


Color preview on white background

This text has color #A18F6E on white background.


Black color preview on #A18F6E background

This text has black color on #A18F6E background.


White color preview on #A18F6E background

This text has white color on #A18F6E background.


Related colors

Complementary color

Complementary color for #hex is #5E7091.


I love getcolorcode.com

Triadic colors

1 #6EA18F and #8F6EA1 with #A18F6E are triadic colors.

2 #6E8FA1 and #8FA16E with #A18F6E are triadic colors.