COLOR #A7636A

HEX: #A7636A RGB: (167,99,106)

Color info

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

RGB color model

#A7636A color RGB value is (167,99,106).

RGB: (167,99,106) (65%, 39%, 42%)

RGB channels and saturation

R 167 of 255 = 65%
G 99 of 255 = 39%
B 106 of 255 = 42%

167
99
106

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

Portions of RGB colors in percentages

R + G + B = 167 + 99 + 106 = 372 (100%)
R 167 of 372 ~ 44.89%
G 99 of 372 ~ 26.61%
B 106 of 372 ~ 28.49'%

%44.89
%26.61
%28.49

CMYK color model

#A7636A color CMYK value is (0,41,37,35).

  • cyan value is 0.00%
  • magenta value is 40.72%
  • yellow value is 36.53%
  • key color value is 34.51%
CMYK: (0,41,37,35) C0M41Y37K35 (0%,41%,37%,35%) (0.00/0.41/0.37/0.35) 

CMYK percentages

%0
%40.72
%36.53
%34.51

Codes

Color #A7636A in popluar color models

A7 63 6A
RGB 167 99 106
HSL 354° 27.87% 52.16%
HSB/HSV 354° 40.72% 65.49%
CMYK 0.00% 40.72% 36.53%
34.51%

Color #A7636A in popluar number systems.

HEX A7 63 6A
Decimal 167 99 106
Binary 10100111 1100011 1101010
Octal 247 143 152

Shades and tints

Shades of #A7636A

#A7636A
(167,99,106)
#985A61
(152,90,97)
#895158
(137,81,88)
#7A484F
(122,72,79)
#6B3F46
(107,63,70)
#5C363D
(92,54,61)
#4D2D34
(77,45,52)
#3E242B
(62,36,43)
#2F1B22
(47,27,34)
#201219
(32,18,25)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #A7636A

#A7636A
(167,99,106)
#AF7177
(175,113,119)
#B77F84
(183,127,132)
#BF8D91
(191,141,145)
#C79B9E
(199,155,158)
#CFA9AB
(207,169,171)
#D7B7B8
(215,183,184)
#DFC5C5
(223,197,197)
#E7D3D2
(231,211,210)
#EFE1DF
(239,225,223)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7636A; }

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

This text font color is #A7636A.

Background Color

.myBgColor { background-color: #A7636A; }

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

This div background color is #A7636A.

Border color

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

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

This div border color is #A7636A.

Opacity

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

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

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

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

This text has shadow with #A7636A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7636A.

Preview

Color preview on black background

This text has color #A7636A on black background.


Color preview on white background

This text has color #A7636A on white background.


Black color preview on #A7636A background

This text has black color on #A7636A background.


White color preview on #A7636A background

This text has white color on #A7636A background.


Related colors

Complementary color

Complementary color for #hex is #589C95.


I love getcolorcode.com

Triadic colors

1 #6AA763 and #636AA7 with #A7636A are triadic colors.

2 #6A63A7 and #63A76A with #A7636A are triadic colors.