COLOR #A5666B

HEX: #A5666B RGB: (165,102,107)

Color info

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

RGB color model

#A5666B color RGB value is (165,102,107).

RGB: (165,102,107) (65%, 40%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 102 of 255 = 40%
B 107 of 255 = 42%

165
102
107

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

Portions of RGB colors in percentages

R + G + B = 165 + 102 + 107 = 374 (100%)
R 165 of 374 ~ 44.12%
G 102 of 374 ~ 27.27%
B 107 of 374 ~ 28.61'%

%44.12
%27.27
%28.61

CMYK color model

#A5666B color CMYK value is (0,38,35,35).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 35.15%
  • key color value is 35.29%

CMYK: (0,38,35,35)
C0M38Y35K35 (0%, 38%, 35%, 35%)
(0.00 / 0.38 / 0.35 / 0.35)

CMYK percentages

%0
%38.18
%35.15
%35.29

Codes

Color #A5666B in popluar color models

A5 66 6B
RGB 165 102 107
HSL 355° 25.93% 52.35%
HSB/HSV 355° 38.18% 64.71%
CMYK 0.00% 38.18% 35.15%
35.29%

Color #A5666B in popluar number systems.

HEX A5 66 6B
Decimal 165 102 107
Binary 10100101 1100110 1101011
Octal 245 146 153

Shades and tints

Shades of #A5666B

#A5666B
(165,102,107)
#965D62
(150,93,98)
#875459
(135,84,89)
#784B50
(120,75,80)
#694247
(105,66,71)
#5A393E
(90,57,62)
#4B3035
(75,48,53)
#3C272C
(60,39,44)
#2D1E23
(45,30,35)
#1E151A
(30,21,26)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #A5666B

#A5666B
(165,102,107)
#AD7378
(173,115,120)
#B58085
(181,128,133)
#BD8D92
(189,141,146)
#C59A9F
(197,154,159)
#CDA7AC
(205,167,172)
#D5B4B9
(213,180,185)
#DDC1C6
(221,193,198)
#E5CED3
(229,206,211)
#EDDBE0
(237,219,224)
#F5E8ED
(245,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5666B color. Also use rgb(165,102,107) instead hex code.

Text Font Color

.myTextColor { color: #A5666B; }

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

This text font color is #A5666B.

Background Color

.myBgColor { background-color: #A5666B; }

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

This div background color is #A5666B.

Border color

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

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

This div border color is #A5666B.

Opacity

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

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

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

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

This text has shadow with #A5666B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5666B.

Preview

Color preview on black background

This text has color #A5666B on black background.


Color preview on white background

This text has color #A5666B on white background.


Black color preview on #A5666B background

This text has black color on #A5666B background.


White color preview on #A5666B background

This text has white color on #A5666B background.


Related colors

Complementary color

Complementary color for #hex is #5A9994.


I love getcolorcode.com

Triadic colors

1 #6BA566 and #666BA5 with #A5666B are triadic colors.

2 #6B66A5 and #66A56B with #A5666B are triadic colors.