COLOR #A38484

HEX: #A38484
RGB: (163,132,132)

Color info

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

RGB color model

#A38484 color RGB value is (163,132,132).

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

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 132 of 255 = 52%

163
132
132

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

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 132 = 427 (100%)
R 163 of 427 ~ 38.17%
G 132 of 427 ~ 30.91%
B 132 of 427 ~ 30.91%

%38.17
%30.91
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(0,19,19,36)
C0M19Y19K36 
(0%,19%,19%,36%)
(0.00/0.19/0.19/0.36)	

CMYK percentages

%0
%19.02
%19.02
%36.08

Codes

Color #A38484 in popluar color models

A38484
RGB163132132
HSL14.42%57.84%
HSB/HSV19.02%63.92%
CMYK0.00%19.02%19.02%
36.08%

Color #A38484 in popluar number systems.

HEXA38484
Decimal163132132
Binary101000111000010010000100
Octal243204204

Shades and tints

Shades of #A38484

#A38484
(163,132,132)
#957878
(149,120,120)
#876C6C
(135,108,108)
#796060
(121,96,96)
#6B5454
(107,84,84)
#5D4848
(93,72,72)
#4F3C3C
(79,60,60)
#413030
(65,48,48)
#332424
(51,36,36)
#251818
(37,24,24)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #A38484

#A38484
(163,132,132)
#AB8F8F
(171,143,143)
#B39A9A
(179,154,154)
#BBA5A5
(187,165,165)
#C3B0B0
(195,176,176)
#CBBBBB
(203,187,187)
#D3C6C6
(211,198,198)
#DBD1D1
(219,209,209)
#E3DCDC
(227,220,220)
#EBE7E7
(235,231,231)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38484; }

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

This text font color is #A38484.


Background Color

.myBgColor { background-color: #A38484; }

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

This div background color is #A38484.


Border color

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

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

This div border color is #A38484.


Opacity

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

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

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

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

This text has shadow with #A38484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38484 on black background.


Color preview on white background

This text has color #A38484 on white background.



Black color preview on #A38484 background

This text has black color on #A38484 background.


White color preview on #A38484 background

This text has white color on #A38484 background.