COLOR #A74B63

HEX: #A74B63 RGB: (167,75,99)

Color info

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

RGB color model

#A74B63 color RGB value is (167,75,99).

RGB: (167,75,99) (65%, 29%, 39%)

RGB channels and saturation

R 167 of 255 = 65%
G 75 of 255 = 29%
B 99 of 255 = 39%

167
75
99

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

Portions of RGB colors in percentages

R + G + B = 167 + 75 + 99 = 341 (100%)
R 167 of 341 ~ 48.97%
G 75 of 341 ~ 21.99%
B 99 of 341 ~ 29.03'%

%48.97
%21.99
%29.03

CMYK color model

#A74B63 color CMYK value is (0,55,41,35).

  • cyan value is 0.00%
  • magenta value is 55.09%
  • yellow value is 40.72%
  • key color value is 34.51%

CMYK: (0,55,41,35)
C0M55Y41K35 (0%, 55%, 41%, 35%)
(0.00 / 0.55 / 0.41 / 0.35)

CMYK percentages

%0
%55.09
%40.72
%34.51

Codes

Color #A74B63 in popluar color models

A7 4B 63
RGB 167 75 99
HSL 344° 38.02% 47.45%
HSB/HSV 344° 55.09% 65.49%
CMYK 0.00% 55.09% 40.72%
34.51%

Color #A74B63 in popluar number systems.

HEX A7 4B 63
Decimal 167 75 99
Binary 10100111 1001011 1100011
Octal 247 113 143

Shades and tints

Shades of #A74B63

#A74B63
(167,75,99)
#98455A
(152,69,90)
#893F51
(137,63,81)
#7A3948
(122,57,72)
#6B333F
(107,51,63)
#5C2D36
(92,45,54)
#4D272D
(77,39,45)
#3E2124
(62,33,36)
#2F1B1B
(47,27,27)
#201512
(32,21,18)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #A74B63

#A74B63
(167,75,99)
#AF5B71
(175,91,113)
#B76B7F
(183,107,127)
#BF7B8D
(191,123,141)
#C78B9B
(199,139,155)
#CF9BA9
(207,155,169)
#D7ABB7
(215,171,183)
#DFBBC5
(223,187,197)
#E7CBD3
(231,203,211)
#EFDBE1
(239,219,225)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74B63 color. Also use rgb(167,75,99) instead hex code.

Text Font Color

.myTextColor { color: #A74B63; }

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

This text font color is #A74B63.

Background Color

.myBgColor { background-color: #A74B63; }

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

This div background color is #A74B63.

Border color

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

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

This div border color is #A74B63.

Opacity

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

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

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

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

This text has shadow with #A74B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74B63.

Preview

Color preview on black background

This text has color #A74B63 on black background.


Color preview on white background

This text has color #A74B63 on white background.


Black color preview on #A74B63 background

This text has black color on #A74B63 background.


White color preview on #A74B63 background

This text has white color on #A74B63 background.


Related colors

Complementary color

Complementary color for #hex is #58B49C.


I love getcolorcode.com

Triadic colors

1 #63A74B and #4B63A7 with #A74B63 are triadic colors.

2 #634BA7 and #4BA763 with #A74B63 are triadic colors.