COLOR #A45A59

HEX: #A45A59
RGB: (164,90,89)

Color info

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

RGB color model

#A45A59 color RGB value is (164,90,89).

  • red value is 164;
  • green value is 90;
  • blue value is 89.
RGB:
(164,90,89)
(64%,35%,35%)

RGB channels and saturation

R 164 of 255 = 64%
G 90 of 255 = 35%
B 89 of 255 = 35%

164
90
89

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

Portions of RGB colors in percentages

R + G + B =
164 + 90 + 89 = 343 (100%)
R 164 of 343 ~ 47.81%
G 90 of 343 ~ 26.24%
B 89 of 343 ~ 25.95%

%47.81
%26.24
%25.95

CMYK color model

#A45A59 color CMYK value is (0,45,46,36).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 45.73%
  • key color value is 35.69%
CMYK:
(0,45,46,36)
C0M45Y46K36 
(0%,45%,46%,36%)
(0.00/0.45/0.46/0.36)	

CMYK percentages

%0
%45.12
%45.73
%35.69

Codes

Color #A45A59 in popluar color models

A45A59
RGB1649089
HSL29.64%49.61%
HSB/HSV45.73%64.31%
CMYK0.00%45.12%45.73%
35.69%

Color #A45A59 in popluar number systems.

HEXA45A59
Decimal1649089
Binary1010010010110101011001
Octal244132131

Shades and tints

Shades of #A45A59

#A45A59
(164,90,89)
#965251
(150,82,81)
#884A49
(136,74,73)
#7A4241
(122,66,65)
#6C3A39
(108,58,57)
#5E3231
(94,50,49)
#502A29
(80,42,41)
#422221
(66,34,33)
#341A19
(52,26,25)
#261211
(38,18,17)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #A45A59

#A45A59
(164,90,89)
#AC6968
(172,105,104)
#B47877
(180,120,119)
#BC8786
(188,135,134)
#C49695
(196,150,149)
#CCA5A4
(204,165,164)
#D4B4B3
(212,180,179)
#DCC3C2
(220,195,194)
#E4D2D1
(228,210,209)
#ECE1E0
(236,225,224)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A45A59; }

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

This text font color is #A45A59.


Background Color

.myBgColor { background-color: #A45A59; }

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

This div background color is #A45A59.


Border color

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

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

This div border color is #A45A59.


Opacity

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

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

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

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

This text has shadow with #A45A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45A59 on black background.


Color preview on white background

This text has color #A45A59 on white background.



Black color preview on #A45A59 background

This text has black color on #A45A59 background.


White color preview on #A45A59 background

This text has white color on #A45A59 background.