COLOR #A48450

HEX: #A48450 RGB: (164,132,80)

Color info

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

RGB color model

#A48450 color RGB value is (164,132,80).

RGB: (164,132,80) (64%, 52%, 31%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 80 of 255 = 31%

164
132
80

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

Portions of RGB colors in percentages

R + G + B = 164 + 132 + 80 = 376 (100%)
R 164 of 376 ~ 43.62%
G 132 of 376 ~ 35.11%
B 80 of 376 ~ 21.28'%

%43.62
%35.11
%21.28

CMYK color model

#A48450 color CMYK value is (0,20,51,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 51.22%
  • key color value is 35.69%

CMYK: (0,20,51,36)
C0M20Y51K36 (0%, 20%, 51%, 36%)
(0.00 / 0.20 / 0.51 / 0.36)

CMYK percentages

%0
%19.51
%51.22
%35.69

Codes

Color #A48450 in popluar color models

A4 84 50
RGB 164 132 80
HSL 37° 34.43% 47.84%
HSB/HSV 37° 51.22% 64.31%
CMYK 0.00% 19.51% 51.22%
35.69%

Color #A48450 in popluar number systems.

HEX A4 84 50
Decimal 164 132 80
Binary 10100100 10000100 1010000
Octal 244 204 120

Shades and tints

Shades of #A48450

#A48450
(164,132,80)
#967849
(150,120,73)
#886C42
(136,108,66)
#7A603B
(122,96,59)
#6C5434
(108,84,52)
#5E482D
(94,72,45)
#503C26
(80,60,38)
#42301F
(66,48,31)
#342418
(52,36,24)
#261811
(38,24,17)
#180C0A
(24,12,10)
#000000
(0,0,0)

Tints of #A48450

#A48450
(164,132,80)
#AC8F5F
(172,143,95)
#B49A6E
(180,154,110)
#BCA57D
(188,165,125)
#C4B08C
(196,176,140)
#CCBB9B
(204,187,155)
#D4C6AA
(212,198,170)
#DCD1B9
(220,209,185)
#E4DCC8
(228,220,200)
#ECE7D7
(236,231,215)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48450 color. Also use rgb(164,132,80) instead hex code.

Text Font Color

.myTextColor { color: #A48450; }

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

This text font color is #A48450.

Background Color

.myBgColor { background-color: #A48450; }

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

This div background color is #A48450.

Border color

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

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

This div border color is #A48450.

Opacity

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

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

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

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

This text has shadow with #A48450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48450.

Preview

Color preview on black background

This text has color #A48450 on black background.


Color preview on white background

This text has color #A48450 on white background.


Black color preview on #A48450 background

This text has black color on #A48450 background.


White color preview on #A48450 background

This text has white color on #A48450 background.


Related colors

Complementary color

Complementary color for #hex is #5B7BAF.


I love getcolorcode.com

Triadic colors

1 #50A484 and #8450A4 with #A48450 are triadic colors.

2 #5084A4 and #84A450 with #A48450 are triadic colors.