COLOR #A5634F

HEX: #A5634F RGB: (165,99,79)

Color info

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

RGB color model

#A5634F color RGB value is (165,99,79).

RGB: (165,99,79) (65%, 39%, 31%)

RGB channels and saturation

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

165
99
79

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

Portions of RGB colors in percentages

R + G + B = 165 + 99 + 79 = 343 (100%)
R 165 of 343 ~ 48.1%
G 99 of 343 ~ 28.86%
B 79 of 343 ~ 23.03'%

%48.1
%28.86
%23.03

CMYK color model

#A5634F color CMYK value is (0,40,52,35).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 52.12%
  • key color value is 35.29%

CMYK: (0,40,52,35)
C0M40Y52K35 (0%, 40%, 52%, 35%)
(0.00 / 0.40 / 0.52 / 0.35)

CMYK percentages

%0
%40
%52.12
%35.29

Codes

Color #A5634F in popluar color models

A5 63 4F
RGB 165 99 79
HSL 14° 35.25% 47.84%
HSB/HSV 14° 52.12% 64.71%
CMYK 0.00% 40.00% 52.12%
35.29%

Color #A5634F in popluar number systems.

HEX A5 63 4F
Decimal 165 99 79
Binary 10100101 1100011 1001111
Octal 245 143 117

Shades and tints

Shades of #A5634F

#A5634F
(165,99,79)
#965A48
(150,90,72)
#875141
(135,81,65)
#78483A
(120,72,58)
#693F33
(105,63,51)
#5A362C
(90,54,44)
#4B2D25
(75,45,37)
#3C241E
(60,36,30)
#2D1B17
(45,27,23)
#1E1210
(30,18,16)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #A5634F

#A5634F
(165,99,79)
#AD715F
(173,113,95)
#B57F6F
(181,127,111)
#BD8D7F
(189,141,127)
#C59B8F
(197,155,143)
#CDA99F
(205,169,159)
#D5B7AF
(213,183,175)
#DDC5BF
(221,197,191)
#E5D3CF
(229,211,207)
#EDE1DF
(237,225,223)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5634F; }

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

This text font color is #A5634F.

Background Color

.myBgColor { background-color: #A5634F; }

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

This div background color is #A5634F.

Border color

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

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

This div border color is #A5634F.

Opacity

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

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

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

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

This text has shadow with #A5634F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5634F.

Preview

Color preview on black background

This text has color #A5634F on black background.


Color preview on white background

This text has color #A5634F on white background.


Black color preview on #A5634F background

This text has black color on #A5634F background.


White color preview on #A5634F background

This text has white color on #A5634F background.


Related colors

Complementary color

Complementary color for #hex is #5A9CB0.


I love getcolorcode.com

Triadic colors

1 #4FA563 and #634FA5 with #A5634F are triadic colors.

2 #4F63A5 and #63A54F with #A5634F are triadic colors.