COLOR #A7426E

HEX: #A7426E
RGB: (167,66,110)

Color info

#A7426E contains mainly red and blue colors. Web safe color of #A7426E is #993366 (or #936).

RGB color model

#A7426E color RGB value is (167,66,110).

  • red value is 167;
  • green value is 66;
  • blue value is 110.
RGB:
(167,66,110)
(65%,26%,43%)

RGB channels and saturation

R 167 of 255 = 65%
G 66 of 255 = 26%
B 110 of 255 = 43%

167
66
110

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

Portions of RGB colors in percentages

R + G + B =
167 + 66 + 110 = 343 (100%)
R 167 of 343 ~ 48.69%
G 66 of 343 ~ 19.24%
B 110 of 343 ~ 32.07%

%48.69
%19.24
%32.07

CMYK color model

#A7426E color CMYK value is (0,60,34,35).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 34.13%
  • key color value is 34.51%
CMYK:
(0,60,34,35)
C0M60Y34K35 
(0%,60%,34%,35%)
(0.00/0.60/0.34/0.35)	

CMYK percentages

%0
%60.48
%34.13
%34.51

Codes

Color #A7426E in popluar color models

A7426E
RGB16766110
HSL334°43.35%45.69%
HSB/HSV334°60.48%65.49%
CMYK0.00%60.48%34.13%
34.51%

Color #A7426E in popluar number systems.

HEXA7426E
Decimal16766110
Binary1010011110000101101110
Octal247102156

Shades and tints

Shades of #A7426E

#A7426E
(167,66,110)
#983C64
(152,60,100)
#89365A
(137,54,90)
#7A3050
(122,48,80)
#6B2A46
(107,42,70)
#5C243C
(92,36,60)
#4D1E32
(77,30,50)
#3E1828
(62,24,40)
#2F121E
(47,18,30)
#200C14
(32,12,20)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #A7426E

#A7426E
(167,66,110)
#AF537B
(175,83,123)
#B76488
(183,100,136)
#BF7595
(191,117,149)
#C786A2
(199,134,162)
#CF97AF
(207,151,175)
#D7A8BC
(215,168,188)
#DFB9C9
(223,185,201)
#E7CAD6
(231,202,214)
#EFDBE3
(239,219,227)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7426E color. Also use rgb(167,66,110) instead hex code.

Text Font Color

.myTextColor { color: #A7426E; }

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

This text font color is #A7426E.


Background Color

.myBgColor { background-color: #A7426E; }

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

This div background color is #A7426E.


Border color

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

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

This div border color is #A7426E.


Opacity

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

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

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

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

This text has shadow with #A7426E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7426E on black background.


Color preview on white background

This text has color #A7426E on white background.



Black color preview on #A7426E background

This text has black color on #A7426E background.


White color preview on #A7426E background

This text has white color on #A7426E background.