COLOR #A18058

HEX: #A18058 RGB: (161,128,88)

Color info

#A18058 contains mainly red and green colors. Web safe color of #A18058 is #996666 (or #966).

RGB color model

#A18058 color RGB value is (161,128,88).

RGB: (161,128,88) (63%, 50%, 35%)

RGB channels and saturation

R 161 of 255 = 63%
G 128 of 255 = 50%
B 88 of 255 = 35%

161
128
88

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

Portions of RGB colors in percentages

R + G + B = 161 + 128 + 88 = 377 (100%)
R 161 of 377 ~ 42.71%
G 128 of 377 ~ 33.95%
B 88 of 377 ~ 23.34'%

%42.71
%33.95
%23.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 45.34%
  • key color value is 36.86%

CMYK: (0,20,45,37)
C0M20Y45K37 (0%, 20%, 45%, 37%)
(0.00 / 0.20 / 0.45 / 0.37)

CMYK percentages

%0
%20.5
%45.34
%36.86

Codes

Color #A18058 in popluar color models

A1 80 58
RGB 161 128 88
HSL 33° 29.32% 48.82%
HSB/HSV 33° 45.34% 63.14%
CMYK 0.00% 20.50% 45.34%
36.86%

Color #A18058 in popluar number systems.

HEX A1 80 58
Decimal 161 128 88
Binary 10100001 10000000 1011000
Octal 241 200 130

Shades and tints

Shades of #A18058

#A18058
(161,128,88)
#937550
(147,117,80)
#856A48
(133,106,72)
#775F40
(119,95,64)
#695438
(105,84,56)
#5B4930
(91,73,48)
#4D3E28
(77,62,40)
#3F3320
(63,51,32)
#312818
(49,40,24)
#231D10
(35,29,16)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #A18058

#A18058
(161,128,88)
#A98B67
(169,139,103)
#B19676
(177,150,118)
#B9A185
(185,161,133)
#C1AC94
(193,172,148)
#C9B7A3
(201,183,163)
#D1C2B2
(209,194,178)
#D9CDC1
(217,205,193)
#E1D8D0
(225,216,208)
#E9E3DF
(233,227,223)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18058 color. Also use rgb(161,128,88) instead hex code.

Text Font Color

.myTextColor { color: #A18058; }

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

This text font color is #A18058.

Background Color

.myBgColor { background-color: #A18058; }

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

This div background color is #A18058.

Border color

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

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

This div border color is #A18058.

Opacity

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

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

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

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

This text has shadow with #A18058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18058.

Preview

Color preview on black background

This text has color #A18058 on black background.


Color preview on white background

This text has color #A18058 on white background.


Black color preview on #A18058 background

This text has black color on #A18058 background.


White color preview on #A18058 background

This text has white color on #A18058 background.


Related colors

Complementary color

Complementary color for #hex is #5E7FA7.


I love getcolorcode.com

Triadic colors

1 #58A180 and #8058A1 with #A18058 are triadic colors.

2 #5880A1 and #80A158 with #A18058 are triadic colors.