COLOR #A75562

HEX: #A75562
RGB: (167,85,98)

Color info

#A75562 contains mainly red color. Web safe color of #A75562 is #996666 (or #966).

RGB color model

#A75562 color RGB value is (167,85,98).

  • red value is 167;
  • green value is 85;
  • blue value is 98.
RGB:
(167,85,98)
(65%,33%,38%)

RGB channels and saturation

R 167 of 255 = 65%
G 85 of 255 = 33%
B 98 of 255 = 38%

167
85
98

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

Portions of RGB colors in percentages

R + G + B =
167 + 85 + 98 = 350 (100%)
R 167 of 350 ~ 47.71%
G 85 of 350 ~ 24.29%
B 98 of 350 ~ 28%

%47.71
%24.29
%28

CMYK color model

#A75562 color CMYK value is (0,49,41,35).

  • cyan value is 0.00%
  • magenta value is 49.10%
  • yellow value is 41.32%
  • key color value is 34.51%
CMYK:
(0,49,41,35)
C0M49Y41K35 
(0%,49%,41%,35%)
(0.00/0.49/0.41/0.35)	

CMYK percentages

%0
%49.1
%41.32
%34.51

Codes

Color #A75562 in popluar color models

A75562
RGB1678598
HSL350°32.54%49.41%
HSB/HSV350°49.10%65.49%
CMYK0.00%49.10%41.32%
34.51%

Color #A75562 in popluar number systems.

HEXA75562
Decimal1678598
Binary1010011110101011100010
Octal247125142

Shades and tints

Shades of #A75562

#A75562
(167,85,98)
#984E5A
(152,78,90)
#894752
(137,71,82)
#7A404A
(122,64,74)
#6B3942
(107,57,66)
#5C323A
(92,50,58)
#4D2B32
(77,43,50)
#3E242A
(62,36,42)
#2F1D22
(47,29,34)
#20161A
(32,22,26)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #A75562

#A75562
(167,85,98)
#AF6470
(175,100,112)
#B7737E
(183,115,126)
#BF828C
(191,130,140)
#C7919A
(199,145,154)
#CFA0A8
(207,160,168)
#D7AFB6
(215,175,182)
#DFBEC4
(223,190,196)
#E7CDD2
(231,205,210)
#EFDCE0
(239,220,224)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75562 color. Also use rgb(167,85,98) instead hex code.

Text Font Color

.myTextColor { color: #A75562; }

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

This text font color is #A75562.


Background Color

.myBgColor { background-color: #A75562; }

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

This div background color is #A75562.


Border color

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

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

This div border color is #A75562.


Opacity

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

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

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

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

This text has shadow with #A75562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75562 on black background.


Color preview on white background

This text has color #A75562 on white background.



Black color preview on #A75562 background

This text has black color on #A75562 background.


White color preview on #A75562 background

This text has white color on #A75562 background.