COLOR #A48251

HEX: #A48251 RGB: (164,130,81)

Color info

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

RGB color model

#A48251 color RGB value is (164,130,81).

RGB: (164,130,81) (64%, 51%, 32%)

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 81 of 255 = 32%

164
130
81

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

Portions of RGB colors in percentages

R + G + B = 164 + 130 + 81 = 375 (100%)
R 164 of 375 ~ 43.73%
G 130 of 375 ~ 34.67%
B 81 of 375 ~ 21.6'%

%43.73
%34.67
%21.6

CMYK color model

#A48251 color CMYK value is (0,21,51,36).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 50.61%
  • key color value is 35.69%
CMYK: (0,21,51,36) C0M21Y51K36 (0%,21%,51%,36%) (0.00/0.21/0.51/0.36) 

CMYK percentages

%0
%20.73
%50.61
%35.69

Codes

Color #A48251 in popluar color models

A4 82 51
RGB 164 130 81
HSL 35° 33.88% 48.04%
HSB/HSV 35° 50.61% 64.31%
CMYK 0.00% 20.73% 50.61%
35.69%

Color #A48251 in popluar number systems.

HEX A4 82 51
Decimal 164 130 81
Binary 10100100 10000010 1010001
Octal 244 202 121

Shades and tints

Shades of #A48251

#A48251
(164,130,81)
#96774A
(150,119,74)
#886C43
(136,108,67)
#7A613C
(122,97,60)
#6C5635
(108,86,53)
#5E4B2E
(94,75,46)
#504027
(80,64,39)
#423520
(66,53,32)
#342A19
(52,42,25)
#261F12
(38,31,18)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #A48251

#A48251
(164,130,81)
#AC8D60
(172,141,96)
#B4986F
(180,152,111)
#BCA37E
(188,163,126)
#C4AE8D
(196,174,141)
#CCB99C
(204,185,156)
#D4C4AB
(212,196,171)
#DCCFBA
(220,207,186)
#E4DAC9
(228,218,201)
#ECE5D8
(236,229,216)
#F4F0E7
(244,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48251 color. Also use rgb(164,130,81) instead hex code.

Text Font Color

.myTextColor { color: #A48251; }

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

This text font color is #A48251.

Background Color

.myBgColor { background-color: #A48251; }

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

This div background color is #A48251.

Border color

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

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

This div border color is #A48251.

Opacity

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

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

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

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

This text has shadow with #A48251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48251.

Preview

Color preview on black background

This text has color #A48251 on black background.


Color preview on white background

This text has color #A48251 on white background.


Black color preview on #A48251 background

This text has black color on #A48251 background.


White color preview on #A48251 background

This text has white color on #A48251 background.


Related colors

Complementary color

Complementary color for #hex is #5B7DAE.


I love getcolorcode.com

Triadic colors

1 #51A482 and #8251A4 with #A48251 are triadic colors.

2 #5182A4 and #82A451 with #A48251 are triadic colors.