COLOR #A4625C

HEX: #A4625C RGB: (164,98,92)

Color info

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

RGB color model

#A4625C color RGB value is (164,98,92).

RGB: (164,98,92) (64%, 38%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 98 of 255 = 38%
B 92 of 255 = 36%

164
98
92

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

Portions of RGB colors in percentages

R + G + B = 164 + 98 + 92 = 354 (100%)
R 164 of 354 ~ 46.33%
G 98 of 354 ~ 27.68%
B 92 of 354 ~ 25.99'%

%46.33
%27.68
%25.99

CMYK color model

#A4625C color CMYK value is (0,40,44,36).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 43.90%
  • key color value is 35.69%

CMYK: (0,40,44,36)
C0M40Y44K36 (0%, 40%, 44%, 36%)
(0.00 / 0.40 / 0.44 / 0.36)

CMYK percentages

%0
%40.24
%43.9
%35.69

Codes

Color #A4625C in popluar color models

A4 62 5C
RGB 164 98 92
HSL 28.35% 50.20%
HSB/HSV 43.90% 64.31%
CMYK 0.00% 40.24% 43.90%
35.69%

Color #A4625C in popluar number systems.

HEX A4 62 5C
Decimal 164 98 92
Binary 10100100 1100010 1011100
Octal 244 142 134

Shades and tints

Shades of #A4625C

#A4625C
(164,98,92)
#965A54
(150,90,84)
#88524C
(136,82,76)
#7A4A44
(122,74,68)
#6C423C
(108,66,60)
#5E3A34
(94,58,52)
#50322C
(80,50,44)
#422A24
(66,42,36)
#34221C
(52,34,28)
#261A14
(38,26,20)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #A4625C

#A4625C
(164,98,92)
#AC706A
(172,112,106)
#B47E78
(180,126,120)
#BC8C86
(188,140,134)
#C49A94
(196,154,148)
#CCA8A2
(204,168,162)
#D4B6B0
(212,182,176)
#DCC4BE
(220,196,190)
#E4D2CC
(228,210,204)
#ECE0DA
(236,224,218)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4625C color. Also use rgb(164,98,92) instead hex code.

Text Font Color

.myTextColor { color: #A4625C; }

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

This text font color is #A4625C.

Background Color

.myBgColor { background-color: #A4625C; }

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

This div background color is #A4625C.

Border color

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

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

This div border color is #A4625C.

Opacity

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

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

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

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

This text has shadow with #A4625C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4625C.

Preview

Color preview on black background

This text has color #A4625C on black background.


Color preview on white background

This text has color #A4625C on white background.


Black color preview on #A4625C background

This text has black color on #A4625C background.


White color preview on #A4625C background

This text has white color on #A4625C background.


Related colors

Complementary color

Complementary color for #hex is #5B9DA3.


I love getcolorcode.com

Triadic colors

1 #5CA462 and #625CA4 with #A4625C are triadic colors.

2 #5C62A4 and #62A45C with #A4625C are triadic colors.