COLOR #A5634E

HEX: #A5634E
RGB: (165,99,78)

Color info

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

RGB color model

#A5634E color RGB value is (165,99,78).

  • red value is 165;
  • green value is 99;
  • blue value is 78.
RGB:
(165,99,78)
(65%,39%,31%)

RGB channels and saturation

R 165 of 255 = 65%
G 99 of 255 = 39%
B 78 of 255 = 31%

165
99
78

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

Portions of RGB colors in percentages

R + G + B =
165 + 99 + 78 = 342 (100%)
R 165 of 342 ~ 48.25%
G 99 of 342 ~ 28.95%
B 78 of 342 ~ 22.81%

%48.25
%28.95
%22.81

CMYK color model

#A5634E color CMYK value is (0,40,53,35).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 52.73%
  • key color value is 35.29%
CMYK:
(0,40,53,35)
C0M40Y53K35 
(0%,40%,53%,35%)
(0.00/0.40/0.53/0.35)	

CMYK percentages

%0
%40
%52.73
%35.29

Codes

Color #A5634E in popluar color models

A5634E
RGB1659978
HSL14°35.80%47.65%
HSB/HSV14°52.73%64.71%
CMYK0.00%40.00%52.73%
35.29%

Color #A5634E in popluar number systems.

HEXA5634E
Decimal1659978
Binary1010010111000111001110
Octal245143116

Shades and tints

Shades of #A5634E

#A5634E
(165,99,78)
#965A47
(150,90,71)
#875140
(135,81,64)
#784839
(120,72,57)
#693F32
(105,63,50)
#5A362B
(90,54,43)
#4B2D24
(75,45,36)
#3C241D
(60,36,29)
#2D1B16
(45,27,22)
#1E120F
(30,18,15)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #A5634E

#A5634E
(165,99,78)
#AD715E
(173,113,94)
#B57F6E
(181,127,110)
#BD8D7E
(189,141,126)
#C59B8E
(197,155,142)
#CDA99E
(205,169,158)
#D5B7AE
(213,183,174)
#DDC5BE
(221,197,190)
#E5D3CE
(229,211,206)
#EDE1DE
(237,225,222)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5634E color. Also use rgb(165,99,78) instead hex code.

Text Font Color

.myTextColor { color: #A5634E; }

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

This text font color is #A5634E.


Background Color

.myBgColor { background-color: #A5634E; }

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

This div background color is #A5634E.


Border color

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

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

This div border color is #A5634E.


Opacity

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

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

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

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

This text has shadow with #A5634E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5634E on black background.


Color preview on white background

This text has color #A5634E on white background.



Black color preview on #A5634E background

This text has black color on #A5634E background.


White color preview on #A5634E background

This text has white color on #A5634E background.