COLOR #A3626D

HEX: #A3626D
RGB: (163,98,109)

Color info

#A3626D contains mainly red and blue colors. Web safe color of #A3626D is #996666 (or #966).

RGB color model

#A3626D color RGB value is (163,98,109).

  • red value is 163;
  • green value is 98;
  • blue value is 109.
RGB:
(163,98,109)
(64%,38%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 98 of 255 = 38%
B 109 of 255 = 43%

163
98
109

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

Portions of RGB colors in percentages

R + G + B =
163 + 98 + 109 = 370 (100%)
R 163 of 370 ~ 44.05%
G 98 of 370 ~ 26.49%
B 109 of 370 ~ 29.46%

%44.05
%26.49
%29.46

CMYK color model

#A3626D color CMYK value is (0,40,33,36).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 33.13%
  • key color value is 36.08%
CMYK:
(0,40,33,36)
C0M40Y33K36 
(0%,40%,33%,36%)
(0.00/0.40/0.33/0.36)	

CMYK percentages

%0
%39.88
%33.13
%36.08

Codes

Color #A3626D in popluar color models

A3626D
RGB16398109
HSL350°26.10%51.18%
HSB/HSV350°39.88%63.92%
CMYK0.00%39.88%33.13%
36.08%

Color #A3626D in popluar number systems.

HEXA3626D
Decimal16398109
Binary1010001111000101101101
Octal243142155

Shades and tints

Shades of #A3626D

#A3626D
(163,98,109)
#955A64
(149,90,100)
#87525B
(135,82,91)
#794A52
(121,74,82)
#6B4249
(107,66,73)
#5D3A40
(93,58,64)
#4F3237
(79,50,55)
#412A2E
(65,42,46)
#332225
(51,34,37)
#251A1C
(37,26,28)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A3626D

#A3626D
(163,98,109)
#AB707A
(171,112,122)
#B37E87
(179,126,135)
#BB8C94
(187,140,148)
#C39AA1
(195,154,161)
#CBA8AE
(203,168,174)
#D3B6BB
(211,182,187)
#DBC4C8
(219,196,200)
#E3D2D5
(227,210,213)
#EBE0E2
(235,224,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3626D color. Also use rgb(163,98,109) instead hex code.

Text Font Color

.myTextColor { color: #A3626D; }

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

This text font color is #A3626D.


Background Color

.myBgColor { background-color: #A3626D; }

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

This div background color is #A3626D.


Border color

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

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

This div border color is #A3626D.


Opacity

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

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

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

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

This text has shadow with #A3626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3626D on black background.


Color preview on white background

This text has color #A3626D on white background.



Black color preview on #A3626D background

This text has black color on #A3626D background.


White color preview on #A3626D background

This text has white color on #A3626D background.