COLOR #A48583

HEX: #A48583
RGB: (164,133,131)

Color info

#A48583 contains red, green and blue colors in about the same proportion. Web safe color of #A48583 is #999999 (or #999).

RGB color model

#A48583 color RGB value is (164,133,131).

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

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 131 of 255 = 51%

164
133
131

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 131 = 428 (100%)
R 164 of 428 ~ 38.32%
G 133 of 428 ~ 31.07%
B 131 of 428 ~ 30.61%

%38.32
%31.07
%30.61

CMYK color model

#A48583 color CMYK value is (0,19,20,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 20.12%
  • key color value is 35.69%
CMYK:
(0,19,20,36)
C0M19Y20K36 
(0%,19%,20%,36%)
(0.00/0.19/0.20/0.36)	

CMYK percentages

%0
%18.9
%20.12
%35.69

Codes

Color #A48583 in popluar color models

A48583
RGB164133131
HSL15.35%57.84%
HSB/HSV20.12%64.31%
CMYK0.00%18.90%20.12%
35.69%

Color #A48583 in popluar number systems.

HEXA48583
Decimal164133131
Binary101001001000010110000011
Octal244205203

Shades and tints

Shades of #A48583

#A48583
(164,133,131)
#967978
(150,121,120)
#886D6D
(136,109,109)
#7A6162
(122,97,98)
#6C5557
(108,85,87)
#5E494C
(94,73,76)
#503D41
(80,61,65)
#423136
(66,49,54)
#34252B
(52,37,43)
#261920
(38,25,32)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #A48583

#A48583
(164,133,131)
#AC908E
(172,144,142)
#B49B99
(180,155,153)
#BCA6A4
(188,166,164)
#C4B1AF
(196,177,175)
#CCBCBA
(204,188,186)
#D4C7C5
(212,199,197)
#DCD2D0
(220,210,208)
#E4DDDB
(228,221,219)
#ECE8E6
(236,232,230)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48583; }

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

This text font color is #A48583.


Background Color

.myBgColor { background-color: #A48583; }

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

This div background color is #A48583.


Border color

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

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

This div border color is #A48583.


Opacity

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

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

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

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

This text has shadow with #A48583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48583 on black background.


Color preview on white background

This text has color #A48583 on white background.



Black color preview on #A48583 background

This text has black color on #A48583 background.


White color preview on #A48583 background

This text has white color on #A48583 background.