COLOR #A48A3D

HEX: #A48A3D
RGB: (164,138,61)

Color info

#A48A3D contains mainly red and green colors. Web safe color of #A48A3D is #999933 (or #993).

RGB color model

#A48A3D color RGB value is (164,138,61).

  • red value is 164;
  • green value is 138;
  • blue value is 61.
RGB:
(164,138,61)
(64%,54%,24%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 61 of 255 = 24%

164
138
61

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

Portions of RGB colors in percentages

R + G + B =
164 + 138 + 61 = 363 (100%)
R 164 of 363 ~ 45.18%
G 138 of 363 ~ 38.02%
B 61 of 363 ~ 16.8%

%45.18
%38.02
%16.8

CMYK color model

#A48A3D color CMYK value is (0,16,63,36).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 62.80%
  • key color value is 35.69%
CMYK:
(0,16,63,36)
C0M16Y63K36 
(0%,16%,63%,36%)
(0.00/0.16/0.63/0.36)	

CMYK percentages

%0
%15.85
%62.8
%35.69

Codes

Color #A48A3D in popluar color models

A48A3D
RGB16413861
HSL45°45.78%44.12%
HSB/HSV45°62.80%64.31%
CMYK0.00%15.85%62.80%
35.69%

Color #A48A3D in popluar number systems.

HEXA48A3D
Decimal16413861
Binary1010010010001010111101
Octal24421275

Shades and tints

Shades of #A48A3D

#A48A3D
(164,138,61)
#967E38
(150,126,56)
#887233
(136,114,51)
#7A662E
(122,102,46)
#6C5A29
(108,90,41)
#5E4E24
(94,78,36)
#50421F
(80,66,31)
#42361A
(66,54,26)
#342A15
(52,42,21)
#261E10
(38,30,16)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #A48A3D

#A48A3D
(164,138,61)
#AC944E
(172,148,78)
#B49E5F
(180,158,95)
#BCA870
(188,168,112)
#C4B281
(196,178,129)
#CCBC92
(204,188,146)
#D4C6A3
(212,198,163)
#DCD0B4
(220,208,180)
#E4DAC5
(228,218,197)
#ECE4D6
(236,228,214)
#F4EEE7
(244,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48A3D; }

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

This text font color is #A48A3D.


Background Color

.myBgColor { background-color: #A48A3D; }

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

This div background color is #A48A3D.


Border color

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

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

This div border color is #A48A3D.


Opacity

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

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

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

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

This text has shadow with #A48A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48A3D on black background.


Color preview on white background

This text has color #A48A3D on white background.



Black color preview on #A48A3D background

This text has black color on #A48A3D background.


White color preview on #A48A3D background

This text has white color on #A48A3D background.