COLOR #A48C13

HEX: #A48C13 RGB: (164,140,19)

Color info

#A48C13 contains mainly red and green colors. Web safe color of #A48C13 is #999900 (or #990).

RGB color model

#A48C13 color RGB value is (164,140,19).

RGB: (164,140,19) (64%, 55%, 7%)

RGB channels and saturation

R 164 of 255 = 64%
G 140 of 255 = 55%
B 19 of 255 = 7%

164
140
19

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

Portions of RGB colors in percentages

R + G + B = 164 + 140 + 19 = 323 (100%)
R 164 of 323 ~ 50.77%
G 140 of 323 ~ 43.34%
B 19 of 323 ~ 5.88'%

%50.77
%43.34

CMYK color model

#A48C13 color CMYK value is (0,15,88,36).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 88.41%
  • key color value is 35.69%

CMYK: (0,15,88,36)
C0M15Y88K36 (0%, 15%, 88%, 36%)
(0.00 / 0.15 / 0.88 / 0.36)

CMYK percentages

%0
%14.63
%88.41
%35.69

Codes

Color #A48C13 in popluar color models

A4 8C 13
RGB 164 140 19
HSL 50° 79.23% 35.88%
HSB/HSV 50° 88.41% 64.31%
CMYK 0.00% 14.63% 88.41%
35.69%

Color #A48C13 in popluar number systems.

HEX A4 8C 13
Decimal 164 140 19
Binary 10100100 10001100 10011
Octal 244 214 23

Shades and tints

Shades of #A48C13

#A48C13
(164,140,19)
#968012
(150,128,18)
#887411
(136,116,17)
#7A6810
(122,104,16)
#6C5C0F
(108,92,15)
#5E500E
(94,80,14)
#50440D
(80,68,13)
#42380C
(66,56,12)
#342C0B
(52,44,11)
#26200A
(38,32,10)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #A48C13

#A48C13
(164,140,19)
#AC9628
(172,150,40)
#B4A03D
(180,160,61)
#BCAA52
(188,170,82)
#C4B467
(196,180,103)
#CCBE7C
(204,190,124)
#D4C891
(212,200,145)
#DCD2A6
(220,210,166)
#E4DCBB
(228,220,187)
#ECE6D0
(236,230,208)
#F4F0E5
(244,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48C13 color. Also use rgb(164,140,19) instead hex code.

Text Font Color

.myTextColor { color: #A48C13; }

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

This text font color is #A48C13.

Background Color

.myBgColor { background-color: #A48C13; }

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

This div background color is #A48C13.

Border color

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

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

This div border color is #A48C13.

Opacity

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

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

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

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

This text has shadow with #A48C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48C13.

Preview

Color preview on black background

This text has color #A48C13 on black background.


Color preview on white background

This text has color #A48C13 on white background.


Black color preview on #A48C13 background

This text has black color on #A48C13 background.


White color preview on #A48C13 background

This text has white color on #A48C13 background.


Related colors

Complementary color

Complementary color for #hex is #5B73EC.


I love getcolorcode.com

Triadic colors

1 #13A48C and #8C13A4 with #A48C13 are triadic colors.

2 #138CA4 and #8CA413 with #A48C13 are triadic colors.