COLOR #A35675

HEX: #A35675
RGB: (163,86,117)

Color info

#A35675 contains mainly red and blue colors. Web safe color of #A35675 is #996666 (or #966).

RGB color model

#A35675 color RGB value is (163,86,117).

  • red value is 163;
  • green value is 86;
  • blue value is 117.
RGB:
(163,86,117)
(64%,34%,46%)

RGB channels and saturation

R 163 of 255 = 64%
G 86 of 255 = 34%
B 117 of 255 = 46%

163
86
117

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

Portions of RGB colors in percentages

R + G + B =
163 + 86 + 117 = 366 (100%)
R 163 of 366 ~ 44.54%
G 86 of 366 ~ 23.5%
B 117 of 366 ~ 31.97%

%44.54
%23.5
%31.97

CMYK color model

#A35675 color CMYK value is (0,47,28,36).

  • cyan value is 0.00%
  • magenta value is 47.24%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(0,47,28,36)
C0M47Y28K36 
(0%,47%,28%,36%)
(0.00/0.47/0.28/0.36)	

CMYK percentages

%0
%47.24
%28.22
%36.08

Codes

Color #A35675 in popluar color models

A35675
RGB16386117
HSL336°30.92%48.82%
HSB/HSV336°47.24%63.92%
CMYK0.00%47.24%28.22%
36.08%

Color #A35675 in popluar number systems.

HEXA35675
Decimal16386117
Binary1010001110101101110101
Octal243126165

Shades and tints

Shades of #A35675

#A35675
(163,86,117)
#954F6B
(149,79,107)
#874861
(135,72,97)
#794157
(121,65,87)
#6B3A4D
(107,58,77)
#5D3343
(93,51,67)
#4F2C39
(79,44,57)
#41252F
(65,37,47)
#331E25
(51,30,37)
#25171B
(37,23,27)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #A35675

#A35675
(163,86,117)
#AB6581
(171,101,129)
#B3748D
(179,116,141)
#BB8399
(187,131,153)
#C392A5
(195,146,165)
#CBA1B1
(203,161,177)
#D3B0BD
(211,176,189)
#DBBFC9
(219,191,201)
#E3CED5
(227,206,213)
#EBDDE1
(235,221,225)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35675; }

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

This text font color is #A35675.


Background Color

.myBgColor { background-color: #A35675; }

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

This div background color is #A35675.


Border color

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

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

This div border color is #A35675.


Opacity

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

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

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

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

This text has shadow with #A35675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35675 on black background.


Color preview on white background

This text has color #A35675 on white background.



Black color preview on #A35675 background

This text has black color on #A35675 background.


White color preview on #A35675 background

This text has white color on #A35675 background.