COLOR #A38585

HEX: #A38585
RGB: (163,133,133)

Color info

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

RGB color model

#A38585 color RGB value is (163,133,133).

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

RGB channels and saturation

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

163
133
133

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 133 = 429 (100%)
R 163 of 429 ~ 38%
G 133 of 429 ~ 31%
B 133 of 429 ~ 31%

%38
%31
%31

CMYK color model

#A38585 color CMYK value is (0,18,18,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 18.40%
  • key color value is 36.08%
CMYK:
(0,18,18,36)
C0M18Y18K36 
(0%,18%,18%,36%)
(0.00/0.18/0.18/0.36)	

CMYK percentages

%0
%18.4
%18.4
%36.08

Codes

Color #A38585 in popluar color models

A38585
RGB163133133
HSL14.02%58.04%
HSB/HSV18.40%63.92%
CMYK0.00%18.40%18.40%
36.08%

Color #A38585 in popluar number systems.

HEXA38585
Decimal163133133
Binary101000111000010110000101
Octal243205205

Shades and tints

Shades of #A38585

#A38585
(163,133,133)
#957979
(149,121,121)
#876D6D
(135,109,109)
#796161
(121,97,97)
#6B5555
(107,85,85)
#5D4949
(93,73,73)
#4F3D3D
(79,61,61)
#413131
(65,49,49)
#332525
(51,37,37)
#251919
(37,25,25)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A38585

#A38585
(163,133,133)
#AB9090
(171,144,144)
#B39B9B
(179,155,155)
#BBA6A6
(187,166,166)
#C3B1B1
(195,177,177)
#CBBCBC
(203,188,188)
#D3C7C7
(211,199,199)
#DBD2D2
(219,210,210)
#E3DDDD
(227,221,221)
#EBE8E8
(235,232,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38585; }

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

This text font color is #A38585.


Background Color

.myBgColor { background-color: #A38585; }

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

This div background color is #A38585.


Border color

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

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

This div border color is #A38585.


Opacity

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

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

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

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

This text has shadow with #A38585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38585 on black background.


Color preview on white background

This text has color #A38585 on white background.



Black color preview on #A38585 background

This text has black color on #A38585 background.


White color preview on #A38585 background

This text has white color on #A38585 background.