COLOR #A5633C

HEX: #A5633C RGB: (165,99,60)

Color info

#A5633C contains mainly red color. Web safe color of #A5633C is #996633 (or #963).

RGB color model

#A5633C color RGB value is (165,99,60).

RGB: (165,99,60) (65%, 39%, 24%)

RGB channels and saturation

R 165 of 255 = 65%
G 99 of 255 = 39%
B 60 of 255 = 24%

165
99
60

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

Portions of RGB colors in percentages

R + G + B = 165 + 99 + 60 = 324 (100%)
R 165 of 324 ~ 50.93%
G 99 of 324 ~ 30.56%
B 60 of 324 ~ 18.52'%

%50.93
%30.56
%18.52

CMYK color model

#A5633C color CMYK value is (0,40,64,35).

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

CMYK: (0,40,64,35)
C0M40Y64K35 (0%, 40%, 64%, 35%)
(0.00 / 0.40 / 0.64 / 0.35)

CMYK percentages

%0
%40
%63.64
%35.29

Codes

Color #A5633C in popluar color models

A5 63 3C
RGB 165 99 60
HSL 22° 46.67% 44.12%
HSB/HSV 22° 63.64% 64.71%
CMYK 0.00% 40.00% 63.64%
35.29%

Color #A5633C in popluar number systems.

HEX A5 63 3C
Decimal 165 99 60
Binary 10100101 1100011 111100
Octal 245 143 74

Shades and tints

Shades of #A5633C

#A5633C
(165,99,60)
#965A37
(150,90,55)
#875132
(135,81,50)
#78482D
(120,72,45)
#693F28
(105,63,40)
#5A3623
(90,54,35)
#4B2D1E
(75,45,30)
#3C2419
(60,36,25)
#2D1B14
(45,27,20)
#1E120F
(30,18,15)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #A5633C

#A5633C
(165,99,60)
#AD714D
(173,113,77)
#B57F5E
(181,127,94)
#BD8D6F
(189,141,111)
#C59B80
(197,155,128)
#CDA991
(205,169,145)
#D5B7A2
(213,183,162)
#DDC5B3
(221,197,179)
#E5D3C4
(229,211,196)
#EDE1D5
(237,225,213)
#F5EFE6
(245,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5633C; }

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

This text font color is #A5633C.

Background Color

.myBgColor { background-color: #A5633C; }

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

This div background color is #A5633C.

Border color

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

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

This div border color is #A5633C.

Opacity

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

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

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

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

This text has shadow with #A5633C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5633C.

Preview

Color preview on black background

This text has color #A5633C on black background.


Color preview on white background

This text has color #A5633C on white background.


Black color preview on #A5633C background

This text has black color on #A5633C background.


White color preview on #A5633C background

This text has white color on #A5633C background.


Related colors

Complementary color

Complementary color for #hex is #5A9CC3.


I love getcolorcode.com

Triadic colors

1 #3CA563 and #633CA5 with #A5633C are triadic colors.

2 #3C63A5 and #63A53C with #A5633C are triadic colors.