COLOR #A48A5B

HEX: #A48A5B RGB: (164,138,91)

Color info

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

RGB color model

#A48A5B color RGB value is (164,138,91).

RGB: (164,138,91) (64%, 54%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 91 of 255 = 36%

164
138
91

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

Portions of RGB colors in percentages

R + G + B = 164 + 138 + 91 = 393 (100%)
R 164 of 393 ~ 41.73%
G 138 of 393 ~ 35.11%
B 91 of 393 ~ 23.16'%

%41.73
%35.11
%23.16

CMYK color model

#A48A5B color CMYK value is (0,16,45,36).

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

CMYK: (0,16,45,36)
C0M16Y45K36 (0%, 16%, 45%, 36%)
(0.00 / 0.16 / 0.45 / 0.36)

CMYK percentages

%0
%15.85
%44.51
%35.69

Codes

Color #A48A5B in popluar color models

A4 8A 5B
RGB 164 138 91
HSL 39° 28.63% 50.00%
HSB/HSV 39° 44.51% 64.31%
CMYK 0.00% 15.85% 44.51%
35.69%

Color #A48A5B in popluar number systems.

HEX A4 8A 5B
Decimal 164 138 91
Binary 10100100 10001010 1011011
Octal 244 212 133

Shades and tints

Shades of #A48A5B

#A48A5B
(164,138,91)
#967E53
(150,126,83)
#88724B
(136,114,75)
#7A6643
(122,102,67)
#6C5A3B
(108,90,59)
#5E4E33
(94,78,51)
#50422B
(80,66,43)
#423623
(66,54,35)
#342A1B
(52,42,27)
#261E13
(38,30,19)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #A48A5B

#A48A5B
(164,138,91)
#AC9469
(172,148,105)
#B49E77
(180,158,119)
#BCA885
(188,168,133)
#C4B293
(196,178,147)
#CCBCA1
(204,188,161)
#D4C6AF
(212,198,175)
#DCD0BD
(220,208,189)
#E4DACB
(228,218,203)
#ECE4D9
(236,228,217)
#F4EEE7
(244,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48A5B; }

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

This text font color is #A48A5B.

Background Color

.myBgColor { background-color: #A48A5B; }

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

This div background color is #A48A5B.

Border color

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

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

This div border color is #A48A5B.

Opacity

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

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

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

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

This text has shadow with #A48A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48A5B.

Preview

Color preview on black background

This text has color #A48A5B on black background.


Color preview on white background

This text has color #A48A5B on white background.


Black color preview on #A48A5B background

This text has black color on #A48A5B background.


White color preview on #A48A5B background

This text has white color on #A48A5B background.


Related colors

Complementary color

Complementary color for #hex is #5B75A4.


I love getcolorcode.com

Triadic colors

1 #5BA48A and #8A5BA4 with #A48A5B are triadic colors.

2 #5B8AA4 and #8AA45B with #A48A5B are triadic colors.