COLOR #A35A66

HEX: #A35A66
RGB: (163,90,102)

Color info

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

RGB color model

#A35A66 color RGB value is (163,90,102).

  • red value is 163;
  • green value is 90;
  • blue value is 102.
RGB:
(163,90,102)
(64%,35%,40%)

RGB channels and saturation

R 163 of 255 = 64%
G 90 of 255 = 35%
B 102 of 255 = 40%

163
90
102

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

Portions of RGB colors in percentages

R + G + B =
163 + 90 + 102 = 355 (100%)
R 163 of 355 ~ 45.92%
G 90 of 355 ~ 25.35%
B 102 of 355 ~ 28.73%

%45.92
%25.35
%28.73

CMYK color model

#A35A66 color CMYK value is (0,45,37,36).

  • cyan value is 0.00%
  • magenta value is 44.79%
  • yellow value is 37.42%
  • key color value is 36.08%
CMYK:
(0,45,37,36)
C0M45Y37K36 
(0%,45%,37%,36%)
(0.00/0.45/0.37/0.36)	

CMYK percentages

%0
%44.79
%37.42
%36.08

Codes

Color #A35A66 in popluar color models

A35A66
RGB16390102
HSL350°28.85%49.61%
HSB/HSV350°44.79%63.92%
CMYK0.00%44.79%37.42%
36.08%

Color #A35A66 in popluar number systems.

HEXA35A66
Decimal16390102
Binary1010001110110101100110
Octal243132146

Shades and tints

Shades of #A35A66

#A35A66
(163,90,102)
#95525D
(149,82,93)
#874A54
(135,74,84)
#79424B
(121,66,75)
#6B3A42
(107,58,66)
#5D3239
(93,50,57)
#4F2A30
(79,42,48)
#412227
(65,34,39)
#331A1E
(51,26,30)
#251215
(37,18,21)
#170A0C
(23,10,12)
#000000
(0,0,0)

Tints of #A35A66

#A35A66
(163,90,102)
#AB6973
(171,105,115)
#B37880
(179,120,128)
#BB878D
(187,135,141)
#C3969A
(195,150,154)
#CBA5A7
(203,165,167)
#D3B4B4
(211,180,180)
#DBC3C1
(219,195,193)
#E3D2CE
(227,210,206)
#EBE1DB
(235,225,219)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35A66; }

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

This text font color is #A35A66.


Background Color

.myBgColor { background-color: #A35A66; }

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

This div background color is #A35A66.


Border color

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

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

This div border color is #A35A66.


Opacity

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

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

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

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

This text has shadow with #A35A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35A66 on black background.


Color preview on white background

This text has color #A35A66 on white background.



Black color preview on #A35A66 background

This text has black color on #A35A66 background.


White color preview on #A35A66 background

This text has white color on #A35A66 background.