COLOR #A18270

HEX: #A18270 RGB: (161,130,112)

Color info

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

RGB color model

#A18270 color RGB value is (161,130,112).

RGB: (161,130,112) (63%, 51%, 44%)

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 112 of 255 = 44%

161
130
112

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

Portions of RGB colors in percentages

R + G + B = 161 + 130 + 112 = 403 (100%)
R 161 of 403 ~ 39.95%
G 130 of 403 ~ 32.26%
B 112 of 403 ~ 27.79'%

%39.95
%32.26
%27.79

CMYK color model

#A18270 color CMYK value is (0,19,30,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 30.43%
  • key color value is 36.86%

CMYK: (0,19,30,37)
C0M19Y30K37 (0%, 19%, 30%, 37%)
(0.00 / 0.19 / 0.30 / 0.37)

CMYK percentages

%0
%19.25
%30.43
%36.86

Codes

Color #A18270 in popluar color models

A1 82 70
RGB 161 130 112
HSL 22° 20.68% 53.53%
HSB/HSV 22° 30.43% 63.14%
CMYK 0.00% 19.25% 30.43%
36.86%

Color #A18270 in popluar number systems.

HEX A1 82 70
Decimal 161 130 112
Binary 10100001 10000010 1110000
Octal 241 202 160

Shades and tints

Shades of #A18270

#A18270
(161,130,112)
#937766
(147,119,102)
#856C5C
(133,108,92)
#776152
(119,97,82)
#695648
(105,86,72)
#5B4B3E
(91,75,62)
#4D4034
(77,64,52)
#3F352A
(63,53,42)
#312A20
(49,42,32)
#231F16
(35,31,22)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #A18270

#A18270
(161,130,112)
#A98D7D
(169,141,125)
#B1988A
(177,152,138)
#B9A397
(185,163,151)
#C1AEA4
(193,174,164)
#C9B9B1
(201,185,177)
#D1C4BE
(209,196,190)
#D9CFCB
(217,207,203)
#E1DAD8
(225,218,216)
#E9E5E5
(233,229,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18270 color. Also use rgb(161,130,112) instead hex code.

Text Font Color

.myTextColor { color: #A18270; }

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

This text font color is #A18270.

Background Color

.myBgColor { background-color: #A18270; }

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

This div background color is #A18270.

Border color

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

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

This div border color is #A18270.

Opacity

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

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

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

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

This text has shadow with #A18270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18270.

Preview

Color preview on black background

This text has color #A18270 on black background.


Color preview on white background

This text has color #A18270 on white background.


Black color preview on #A18270 background

This text has black color on #A18270 background.


White color preview on #A18270 background

This text has white color on #A18270 background.


Related colors

Complementary color

Complementary color for #hex is #5E7D8F.


I love getcolorcode.com

Triadic colors

1 #70A182 and #8270A1 with #A18270 are triadic colors.

2 #7082A1 and #82A170 with #A18270 are triadic colors.