COLOR #A45A63

HEX: #A45A63 RGB: (164,90,99)

Color info

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

RGB color model

#A45A63 color RGB value is (164,90,99).

RGB: (164,90,99) (64%, 35%, 39%)

RGB channels and saturation

R 164 of 255 = 64%
G 90 of 255 = 35%
B 99 of 255 = 39%

164
90
99

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

Portions of RGB colors in percentages

R + G + B = 164 + 90 + 99 = 353 (100%)
R 164 of 353 ~ 46.46%
G 90 of 353 ~ 25.5%
B 99 of 353 ~ 28.05'%

%46.46
%25.5
%28.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 39.63%
  • key color value is 35.69%

CMYK: (0,45,40,36)
C0M45Y40K36 (0%, 45%, 40%, 36%)
(0.00 / 0.45 / 0.40 / 0.36)

CMYK percentages

%0
%45.12
%39.63
%35.69

Codes

Color #A45A63 in popluar color models

A4 5A 63
RGB 164 90 99
HSL 353° 29.13% 49.80%
HSB/HSV 353° 45.12% 64.31%
CMYK 0.00% 45.12% 39.63%
35.69%

Color #A45A63 in popluar number systems.

HEX A4 5A 63
Decimal 164 90 99
Binary 10100100 1011010 1100011
Octal 244 132 143

Shades and tints

Shades of #A45A63

#A45A63
(164,90,99)
#96525A
(150,82,90)
#884A51
(136,74,81)
#7A4248
(122,66,72)
#6C3A3F
(108,58,63)
#5E3236
(94,50,54)
#502A2D
(80,42,45)
#422224
(66,34,36)
#341A1B
(52,26,27)
#261212
(38,18,18)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #A45A63

#A45A63
(164,90,99)
#AC6971
(172,105,113)
#B4787F
(180,120,127)
#BC878D
(188,135,141)
#C4969B
(196,150,155)
#CCA5A9
(204,165,169)
#D4B4B7
(212,180,183)
#DCC3C5
(220,195,197)
#E4D2D3
(228,210,211)
#ECE1E1
(236,225,225)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45A63 color. Also use rgb(164,90,99) instead hex code.

Text Font Color

.myTextColor { color: #A45A63; }

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

This text font color is #A45A63.

Background Color

.myBgColor { background-color: #A45A63; }

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

This div background color is #A45A63.

Border color

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

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

This div border color is #A45A63.

Opacity

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

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

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

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

This text has shadow with #A45A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A45A63.

Preview

Color preview on black background

This text has color #A45A63 on black background.


Color preview on white background

This text has color #A45A63 on white background.


Black color preview on #A45A63 background

This text has black color on #A45A63 background.


White color preview on #A45A63 background

This text has white color on #A45A63 background.


Related colors

Complementary color

Complementary color for #hex is #5BA59C.


I love getcolorcode.com

Triadic colors

1 #63A45A and #5A63A4 with #A45A63 are triadic colors.

2 #635AA4 and #5AA463 with #A45A63 are triadic colors.