COLOR #A35860

HEX: #A35860
RGB: (163,88,96)

Color info

#A35860 contains mainly red color. Web safe color of #A35860 is #996666 (or #966).

RGB color model

#A35860 color RGB value is (163,88,96).

  • red value is 163;
  • green value is 88;
  • blue value is 96.
RGB:
(163,88,96)
(64%,35%,38%)

RGB channels and saturation

R 163 of 255 = 64%
G 88 of 255 = 35%
B 96 of 255 = 38%

163
88
96

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

Portions of RGB colors in percentages

R + G + B =
163 + 88 + 96 = 347 (100%)
R 163 of 347 ~ 46.97%
G 88 of 347 ~ 25.36%
B 96 of 347 ~ 27.67%

%46.97
%25.36
%27.67

CMYK color model

#A35860 color CMYK value is (0,46,41,36).

  • cyan value is 0.00%
  • magenta value is 46.01%
  • yellow value is 41.10%
  • key color value is 36.08%
CMYK:
(0,46,41,36)
C0M46Y41K36 
(0%,46%,41%,36%)
(0.00/0.46/0.41/0.36)	

CMYK percentages

%0
%46.01
%41.1
%36.08

Codes

Color #A35860 in popluar color models

A35860
RGB1638896
HSL354°29.88%49.22%
HSB/HSV354°46.01%63.92%
CMYK0.00%46.01%41.10%
36.08%

Color #A35860 in popluar number systems.

HEXA35860
Decimal1638896
Binary1010001110110001100000
Octal243130140

Shades and tints

Shades of #A35860

#A35860
(163,88,96)
#955058
(149,80,88)
#874850
(135,72,80)
#794048
(121,64,72)
#6B3840
(107,56,64)
#5D3038
(93,48,56)
#4F2830
(79,40,48)
#412028
(65,32,40)
#331820
(51,24,32)
#251018
(37,16,24)
#170810
(23,8,16)
#000000
(0,0,0)

Tints of #A35860

#A35860
(163,88,96)
#AB676E
(171,103,110)
#B3767C
(179,118,124)
#BB858A
(187,133,138)
#C39498
(195,148,152)
#CBA3A6
(203,163,166)
#D3B2B4
(211,178,180)
#DBC1C2
(219,193,194)
#E3D0D0
(227,208,208)
#EBDFDE
(235,223,222)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35860; }

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

This text font color is #A35860.


Background Color

.myBgColor { background-color: #A35860; }

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

This div background color is #A35860.


Border color

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

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

This div border color is #A35860.


Opacity

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

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

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

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

This text has shadow with #A35860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35860 on black background.


Color preview on white background

This text has color #A35860 on white background.



Black color preview on #A35860 background

This text has black color on #A35860 background.


White color preview on #A35860 background

This text has white color on #A35860 background.