COLOR #A18748

HEX: #A18748 RGB: (161,135,72)

Color info

#A18748 contains mainly red and green colors. Web safe color of #A18748 is #999933 (or #993).

RGB color model

#A18748 color RGB value is (161,135,72).

RGB: (161,135,72) (63%, 53%, 28%)

RGB channels and saturation

R 161 of 255 = 63%
G 135 of 255 = 53%
B 72 of 255 = 28%

161
135
72

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

Portions of RGB colors in percentages

R + G + B = 161 + 135 + 72 = 368 (100%)
R 161 of 368 ~ 43.75%
G 135 of 368 ~ 36.68%
B 72 of 368 ~ 19.57'%

%43.75
%36.68
%19.57

CMYK color model

#A18748 color CMYK value is (0,16,55,37).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 55.28%
  • key color value is 36.86%

CMYK: (0,16,55,37)
C0M16Y55K37 (0%, 16%, 55%, 37%)
(0.00 / 0.16 / 0.55 / 0.37)

CMYK percentages

%0
%16.15
%55.28
%36.86

Codes

Color #A18748 in popluar color models

A1 87 48
RGB 161 135 72
HSL 42° 38.20% 45.69%
HSB/HSV 42° 55.28% 63.14%
CMYK 0.00% 16.15% 55.28%
36.86%

Color #A18748 in popluar number systems.

HEX A1 87 48
Decimal 161 135 72
Binary 10100001 10000111 1001000
Octal 241 207 110

Shades and tints

Shades of #A18748

#A18748
(161,135,72)
#937B42
(147,123,66)
#856F3C
(133,111,60)
#776336
(119,99,54)
#695730
(105,87,48)
#5B4B2A
(91,75,42)
#4D3F24
(77,63,36)
#3F331E
(63,51,30)
#312718
(49,39,24)
#231B12
(35,27,18)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #A18748

#A18748
(161,135,72)
#A99158
(169,145,88)
#B19B68
(177,155,104)
#B9A578
(185,165,120)
#C1AF88
(193,175,136)
#C9B998
(201,185,152)
#D1C3A8
(209,195,168)
#D9CDB8
(217,205,184)
#E1D7C8
(225,215,200)
#E9E1D8
(233,225,216)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18748 color. Also use rgb(161,135,72) instead hex code.

Text Font Color

.myTextColor { color: #A18748; }

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

This text font color is #A18748.

Background Color

.myBgColor { background-color: #A18748; }

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

This div background color is #A18748.

Border color

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

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

This div border color is #A18748.

Opacity

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

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

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

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

This text has shadow with #A18748 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18748.

Preview

Color preview on black background

This text has color #A18748 on black background.


Color preview on white background

This text has color #A18748 on white background.


Black color preview on #A18748 background

This text has black color on #A18748 background.


White color preview on #A18748 background

This text has white color on #A18748 background.


Related colors

Complementary color

Complementary color for #hex is #5E78B7.


I love getcolorcode.com

Triadic colors

1 #48A187 and #8748A1 with #A18748 are triadic colors.

2 #4887A1 and #87A148 with #A18748 are triadic colors.