COLOR #A18259

HEX: #A18259
RGB: (161,130,89)

Color info

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

RGB color model

#A18259 color RGB value is (161,130,89).

  • red value is 161;
  • green value is 130;
  • blue value is 89.
RGB:
(161,130,89)
(63%,51%,35%)

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 89 of 255 = 35%

161
130
89

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

Portions of RGB colors in percentages

R + G + B =
161 + 130 + 89 = 380 (100%)
R 161 of 380 ~ 42.37%
G 130 of 380 ~ 34.21%
B 89 of 380 ~ 23.42%

%42.37
%34.21
%23.42

CMYK color model

#A18259 color CMYK value is (0,19,45,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 44.72%
  • key color value is 36.86%
CMYK:
(0,19,45,37)
C0M19Y45K37 
(0%,19%,45%,37%)
(0.00/0.19/0.45/0.37)	

CMYK percentages

%0
%19.25
%44.72
%36.86

Codes

Color #A18259 in popluar color models

A18259
RGB16113089
HSL34°28.80%49.02%
HSB/HSV34°44.72%63.14%
CMYK0.00%19.25%44.72%
36.86%

Color #A18259 in popluar number systems.

HEXA18259
Decimal16113089
Binary10100001100000101011001
Octal241202131

Shades and tints

Shades of #A18259

#A18259
(161,130,89)
#937751
(147,119,81)
#856C49
(133,108,73)
#776141
(119,97,65)
#695639
(105,86,57)
#5B4B31
(91,75,49)
#4D4029
(77,64,41)
#3F3521
(63,53,33)
#312A19
(49,42,25)
#231F11
(35,31,17)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #A18259

#A18259
(161,130,89)
#A98D68
(169,141,104)
#B19877
(177,152,119)
#B9A386
(185,163,134)
#C1AE95
(193,174,149)
#C9B9A4
(201,185,164)
#D1C4B3
(209,196,179)
#D9CFC2
(217,207,194)
#E1DAD1
(225,218,209)
#E9E5E0
(233,229,224)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18259; }

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

This text font color is #A18259.


Background Color

.myBgColor { background-color: #A18259; }

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

This div background color is #A18259.


Border color

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

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

This div border color is #A18259.


Opacity

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

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

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

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

This text has shadow with #A18259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18259 on black background.


Color preview on white background

This text has color #A18259 on white background.



Black color preview on #A18259 background

This text has black color on #A18259 background.


White color preview on #A18259 background

This text has white color on #A18259 background.