COLOR #A48559

HEX: #A48559
RGB: (164,133,89)

Color info

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

RGB color model

#A48559 color RGB value is (164,133,89).

  • red value is 164;
  • green value is 133;
  • blue value is 89.
RGB:
(164,133,89)
(64%,52%,35%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 89 of 255 = 35%

164
133
89

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 89 = 386 (100%)
R 164 of 386 ~ 42.49%
G 133 of 386 ~ 34.46%
B 89 of 386 ~ 23.06%

%42.49
%34.46
%23.06

CMYK color model

#A48559 color CMYK value is (0,19,46,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 45.73%
  • key color value is 35.69%
CMYK:
(0,19,46,36)
C0M19Y46K36 
(0%,19%,46%,36%)
(0.00/0.19/0.46/0.36)	

CMYK percentages

%0
%18.9
%45.73
%35.69

Codes

Color #A48559 in popluar color models

A48559
RGB16413389
HSL35°29.64%49.61%
HSB/HSV35°45.73%64.31%
CMYK0.00%18.90%45.73%
35.69%

Color #A48559 in popluar number systems.

HEXA48559
Decimal16413389
Binary10100100100001011011001
Octal244205131

Shades and tints

Shades of #A48559

#A48559
(164,133,89)
#967951
(150,121,81)
#886D49
(136,109,73)
#7A6141
(122,97,65)
#6C5539
(108,85,57)
#5E4931
(94,73,49)
#503D29
(80,61,41)
#423121
(66,49,33)
#342519
(52,37,25)
#261911
(38,25,17)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #A48559

#A48559
(164,133,89)
#AC9068
(172,144,104)
#B49B77
(180,155,119)
#BCA686
(188,166,134)
#C4B195
(196,177,149)
#CCBCA4
(204,188,164)
#D4C7B3
(212,199,179)
#DCD2C2
(220,210,194)
#E4DDD1
(228,221,209)
#ECE8E0
(236,232,224)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48559 color. Also use rgb(164,133,89) instead hex code.

Text Font Color

.myTextColor { color: #A48559; }

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

This text font color is #A48559.


Background Color

.myBgColor { background-color: #A48559; }

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

This div background color is #A48559.


Border color

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

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

This div border color is #A48559.


Opacity

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

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

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

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

This text has shadow with #A48559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48559 on black background.


Color preview on white background

This text has color #A48559 on white background.



Black color preview on #A48559 background

This text has black color on #A48559 background.


White color preview on #A48559 background

This text has white color on #A48559 background.