COLOR #A74B5A

HEX: #A74B5A RGB: (167,75,90)

Color info

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

RGB color model

#A74B5A color RGB value is (167,75,90).

RGB: (167,75,90) (65%, 29%, 35%)

RGB channels and saturation

R 167 of 255 = 65%
G 75 of 255 = 29%
B 90 of 255 = 35%

167
75
90

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

Portions of RGB colors in percentages

R + G + B = 167 + 75 + 90 = 332 (100%)
R 167 of 332 ~ 50.3%
G 75 of 332 ~ 22.59%
B 90 of 332 ~ 27.11'%

%50.3
%22.59
%27.11

CMYK color model

#A74B5A color CMYK value is (0,55,46,35).

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

CMYK: (0,55,46,35)
C0M55Y46K35 (0%, 55%, 46%, 35%)
(0.00 / 0.55 / 0.46 / 0.35)

CMYK percentages

%0
%55.09
%46.11
%34.51

Codes

Color #A74B5A in popluar color models

A7 4B 5A
RGB 167 75 90
HSL 350° 38.02% 47.45%
HSB/HSV 350° 55.09% 65.49%
CMYK 0.00% 55.09% 46.11%
34.51%

Color #A74B5A in popluar number systems.

HEX A7 4B 5A
Decimal 167 75 90
Binary 10100111 1001011 1011010
Octal 247 113 132

Shades and tints

Shades of #A74B5A

#A74B5A
(167,75,90)
#984552
(152,69,82)
#893F4A
(137,63,74)
#7A3942
(122,57,66)
#6B333A
(107,51,58)
#5C2D32
(92,45,50)
#4D272A
(77,39,42)
#3E2122
(62,33,34)
#2F1B1A
(47,27,26)
#201512
(32,21,18)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #A74B5A

#A74B5A
(167,75,90)
#AF5B69
(175,91,105)
#B76B78
(183,107,120)
#BF7B87
(191,123,135)
#C78B96
(199,139,150)
#CF9BA5
(207,155,165)
#D7ABB4
(215,171,180)
#DFBBC3
(223,187,195)
#E7CBD2
(231,203,210)
#EFDBE1
(239,219,225)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A74B5A; }

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

This text font color is #A74B5A.

Background Color

.myBgColor { background-color: #A74B5A; }

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

This div background color is #A74B5A.

Border color

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

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

This div border color is #A74B5A.

Opacity

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

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

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

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

This text has shadow with #A74B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74B5A.

Preview

Color preview on black background

This text has color #A74B5A on black background.


Color preview on white background

This text has color #A74B5A on white background.


Black color preview on #A74B5A background

This text has black color on #A74B5A background.


White color preview on #A74B5A background

This text has white color on #A74B5A background.


Related colors

Complementary color

Complementary color for #hex is #58B4A5.


I love getcolorcode.com

Triadic colors

1 #5AA74B and #4B5AA7 with #A74B5A are triadic colors.

2 #5A4BA7 and #4BA75A with #A74B5A are triadic colors.