COLOR #A5626E

HEX: #A5626E RGB: (165,98,110)

Color info

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

RGB color model

#A5626E color RGB value is (165,98,110).

RGB: (165,98,110) (65%, 38%, 43%)

RGB channels and saturation

R 165 of 255 = 65%
G 98 of 255 = 38%
B 110 of 255 = 43%

165
98
110

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

Portions of RGB colors in percentages

R + G + B = 165 + 98 + 110 = 373 (100%)
R 165 of 373 ~ 44.24%
G 98 of 373 ~ 26.27%
B 110 of 373 ~ 29.49'%

%44.24
%26.27
%29.49

CMYK color model

#A5626E color CMYK value is (0,41,33,35).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 33.33%
  • key color value is 35.29%
CMYK: (0,41,33,35) C0M41Y33K35 (0%,41%,33%,35%) (0.00/0.41/0.33/0.35) 

CMYK percentages

%0
%40.61
%33.33
%35.29

Codes

Color #A5626E in popluar color models

A5 62 6E
RGB 165 98 110
HSL 349° 27.13% 51.57%
HSB/HSV 349° 40.61% 64.71%
CMYK 0.00% 40.61% 33.33%
35.29%

Color #A5626E in popluar number systems.

HEX A5 62 6E
Decimal 165 98 110
Binary 10100101 1100010 1101110
Octal 245 142 156

Shades and tints

Shades of #A5626E

#A5626E
(165,98,110)
#965A64
(150,90,100)
#87525A
(135,82,90)
#784A50
(120,74,80)
#694246
(105,66,70)
#5A3A3C
(90,58,60)
#4B3232
(75,50,50)
#3C2A28
(60,42,40)
#2D221E
(45,34,30)
#1E1A14
(30,26,20)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #A5626E

#A5626E
(165,98,110)
#AD707B
(173,112,123)
#B57E88
(181,126,136)
#BD8C95
(189,140,149)
#C59AA2
(197,154,162)
#CDA8AF
(205,168,175)
#D5B6BC
(213,182,188)
#DDC4C9
(221,196,201)
#E5D2D6
(229,210,214)
#EDE0E3
(237,224,227)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5626E color. Also use rgb(165,98,110) instead hex code.

Text Font Color

.myTextColor { color: #A5626E; }

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

This text font color is #A5626E.

Background Color

.myBgColor { background-color: #A5626E; }

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

This div background color is #A5626E.

Border color

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

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

This div border color is #A5626E.

Opacity

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

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

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

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

This text has shadow with #A5626E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5626E.

Preview

Color preview on black background

This text has color #A5626E on black background.


Color preview on white background

This text has color #A5626E on white background.


Black color preview on #A5626E background

This text has black color on #A5626E background.


White color preview on #A5626E background

This text has white color on #A5626E background.


Related colors

Complementary color

Complementary color for #hex is #5A9D91.


I love getcolorcode.com

Triadic colors

1 #6EA562 and #626EA5 with #A5626E are triadic colors.

2 #6E62A5 and #62A56E with #A5626E are triadic colors.