COLOR #A00059

HEX: #A00059
RGB: (160,0,89)

Color info

#A00059 contains mainly red color. Web safe color of #A00059 is #990066 (or #906).

RGB color model

#A00059 color RGB value is (160,0,89).

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

RGB channels and saturation

R 160 of 255 = 63%
G 0 of 255 = 0%
B 89 of 255 = 35%

160
0
89

R + G + B ~ 33%. #A00059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 0 + 89 = 249 (100%)
R 160 of 249 ~ 64.26%
G 0 of 249 ~ 0%
B 89 of 249 ~ 35.74%

%64.26
%35.74

CMYK color model

#A00059 color CMYK value is (0,100,44,37).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK:
(0,100,44,37)
C0M100Y44K37 
(0%,100%,44%,37%)
(0.00/1.00/0.44/0.37)	

CMYK percentages

%0
%100
%44.38
%37.25

Codes

Color #A00059 in popluar color models

A00059
RGB160089
HSL327°100.00%31.37%
HSB/HSV327°100.00%62.75%
CMYK0.00%100.00%44.38%
37.25%

Color #A00059 in popluar number systems.

HEXA00059
Decimal160089
Binary1010000001011001
Octal2400131

Shades and tints

Shades of #A00059

#A00059
(160,0,89)
#920051
(146,0,81)
#840049
(132,0,73)
#760041
(118,0,65)
#680039
(104,0,57)
#5A0031
(90,0,49)
#4C0029
(76,0,41)
#3E0021
(62,0,33)
#300019
(48,0,25)
#220011
(34,0,17)
#140009
(20,0,9)
#000000
(0,0,0)

Tints of #A00059

#A00059
(160,0,89)
#A81768
(168,23,104)
#B02E77
(176,46,119)
#B84586
(184,69,134)
#C05C95
(192,92,149)
#C873A4
(200,115,164)
#D08AB3
(208,138,179)
#D8A1C2
(216,161,194)
#E0B8D1
(224,184,209)
#E8CFE0
(232,207,224)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A00059; }

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

This text font color is #A00059.


Background Color

.myBgColor { background-color: #A00059; }

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

This div background color is #A00059.


Border color

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

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

This div border color is #A00059.


Opacity

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

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

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

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

This text has shadow with #A00059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A00059 on black background.


Color preview on white background

This text has color #A00059 on white background.



Black color preview on #A00059 background

This text has black color on #A00059 background.


White color preview on #A00059 background

This text has white color on #A00059 background.