COLOR #A48452

HEX: #A48452
RGB: (164,132,82)

Color info

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

RGB color model

#A48452 color RGB value is (164,132,82).

  • red value is 164;
  • green value is 132;
  • blue value is 82.
RGB:
(164,132,82)
(64%,52%,32%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 82 of 255 = 32%

164
132
82

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 82 = 378 (100%)
R 164 of 378 ~ 43.39%
G 132 of 378 ~ 34.92%
B 82 of 378 ~ 21.69%

%43.39
%34.92
%21.69

CMYK color model

#A48452 color CMYK value is (0,20,50,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 50.00%
  • key color value is 35.69%
CMYK:
(0,20,50,36)
C0M20Y50K36 
(0%,20%,50%,36%)
(0.00/0.20/0.50/0.36)	

CMYK percentages

%0
%19.51
%50
%35.69

Codes

Color #A48452 in popluar color models

A48452
RGB16413282
HSL37°33.33%48.24%
HSB/HSV37°50.00%64.31%
CMYK0.00%19.51%50.00%
35.69%

Color #A48452 in popluar number systems.

HEXA48452
Decimal16413282
Binary10100100100001001010010
Octal244204122

Shades and tints

Shades of #A48452

#A48452
(164,132,82)
#96784B
(150,120,75)
#886C44
(136,108,68)
#7A603D
(122,96,61)
#6C5436
(108,84,54)
#5E482F
(94,72,47)
#503C28
(80,60,40)
#423021
(66,48,33)
#34241A
(52,36,26)
#261813
(38,24,19)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #A48452

#A48452
(164,132,82)
#AC8F61
(172,143,97)
#B49A70
(180,154,112)
#BCA57F
(188,165,127)
#C4B08E
(196,176,142)
#CCBB9D
(204,187,157)
#D4C6AC
(212,198,172)
#DCD1BB
(220,209,187)
#E4DCCA
(228,220,202)
#ECE7D9
(236,231,217)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48452; }

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

This text font color is #A48452.


Background Color

.myBgColor { background-color: #A48452; }

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

This div background color is #A48452.


Border color

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

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

This div border color is #A48452.


Opacity

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

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

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

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

This text has shadow with #A48452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48452 on black background.


Color preview on white background

This text has color #A48452 on white background.



Black color preview on #A48452 background

This text has black color on #A48452 background.


White color preview on #A48452 background

This text has white color on #A48452 background.