COLOR #A48A6F

HEX: #A48A6F RGB: (164,138,111)

Color info

#A48A6F contains red, green and blue colors in about the same proportion. Web safe color of #A48A6F is #999966 (or #996).

RGB color model

#A48A6F color RGB value is (164,138,111).

RGB: (164,138,111) (64%, 54%, 44%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 111 of 255 = 44%

164
138
111

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

Portions of RGB colors in percentages

R + G + B = 164 + 138 + 111 = 413 (100%)
R 164 of 413 ~ 39.71%
G 138 of 413 ~ 33.41%
B 111 of 413 ~ 26.88'%

%39.71
%33.41
%26.88

CMYK color model

#A48A6F color CMYK value is (0,16,32,36).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 32.32%
  • key color value is 35.69%

CMYK: (0,16,32,36)
C0M16Y32K36 (0%, 16%, 32%, 36%)
(0.00 / 0.16 / 0.32 / 0.36)

CMYK percentages

%0
%15.85
%32.32
%35.69

Codes

Color #A48A6F in popluar color models

A4 8A 6F
RGB 164 138 111
HSL 31° 22.55% 53.92%
HSB/HSV 31° 32.32% 64.31%
CMYK 0.00% 15.85% 32.32%
35.69%

Color #A48A6F in popluar number systems.

HEX A4 8A 6F
Decimal 164 138 111
Binary 10100100 10001010 1101111
Octal 244 212 157

Shades and tints

Shades of #A48A6F

#A48A6F
(164,138,111)
#967E65
(150,126,101)
#88725B
(136,114,91)
#7A6651
(122,102,81)
#6C5A47
(108,90,71)
#5E4E3D
(94,78,61)
#504233
(80,66,51)
#423629
(66,54,41)
#342A1F
(52,42,31)
#261E15
(38,30,21)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #A48A6F

#A48A6F
(164,138,111)
#AC947C
(172,148,124)
#B49E89
(180,158,137)
#BCA896
(188,168,150)
#C4B2A3
(196,178,163)
#CCBCB0
(204,188,176)
#D4C6BD
(212,198,189)
#DCD0CA
(220,208,202)
#E4DAD7
(228,218,215)
#ECE4E4
(236,228,228)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48A6F color. Also use rgb(164,138,111) instead hex code.

Text Font Color

.myTextColor { color: #A48A6F; }

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

This text font color is #A48A6F.

Background Color

.myBgColor { background-color: #A48A6F; }

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

This div background color is #A48A6F.

Border color

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

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

This div border color is #A48A6F.

Opacity

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

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

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

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

This text has shadow with #A48A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48A6F.

Preview

Color preview on black background

This text has color #A48A6F on black background.


Color preview on white background

This text has color #A48A6F on white background.


Black color preview on #A48A6F background

This text has black color on #A48A6F background.


White color preview on #A48A6F background

This text has white color on #A48A6F background.


Related colors

Complementary color

Complementary color for #hex is #5B7590.


I love getcolorcode.com

Triadic colors

1 #6FA48A and #8A6FA4 with #A48A6F are triadic colors.

2 #6F8AA4 and #8AA46F with #A48A6F are triadic colors.