COLOR #A18165

HEX: #A18165
RGB: (161,129,101)

Color info

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

RGB color model

#A18165 color RGB value is (161,129,101).

  • red value is 161;
  • green value is 129;
  • blue value is 101.
RGB:
(161,129,101)
(63%,51%,40%)

RGB channels and saturation

R 161 of 255 = 63%
G 129 of 255 = 51%
B 101 of 255 = 40%

161
129
101

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

Portions of RGB colors in percentages

R + G + B =
161 + 129 + 101 = 391 (100%)
R 161 of 391 ~ 41.18%
G 129 of 391 ~ 32.99%
B 101 of 391 ~ 25.83%

%41.18
%32.99
%25.83

CMYK color model

#A18165 color CMYK value is (0,20,37,37).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 37.27%
  • key color value is 36.86%
CMYK:
(0,20,37,37)
C0M20Y37K37 
(0%,20%,37%,37%)
(0.00/0.20/0.37/0.37)	

CMYK percentages

%0
%19.88
%37.27
%36.86

Codes

Color #A18165 in popluar color models

A18165
RGB161129101
HSL28°24.19%51.37%
HSB/HSV28°37.27%63.14%
CMYK0.00%19.88%37.27%
36.86%

Color #A18165 in popluar number systems.

HEXA18165
Decimal161129101
Binary10100001100000011100101
Octal241201145

Shades and tints

Shades of #A18165

#A18165
(161,129,101)
#93765C
(147,118,92)
#856B53
(133,107,83)
#77604A
(119,96,74)
#695541
(105,85,65)
#5B4A38
(91,74,56)
#4D3F2F
(77,63,47)
#3F3426
(63,52,38)
#31291D
(49,41,29)
#231E14
(35,30,20)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #A18165

#A18165
(161,129,101)
#A98C73
(169,140,115)
#B19781
(177,151,129)
#B9A28F
(185,162,143)
#C1AD9D
(193,173,157)
#C9B8AB
(201,184,171)
#D1C3B9
(209,195,185)
#D9CEC7
(217,206,199)
#E1D9D5
(225,217,213)
#E9E4E3
(233,228,227)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18165 color. Also use rgb(161,129,101) instead hex code.

Text Font Color

.myTextColor { color: #A18165; }

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

This text font color is #A18165.


Background Color

.myBgColor { background-color: #A18165; }

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

This div background color is #A18165.


Border color

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

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

This div border color is #A18165.


Opacity

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

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

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

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

This text has shadow with #A18165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18165 on black background.


Color preview on white background

This text has color #A18165 on white background.



Black color preview on #A18165 background

This text has black color on #A18165 background.


White color preview on #A18165 background

This text has white color on #A18165 background.