COLOR #A48E63

HEX: #A48E63 RGB: (164,142,99)

Color info

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

RGB color model

#A48E63 color RGB value is (164,142,99).

RGB: (164,142,99) (64%, 56%, 39%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 99 of 255 = 39%

164
142
99

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

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 99 = 405 (100%)
R 164 of 405 ~ 40.49%
G 142 of 405 ~ 35.06%
B 99 of 405 ~ 24.44'%

%40.49
%35.06
%24.44

CMYK color model

#A48E63 color CMYK value is (0,13,40,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 39.63%
  • key color value is 35.69%

CMYK: (0,13,40,36)
C0M13Y40K36 (0%, 13%, 40%, 36%)
(0.00 / 0.13 / 0.40 / 0.36)

CMYK percentages

%0
%13.41
%39.63
%35.69

Codes

Color #A48E63 in popluar color models

A4 8E 63
RGB 164 142 99
HSL 40° 26.32% 51.57%
HSB/HSV 40° 39.63% 64.31%
CMYK 0.00% 13.41% 39.63%
35.69%

Color #A48E63 in popluar number systems.

HEX A4 8E 63
Decimal 164 142 99
Binary 10100100 10001110 1100011
Octal 244 216 143

Shades and tints

Shades of #A48E63

#A48E63
(164,142,99)
#96825A
(150,130,90)
#887651
(136,118,81)
#7A6A48
(122,106,72)
#6C5E3F
(108,94,63)
#5E5236
(94,82,54)
#50462D
(80,70,45)
#423A24
(66,58,36)
#342E1B
(52,46,27)
#262212
(38,34,18)
#181609
(24,22,9)
#000000
(0,0,0)

Tints of #A48E63

#A48E63
(164,142,99)
#AC9871
(172,152,113)
#B4A27F
(180,162,127)
#BCAC8D
(188,172,141)
#C4B69B
(196,182,155)
#CCC0A9
(204,192,169)
#D4CAB7
(212,202,183)
#DCD4C5
(220,212,197)
#E4DED3
(228,222,211)
#ECE8E1
(236,232,225)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48E63 color. Also use rgb(164,142,99) instead hex code.

Text Font Color

.myTextColor { color: #A48E63; }

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

This text font color is #A48E63.

Background Color

.myBgColor { background-color: #A48E63; }

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

This div background color is #A48E63.

Border color

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

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

This div border color is #A48E63.

Opacity

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

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

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

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

This text has shadow with #A48E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48E63.

Preview

Color preview on black background

This text has color #A48E63 on black background.


Color preview on white background

This text has color #A48E63 on white background.


Black color preview on #A48E63 background

This text has black color on #A48E63 background.


White color preview on #A48E63 background

This text has white color on #A48E63 background.


Related colors

Complementary color

Complementary color for #hex is #5B719C.


I love getcolorcode.com

Triadic colors

1 #63A48E and #8E63A4 with #A48E63 are triadic colors.

2 #638EA4 and #8EA463 with #A48E63 are triadic colors.