COLOR #A35D75

HEX: #A35D75
RGB: (163,93,117)

Color info

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

RGB color model

#A35D75 color RGB value is (163,93,117).

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

RGB channels and saturation

R 163 of 255 = 64%
G 93 of 255 = 36%
B 117 of 255 = 46%

163
93
117

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 117 = 373 (100%)
R 163 of 373 ~ 43.7%
G 93 of 373 ~ 24.93%
B 117 of 373 ~ 31.37%

%43.7
%24.93
%31.37

CMYK color model

#A35D75 color CMYK value is (0,43,28,36).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(0,43,28,36)
C0M43Y28K36 
(0%,43%,28%,36%)
(0.00/0.43/0.28/0.36)	

CMYK percentages

%0
%42.94
%28.22
%36.08

Codes

Color #A35D75 in popluar color models

A35D75
RGB16393117
HSL339°27.56%50.20%
HSB/HSV339°42.94%63.92%
CMYK0.00%42.94%28.22%
36.08%

Color #A35D75 in popluar number systems.

HEXA35D75
Decimal16393117
Binary1010001110111011110101
Octal243135165

Shades and tints

Shades of #A35D75

#A35D75
(163,93,117)
#95556B
(149,85,107)
#874D61
(135,77,97)
#794557
(121,69,87)
#6B3D4D
(107,61,77)
#5D3543
(93,53,67)
#4F2D39
(79,45,57)
#41252F
(65,37,47)
#331D25
(51,29,37)
#25151B
(37,21,27)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #A35D75

#A35D75
(163,93,117)
#AB6B81
(171,107,129)
#B3798D
(179,121,141)
#BB8799
(187,135,153)
#C395A5
(195,149,165)
#CBA3B1
(203,163,177)
#D3B1BD
(211,177,189)
#DBBFC9
(219,191,201)
#E3CDD5
(227,205,213)
#EBDBE1
(235,219,225)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D75; }

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

This text font color is #A35D75.


Background Color

.myBgColor { background-color: #A35D75; }

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

This div background color is #A35D75.


Border color

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

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

This div border color is #A35D75.


Opacity

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

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

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

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

This text has shadow with #A35D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D75 on black background.


Color preview on white background

This text has color #A35D75 on white background.



Black color preview on #A35D75 background

This text has black color on #A35D75 background.


White color preview on #A35D75 background

This text has white color on #A35D75 background.