COLOR #A7605E

HEX: #A7605E RGB: (167,96,94)

Color info

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

RGB color model

#A7605E color RGB value is (167,96,94).

RGB: (167,96,94) (65%, 38%, 37%)

RGB channels and saturation

R 167 of 255 = 65%
G 96 of 255 = 38%
B 94 of 255 = 37%

167
96
94

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

Portions of RGB colors in percentages

R + G + B = 167 + 96 + 94 = 357 (100%)
R 167 of 357 ~ 46.78%
G 96 of 357 ~ 26.89%
B 94 of 357 ~ 26.33'%

%46.78
%26.89
%26.33

CMYK color model

#A7605E color CMYK value is (0,43,44,35).

  • cyan value is 0.00%
  • magenta value is 42.51%
  • yellow value is 43.71%
  • key color value is 34.51%
CMYK: (0,43,44,35) C0M43Y44K35 (0%,43%,44%,35%) (0.00/0.43/0.44/0.35) 

CMYK percentages

%0
%42.51
%43.71
%34.51

Codes

Color #A7605E in popluar color models

A7 60 5E
RGB 167 96 94
HSL 29.32% 51.18%
HSB/HSV 43.71% 65.49%
CMYK 0.00% 42.51% 43.71%
34.51%

Color #A7605E in popluar number systems.

HEX A7 60 5E
Decimal 167 96 94
Binary 10100111 1100000 1011110
Octal 247 140 136

Shades and tints

Shades of #A7605E

#A7605E
(167,96,94)
#985856
(152,88,86)
#89504E
(137,80,78)
#7A4846
(122,72,70)
#6B403E
(107,64,62)
#5C3836
(92,56,54)
#4D302E
(77,48,46)
#3E2826
(62,40,38)
#2F201E
(47,32,30)
#201816
(32,24,22)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #A7605E

#A7605E
(167,96,94)
#AF6E6C
(175,110,108)
#B77C7A
(183,124,122)
#BF8A88
(191,138,136)
#C79896
(199,152,150)
#CFA6A4
(207,166,164)
#D7B4B2
(215,180,178)
#DFC2C0
(223,194,192)
#E7D0CE
(231,208,206)
#EFDEDC
(239,222,220)
#F7ECEA
(247,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7605E color. Also use rgb(167,96,94) instead hex code.

Text Font Color

.myTextColor { color: #A7605E; }

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

This text font color is #A7605E.

Background Color

.myBgColor { background-color: #A7605E; }

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

This div background color is #A7605E.

Border color

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

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

This div border color is #A7605E.

Opacity

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

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

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

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

This text has shadow with #A7605E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7605E.

Preview

Color preview on black background

This text has color #A7605E on black background.


Color preview on white background

This text has color #A7605E on white background.


Black color preview on #A7605E background

This text has black color on #A7605E background.


White color preview on #A7605E background

This text has white color on #A7605E background.


Related colors

Complementary color

Complementary color for #hex is #589FA1.


I love getcolorcode.com

Triadic colors

1 #5EA760 and #605EA7 with #A7605E are triadic colors.

2 #5E60A7 and #60A75E with #A7605E are triadic colors.