COLOR #A8426A

HEX: #A8426A RGB: (168,66,106)

Color info

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

RGB color model

#A8426A color RGB value is (168,66,106).

RGB: (168,66,106) (66%, 26%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 66 of 255 = 26%
B 106 of 255 = 42%

168
66
106

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

Portions of RGB colors in percentages

R + G + B = 168 + 66 + 106 = 340 (100%)
R 168 of 340 ~ 49.41%
G 66 of 340 ~ 19.41%
B 106 of 340 ~ 31.18'%

%49.41
%19.41
%31.18

CMYK color model

#A8426A color CMYK value is (0,61,37,34).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 36.90%
  • key color value is 34.12%

CMYK: (0,61,37,34)
C0M61Y37K34 (0%, 61%, 37%, 34%)
(0.00 / 0.61 / 0.37 / 0.34)

CMYK percentages

%0
%60.71
%36.9
%34.12

Codes

Color #A8426A in popluar color models

A8 42 6A
RGB 168 66 106
HSL 336° 43.59% 45.88%
HSB/HSV 336° 60.71% 65.88%
CMYK 0.00% 60.71% 36.90%
34.12%

Color #A8426A in popluar number systems.

HEX A8 42 6A
Decimal 168 66 106
Binary 10101000 1000010 1101010
Octal 250 102 152

Shades and tints

Shades of #A8426A

#A8426A
(168,66,106)
#993C61
(153,60,97)
#8A3658
(138,54,88)
#7B304F
(123,48,79)
#6C2A46
(108,42,70)
#5D243D
(93,36,61)
#4E1E34
(78,30,52)
#3F182B
(63,24,43)
#301222
(48,18,34)
#210C19
(33,12,25)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #A8426A

#A8426A
(168,66,106)
#AF5377
(175,83,119)
#B66484
(182,100,132)
#BD7591
(189,117,145)
#C4869E
(196,134,158)
#CB97AB
(203,151,171)
#D2A8B8
(210,168,184)
#D9B9C5
(217,185,197)
#E0CAD2
(224,202,210)
#E7DBDF
(231,219,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8426A color. Also use rgb(168,66,106) instead hex code.

Text Font Color

.myTextColor { color: #A8426A; }

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

This text font color is #A8426A.

Background Color

.myBgColor { background-color: #A8426A; }

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

This div background color is #A8426A.

Border color

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

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

This div border color is #A8426A.

Opacity

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

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

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

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

This text has shadow with #A8426A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8426A.

Preview

Color preview on black background

This text has color #A8426A on black background.


Color preview on white background

This text has color #A8426A on white background.


Black color preview on #A8426A background

This text has black color on #A8426A background.


White color preview on #A8426A background

This text has white color on #A8426A background.


Related colors

Complementary color

Complementary color for #hex is #57BD95.


I love getcolorcode.com

Triadic colors

1 #6AA842 and #426AA8 with #A8426A are triadic colors.

2 #6A42A8 and #42A86A with #A8426A are triadic colors.