COLOR #A48285

HEX: #A48285
RGB: (164,130,133)

Color info

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

RGB color model

#A48285 color RGB value is (164,130,133).

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

RGB channels and saturation

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

164
130
133

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

Portions of RGB colors in percentages

R + G + B =
164 + 130 + 133 = 427 (100%)
R 164 of 427 ~ 38.41%
G 130 of 427 ~ 30.44%
B 133 of 427 ~ 31.15%

%38.41
%30.44
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(0,21,19,36)
C0M21Y19K36 
(0%,21%,19%,36%)
(0.00/0.21/0.19/0.36)	

CMYK percentages

%0
%20.73
%18.9
%35.69

Codes

Color #A48285 in popluar color models

A48285
RGB164130133
HSL355°15.74%57.65%
HSB/HSV355°20.73%64.31%
CMYK0.00%20.73%18.90%
35.69%

Color #A48285 in popluar number systems.

HEXA48285
Decimal164130133
Binary101001001000001010000101
Octal244202205

Shades and tints

Shades of #A48285

#A48285
(164,130,133)
#967779
(150,119,121)
#886C6D
(136,108,109)
#7A6161
(122,97,97)
#6C5655
(108,86,85)
#5E4B49
(94,75,73)
#50403D
(80,64,61)
#423531
(66,53,49)
#342A25
(52,42,37)
#261F19
(38,31,25)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #A48285

#A48285
(164,130,133)
#AC8D90
(172,141,144)
#B4989B
(180,152,155)
#BCA3A6
(188,163,166)
#C4AEB1
(196,174,177)
#CCB9BC
(204,185,188)
#D4C4C7
(212,196,199)
#DCCFD2
(220,207,210)
#E4DADD
(228,218,221)
#ECE5E8
(236,229,232)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48285; }

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

This text font color is #A48285.


Background Color

.myBgColor { background-color: #A48285; }

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

This div background color is #A48285.


Border color

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

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

This div border color is #A48285.


Opacity

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

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

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

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

This text has shadow with #A48285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48285 on black background.


Color preview on white background

This text has color #A48285 on white background.



Black color preview on #A48285 background

This text has black color on #A48285 background.


White color preview on #A48285 background

This text has white color on #A48285 background.