COLOR #A35A62

HEX: #A35A62
RGB: (163,90,98)

Color info

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

RGB color model

#A35A62 color RGB value is (163,90,98).

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

RGB channels and saturation

R 163 of 255 = 64%
G 90 of 255 = 35%
B 98 of 255 = 38%

163
90
98

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

Portions of RGB colors in percentages

R + G + B =
163 + 90 + 98 = 351 (100%)
R 163 of 351 ~ 46.44%
G 90 of 351 ~ 25.64%
B 98 of 351 ~ 27.92%

%46.44
%25.64
%27.92

CMYK color model

#A35A62 color CMYK value is (0,45,40,36).

  • cyan value is 0.00%
  • magenta value is 44.79%
  • yellow value is 39.88%
  • key color value is 36.08%
CMYK:
(0,45,40,36)
C0M45Y40K36 
(0%,45%,40%,36%)
(0.00/0.45/0.40/0.36)	

CMYK percentages

%0
%44.79
%39.88
%36.08

Codes

Color #A35A62 in popluar color models

A35A62
RGB1639098
HSL353°28.85%49.61%
HSB/HSV353°44.79%63.92%
CMYK0.00%44.79%39.88%
36.08%

Color #A35A62 in popluar number systems.

HEXA35A62
Decimal1639098
Binary1010001110110101100010
Octal243132142

Shades and tints

Shades of #A35A62

#A35A62
(163,90,98)
#95525A
(149,82,90)
#874A52
(135,74,82)
#79424A
(121,66,74)
#6B3A42
(107,58,66)
#5D323A
(93,50,58)
#4F2A32
(79,42,50)
#41222A
(65,34,42)
#331A22
(51,26,34)
#25121A
(37,18,26)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #A35A62

#A35A62
(163,90,98)
#AB6970
(171,105,112)
#B3787E
(179,120,126)
#BB878C
(187,135,140)
#C3969A
(195,150,154)
#CBA5A8
(203,165,168)
#D3B4B6
(211,180,182)
#DBC3C4
(219,195,196)
#E3D2D2
(227,210,210)
#EBE1E0
(235,225,224)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35A62; }

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

This text font color is #A35A62.


Background Color

.myBgColor { background-color: #A35A62; }

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

This div background color is #A35A62.


Border color

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

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

This div border color is #A35A62.


Opacity

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

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

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

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

This text has shadow with #A35A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35A62 on black background.


Color preview on white background

This text has color #A35A62 on white background.



Black color preview on #A35A62 background

This text has black color on #A35A62 background.


White color preview on #A35A62 background

This text has white color on #A35A62 background.