COLOR #A48281

HEX: #A48281
RGB: (164,130,129)

Color info

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

RGB color model

#A48281 color RGB value is (164,130,129).

  • red value is 164;
  • green value is 130;
  • blue value is 129.
RGB:
(164,130,129)
(64%,51%,51%)

RGB channels and saturation

R 164 of 255 = 64%
G 130 of 255 = 51%
B 129 of 255 = 51%

164
130
129

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

Portions of RGB colors in percentages

R + G + B =
164 + 130 + 129 = 423 (100%)
R 164 of 423 ~ 38.77%
G 130 of 423 ~ 30.73%
B 129 of 423 ~ 30.5%

%38.77
%30.73
%30.5

CMYK color model

#A48281 color CMYK value is (0,21,21,36).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK:
(0,21,21,36)
C0M21Y21K36 
(0%,21%,21%,36%)
(0.00/0.21/0.21/0.36)	

CMYK percentages

%0
%20.73
%21.34
%35.69

Codes

Color #A48281 in popluar color models

A48281
RGB164130129
HSL16.13%57.45%
HSB/HSV21.34%64.31%
CMYK0.00%20.73%21.34%
35.69%

Color #A48281 in popluar number systems.

HEXA48281
Decimal164130129
Binary101001001000001010000001
Octal244202201

Shades and tints

Shades of #A48281

#A48281
(164,130,129)
#967776
(150,119,118)
#886C6B
(136,108,107)
#7A6160
(122,97,96)
#6C5655
(108,86,85)
#5E4B4A
(94,75,74)
#50403F
(80,64,63)
#423534
(66,53,52)
#342A29
(52,42,41)
#261F1E
(38,31,30)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A48281

#A48281
(164,130,129)
#AC8D8C
(172,141,140)
#B49897
(180,152,151)
#BCA3A2
(188,163,162)
#C4AEAD
(196,174,173)
#CCB9B8
(204,185,184)
#D4C4C3
(212,196,195)
#DCCFCE
(220,207,206)
#E4DAD9
(228,218,217)
#ECE5E4
(236,229,228)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48281 color. Also use rgb(164,130,129) instead hex code.

Text Font Color

.myTextColor { color: #A48281; }

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

This text font color is #A48281.


Background Color

.myBgColor { background-color: #A48281; }

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

This div background color is #A48281.


Border color

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

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

This div border color is #A48281.


Opacity

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

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

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

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

This text has shadow with #A48281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48281 on black background.


Color preview on white background

This text has color #A48281 on white background.



Black color preview on #A48281 background

This text has black color on #A48281 background.


White color preview on #A48281 background

This text has white color on #A48281 background.