COLOR #A04059

HEX: #A04059
RGB: (160,64,89)

Color info

#A04059 contains mainly red color. Web safe color of #A04059 is #993366 (or #936).

RGB color model

#A04059 color RGB value is (160,64,89).

  • red value is 160;
  • green value is 64;
  • blue value is 89.
RGB:
(160,64,89)
(63%,25%,35%)

RGB channels and saturation

R 160 of 255 = 63%
G 64 of 255 = 25%
B 89 of 255 = 35%

160
64
89

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

Portions of RGB colors in percentages

R + G + B =
160 + 64 + 89 = 313 (100%)
R 160 of 313 ~ 51.12%
G 64 of 313 ~ 20.45%
B 89 of 313 ~ 28.43%

%51.12
%20.45
%28.43

CMYK color model

#A04059 color CMYK value is (0,60,44,37).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK:
(0,60,44,37)
C0M60Y44K37 
(0%,60%,44%,37%)
(0.00/0.60/0.44/0.37)	

CMYK percentages

%0
%60
%44.38
%37.25

Codes

Color #A04059 in popluar color models

A04059
RGB1606489
HSL344°42.86%43.92%
HSB/HSV344°60.00%62.75%
CMYK0.00%60.00%44.38%
37.25%

Color #A04059 in popluar number systems.

HEXA04059
Decimal1606489
Binary1010000010000001011001
Octal240100131

Shades and tints

Shades of #A04059

#A04059
(160,64,89)
#923B51
(146,59,81)
#843649
(132,54,73)
#763141
(118,49,65)
#682C39
(104,44,57)
#5A2731
(90,39,49)
#4C2229
(76,34,41)
#3E1D21
(62,29,33)
#301819
(48,24,25)
#221311
(34,19,17)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #A04059

#A04059
(160,64,89)
#A85168
(168,81,104)
#B06277
(176,98,119)
#B87386
(184,115,134)
#C08495
(192,132,149)
#C895A4
(200,149,164)
#D0A6B3
(208,166,179)
#D8B7C2
(216,183,194)
#E0C8D1
(224,200,209)
#E8D9E0
(232,217,224)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04059 color. Also use rgb(160,64,89) instead hex code.

Text Font Color

.myTextColor { color: #A04059; }

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

This text font color is #A04059.


Background Color

.myBgColor { background-color: #A04059; }

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

This div background color is #A04059.


Border color

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

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

This div border color is #A04059.


Opacity

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

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

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

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

This text has shadow with #A04059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04059 on black background.


Color preview on white background

This text has color #A04059 on white background.



Black color preview on #A04059 background

This text has black color on #A04059 background.


White color preview on #A04059 background

This text has white color on #A04059 background.