COLOR #A05A74

HEX: #A05A74
RGB: (160,90,116)

Color info

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

RGB color model

#A05A74 color RGB value is (160,90,116).

  • red value is 160;
  • green value is 90;
  • blue value is 116.
RGB:
(160,90,116)
(63%,35%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 90 of 255 = 35%
B 116 of 255 = 45%

160
90
116

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

Portions of RGB colors in percentages

R + G + B =
160 + 90 + 116 = 366 (100%)
R 160 of 366 ~ 43.72%
G 90 of 366 ~ 24.59%
B 116 of 366 ~ 31.69%

%43.72
%24.59
%31.69

CMYK color model

#A05A74 color CMYK value is (0,44,28,37).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK:
(0,44,28,37)
C0M44Y28K37 
(0%,44%,28%,37%)
(0.00/0.44/0.28/0.37)	

CMYK percentages

%0
%43.75
%27.5
%37.25

Codes

Color #A05A74 in popluar color models

A05A74
RGB16090116
HSL338°28.00%49.02%
HSB/HSV338°43.75%62.75%
CMYK0.00%43.75%27.50%
37.25%

Color #A05A74 in popluar number systems.

HEXA05A74
Decimal16090116
Binary1010000010110101110100
Octal240132164

Shades and tints

Shades of #A05A74

#A05A74
(160,90,116)
#92526A
(146,82,106)
#844A60
(132,74,96)
#764256
(118,66,86)
#683A4C
(104,58,76)
#5A3242
(90,50,66)
#4C2A38
(76,42,56)
#3E222E
(62,34,46)
#301A24
(48,26,36)
#22121A
(34,18,26)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #A05A74

#A05A74
(160,90,116)
#A86980
(168,105,128)
#B0788C
(176,120,140)
#B88798
(184,135,152)
#C096A4
(192,150,164)
#C8A5B0
(200,165,176)
#D0B4BC
(208,180,188)
#D8C3C8
(216,195,200)
#E0D2D4
(224,210,212)
#E8E1E0
(232,225,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05A74 color. Also use rgb(160,90,116) instead hex code.

Text Font Color

.myTextColor { color: #A05A74; }

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

This text font color is #A05A74.


Background Color

.myBgColor { background-color: #A05A74; }

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

This div background color is #A05A74.


Border color

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

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

This div border color is #A05A74.


Opacity

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

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

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

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

This text has shadow with #A05A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05A74 on black background.


Color preview on white background

This text has color #A05A74 on white background.



Black color preview on #A05A74 background

This text has black color on #A05A74 background.


White color preview on #A05A74 background

This text has white color on #A05A74 background.