COLOR #A8375A

HEX: #A8375A
RGB: (168,55,90)

Color info

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

RGB color model

#A8375A color RGB value is (168,55,90).

  • red value is 168;
  • green value is 55;
  • blue value is 90.
RGB:
(168,55,90)
(66%,22%,35%)

RGB channels and saturation

R 168 of 255 = 66%
G 55 of 255 = 22%
B 90 of 255 = 35%

168
55
90

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

Portions of RGB colors in percentages

R + G + B =
168 + 55 + 90 = 313 (100%)
R 168 of 313 ~ 53.67%
G 55 of 313 ~ 17.57%
B 90 of 313 ~ 28.75%

%53.67
%17.57
%28.75

CMYK color model

#A8375A color CMYK value is (0,67,46,34).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 46.43%
  • key color value is 34.12%
CMYK:
(0,67,46,34)
C0M67Y46K34 
(0%,67%,46%,34%)
(0.00/0.67/0.46/0.34)	

CMYK percentages

%0
%67.26
%46.43
%34.12

Codes

Color #A8375A in popluar color models

A8375A
RGB1685590
HSL341°50.67%43.73%
HSB/HSV341°67.26%65.88%
CMYK0.00%67.26%46.43%
34.12%

Color #A8375A in popluar number systems.

HEXA8375A
Decimal1685590
Binary101010001101111011010
Octal25067132

Shades and tints

Shades of #A8375A

#A8375A
(168,55,90)
#993252
(153,50,82)
#8A2D4A
(138,45,74)
#7B2842
(123,40,66)
#6C233A
(108,35,58)
#5D1E32
(93,30,50)
#4E192A
(78,25,42)
#3F1422
(63,20,34)
#300F1A
(48,15,26)
#210A12
(33,10,18)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #A8375A

#A8375A
(168,55,90)
#AF4969
(175,73,105)
#B65B78
(182,91,120)
#BD6D87
(189,109,135)
#C47F96
(196,127,150)
#CB91A5
(203,145,165)
#D2A3B4
(210,163,180)
#D9B5C3
(217,181,195)
#E0C7D2
(224,199,210)
#E7D9E1
(231,217,225)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8375A color. Also use rgb(168,55,90) instead hex code.

Text Font Color

.myTextColor { color: #A8375A; }

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

This text font color is #A8375A.


Background Color

.myBgColor { background-color: #A8375A; }

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

This div background color is #A8375A.


Border color

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

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

This div border color is #A8375A.


Opacity

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

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

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

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

This text has shadow with #A8375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8375A on black background.


Color preview on white background

This text has color #A8375A on white background.



Black color preview on #A8375A background

This text has black color on #A8375A background.


White color preview on #A8375A background

This text has white color on #A8375A background.