COLOR #A18F63

HEX: #A18F63 RGB: (161,143,99)

Color info

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

RGB color model

#A18F63 color RGB value is (161,143,99).

RGB: (161,143,99) (63%, 56%, 39%)

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 99 of 255 = 39%

161
143
99

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

Portions of RGB colors in percentages

R + G + B = 161 + 143 + 99 = 403 (100%)
R 161 of 403 ~ 39.95%
G 143 of 403 ~ 35.48%
B 99 of 403 ~ 24.57'%

%39.95
%35.48
%24.57

CMYK color model

#A18F63 color CMYK value is (0,11,39,37).

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

CMYK: (0,11,39,37)
C0M11Y39K37 (0%, 11%, 39%, 37%)
(0.00 / 0.11 / 0.39 / 0.37)

CMYK percentages

%0
%11.18
%38.51
%36.86

Codes

Color #A18F63 in popluar color models

A1 8F 63
RGB 161 143 99
HSL 43° 24.80% 50.98%
HSB/HSV 43° 38.51% 63.14%
CMYK 0.00% 11.18% 38.51%
36.86%

Color #A18F63 in popluar number systems.

HEX A1 8F 63
Decimal 161 143 99
Binary 10100001 10001111 1100011
Octal 241 217 143

Shades and tints

Shades of #A18F63

#A18F63
(161,143,99)
#93825A
(147,130,90)
#857551
(133,117,81)
#776848
(119,104,72)
#695B3F
(105,91,63)
#5B4E36
(91,78,54)
#4D412D
(77,65,45)
#3F3424
(63,52,36)
#31271B
(49,39,27)
#231A12
(35,26,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #A18F63

#A18F63
(161,143,99)
#A99971
(169,153,113)
#B1A37F
(177,163,127)
#B9AD8D
(185,173,141)
#C1B79B
(193,183,155)
#C9C1A9
(201,193,169)
#D1CBB7
(209,203,183)
#D9D5C5
(217,213,197)
#E1DFD3
(225,223,211)
#E9E9E1
(233,233,225)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18F63; }

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

This text font color is #A18F63.

Background Color

.myBgColor { background-color: #A18F63; }

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

This div background color is #A18F63.

Border color

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

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

This div border color is #A18F63.

Opacity

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

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

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

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

This text has shadow with #A18F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18F63.

Preview

Color preview on black background

This text has color #A18F63 on black background.


Color preview on white background

This text has color #A18F63 on white background.


Black color preview on #A18F63 background

This text has black color on #A18F63 background.


White color preview on #A18F63 background

This text has white color on #A18F63 background.


Related colors

Complementary color

Complementary color for #hex is #5E709C.


I love getcolorcode.com

Triadic colors

1 #63A18F and #8F63A1 with #A18F63 are triadic colors.

2 #638FA1 and #8FA163 with #A18F63 are triadic colors.