COLOR #A35065

HEX: #A35065 RGB: (163,80,101)

Color info

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

RGB color model

#A35065 color RGB value is (163,80,101).

RGB: (163,80,101) (64%, 31%, 40%)

RGB channels and saturation

R 163 of 255 = 64%
G 80 of 255 = 31%
B 101 of 255 = 40%

163
80
101

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

Portions of RGB colors in percentages

R + G + B = 163 + 80 + 101 = 344 (100%)
R 163 of 344 ~ 47.38%
G 80 of 344 ~ 23.26%
B 101 of 344 ~ 29.36'%

%47.38
%23.26
%29.36

CMYK color model

#A35065 color CMYK value is (0,51,38,36).

  • cyan value is 0.00%
  • magenta value is 50.92%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK: (0,51,38,36) C0M51Y38K36 (0%,51%,38%,36%) (0.00/0.51/0.38/0.36) 

CMYK percentages

%0
%50.92
%38.04
%36.08

Codes

Color #A35065 in popluar color models

A3 50 65
RGB 163 80 101
HSL 345° 34.16% 47.65%
HSB/HSV 345° 50.92% 63.92%
CMYK 0.00% 50.92% 38.04%
36.08%

Color #A35065 in popluar number systems.

HEX A3 50 65
Decimal 163 80 101
Binary 10100011 1010000 1100101
Octal 243 120 145

Shades and tints

Shades of #A35065

#A35065
(163,80,101)
#95495C
(149,73,92)
#874253
(135,66,83)
#793B4A
(121,59,74)
#6B3441
(107,52,65)
#5D2D38
(93,45,56)
#4F262F
(79,38,47)
#411F26
(65,31,38)
#33181D
(51,24,29)
#251114
(37,17,20)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #A35065

#A35065
(163,80,101)
#AB5F73
(171,95,115)
#B36E81
(179,110,129)
#BB7D8F
(187,125,143)
#C38C9D
(195,140,157)
#CB9BAB
(203,155,171)
#D3AAB9
(211,170,185)
#DBB9C7
(219,185,199)
#E3C8D5
(227,200,213)
#EBD7E3
(235,215,227)
#F3E6F1
(243,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35065 color. Also use rgb(163,80,101) instead hex code.

Text Font Color

.myTextColor { color: #A35065; }

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

This text font color is #A35065.

Background Color

.myBgColor { background-color: #A35065; }

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

This div background color is #A35065.

Border color

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

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

This div border color is #A35065.

Opacity

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

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

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

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

This text has shadow with #A35065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35065.

Preview

Color preview on black background

This text has color #A35065 on black background.


Color preview on white background

This text has color #A35065 on white background.


Black color preview on #A35065 background

This text has black color on #A35065 background.


White color preview on #A35065 background

This text has white color on #A35065 background.


Related colors

Complementary color

Complementary color for #hex is #5CAF9A.


I love getcolorcode.com

Triadic colors

1 #65A350 and #5065A3 with #A35065 are triadic colors.

2 #6550A3 and #50A365 with #A35065 are triadic colors.