COLOR #A48E66

HEX: #A48E66 RGB: (164,142,102)

Color info

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

RGB color model

#A48E66 color RGB value is (164,142,102).

RGB: (164,142,102) (64%, 56%, 40%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 102 of 255 = 40%

164
142
102

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

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 102 = 408 (100%)
R 164 of 408 ~ 40.2%
G 142 of 408 ~ 34.8%
B 102 of 408 ~ 25'%

%40.2
%34.8
%25

CMYK color model

#A48E66 color CMYK value is (0,13,38,36).

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

CMYK: (0,13,38,36)
C0M13Y38K36 (0%, 13%, 38%, 36%)
(0.00 / 0.13 / 0.38 / 0.36)

CMYK percentages

%0
%13.41
%37.8
%35.69

Codes

Color #A48E66 in popluar color models

A4 8E 66
RGB 164 142 102
HSL 39° 25.41% 52.16%
HSB/HSV 39° 37.80% 64.31%
CMYK 0.00% 13.41% 37.80%
35.69%

Color #A48E66 in popluar number systems.

HEX A4 8E 66
Decimal 164 142 102
Binary 10100100 10001110 1100110
Octal 244 216 146

Shades and tints

Shades of #A48E66

#A48E66
(164,142,102)
#96825D
(150,130,93)
#887654
(136,118,84)
#7A6A4B
(122,106,75)
#6C5E42
(108,94,66)
#5E5239
(94,82,57)
#504630
(80,70,48)
#423A27
(66,58,39)
#342E1E
(52,46,30)
#262215
(38,34,21)
#18160C
(24,22,12)
#000000
(0,0,0)

Tints of #A48E66

#A48E66
(164,142,102)
#AC9873
(172,152,115)
#B4A280
(180,162,128)
#BCAC8D
(188,172,141)
#C4B69A
(196,182,154)
#CCC0A7
(204,192,167)
#D4CAB4
(212,202,180)
#DCD4C1
(220,212,193)
#E4DECE
(228,222,206)
#ECE8DB
(236,232,219)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E66; }

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

This text font color is #A48E66.

Background Color

.myBgColor { background-color: #A48E66; }

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

This div background color is #A48E66.

Border color

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

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

This div border color is #A48E66.

Opacity

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

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

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

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

This text has shadow with #A48E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48E66.

Preview

Color preview on black background

This text has color #A48E66 on black background.


Color preview on white background

This text has color #A48E66 on white background.


Black color preview on #A48E66 background

This text has black color on #A48E66 background.


White color preview on #A48E66 background

This text has white color on #A48E66 background.


Related colors

Complementary color

Complementary color for #hex is #5B7199.


I love getcolorcode.com

Triadic colors

1 #66A48E and #8E66A4 with #A48E66 are triadic colors.

2 #668EA4 and #8EA466 with #A48E66 are triadic colors.