COLOR #A48468

HEX: #A48468
RGB: (164,132,104)

Color info

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

RGB color model

#A48468 color RGB value is (164,132,104).

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

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 104 of 255 = 41%

164
132
104

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 104 = 400 (100%)
R 164 of 400 ~ 41%
G 132 of 400 ~ 33%
B 104 of 400 ~ 26%

%41
%33
%26

CMYK color model

#A48468 color CMYK value is (0,20,37,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(0,20,37,36)
C0M20Y37K36 
(0%,20%,37%,36%)
(0.00/0.20/0.37/0.36)	

CMYK percentages

%0
%19.51
%36.59
%35.69

Codes

Color #A48468 in popluar color models

A48468
RGB164132104
HSL28°24.79%52.55%
HSB/HSV28°36.59%64.31%
CMYK0.00%19.51%36.59%
35.69%

Color #A48468 in popluar number systems.

HEXA48468
Decimal164132104
Binary10100100100001001101000
Octal244204150

Shades and tints

Shades of #A48468

#A48468
(164,132,104)
#96785F
(150,120,95)
#886C56
(136,108,86)
#7A604D
(122,96,77)
#6C5444
(108,84,68)
#5E483B
(94,72,59)
#503C32
(80,60,50)
#423029
(66,48,41)
#342420
(52,36,32)
#261817
(38,24,23)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #A48468

#A48468
(164,132,104)
#AC8F75
(172,143,117)
#B49A82
(180,154,130)
#BCA58F
(188,165,143)
#C4B09C
(196,176,156)
#CCBBA9
(204,187,169)
#D4C6B6
(212,198,182)
#DCD1C3
(220,209,195)
#E4DCD0
(228,220,208)
#ECE7DD
(236,231,221)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48468; }

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

This text font color is #A48468.


Background Color

.myBgColor { background-color: #A48468; }

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

This div background color is #A48468.


Border color

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

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

This div border color is #A48468.


Opacity

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

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

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

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

This text has shadow with #A48468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48468 on black background.


Color preview on white background

This text has color #A48468 on white background.



Black color preview on #A48468 background

This text has black color on #A48468 background.


White color preview on #A48468 background

This text has white color on #A48468 background.