COLOR #A55322

HEX: #A55322 RGB: (165,83,34)

Color info

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

RGB color model

#A55322 color RGB value is (165,83,34).

RGB: (165,83,34) (65%, 33%, 13%)

RGB channels and saturation

R 165 of 255 = 65%
G 83 of 255 = 33%
B 34 of 255 = 13%

165
83
34

R + G + B ~ 37%. #A55322 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 165 + 83 + 34 = 282 (100%)
R 165 of 282 ~ 58.51%
G 83 of 282 ~ 29.43%
B 34 of 282 ~ 12.06'%

%58.51
%29.43
%12.06

CMYK color model

#A55322 color CMYK value is (0,50,79,35).

  • cyan value is 0.00%
  • magenta value is 49.70%
  • yellow value is 79.39%
  • key color value is 35.29%

CMYK: (0,50,79,35)
C0M50Y79K35 (0%, 50%, 79%, 35%)
(0.00 / 0.50 / 0.79 / 0.35)

CMYK percentages

%0
%49.7
%79.39
%35.29

Codes

Color #A55322 in popluar color models

A5 53 22
RGB 165 83 34
HSL 22° 65.83% 39.02%
HSB/HSV 22° 79.39% 64.71%
CMYK 0.00% 49.70% 79.39%
35.29%

Color #A55322 in popluar number systems.

HEX A5 53 22
Decimal 165 83 34
Binary 10100101 1010011 100010
Octal 245 123 42

Shades and tints

Shades of #A55322

#A55322
(165,83,34)
#964C1F
(150,76,31)
#87451C
(135,69,28)
#783E19
(120,62,25)
#693716
(105,55,22)
#5A3013
(90,48,19)
#4B2910
(75,41,16)
#3C220D
(60,34,13)
#2D1B0A
(45,27,10)
#1E1407
(30,20,7)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #A55322

#A55322
(165,83,34)
#AD6236
(173,98,54)
#B5714A
(181,113,74)
#BD805E
(189,128,94)
#C58F72
(197,143,114)
#CD9E86
(205,158,134)
#D5AD9A
(213,173,154)
#DDBCAE
(221,188,174)
#E5CBC2
(229,203,194)
#EDDAD6
(237,218,214)
#F5E9EA
(245,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55322 color. Also use rgb(165,83,34) instead hex code.

Text Font Color

.myTextColor { color: #A55322; }

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

This text font color is #A55322.

Background Color

.myBgColor { background-color: #A55322; }

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

This div background color is #A55322.

Border color

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

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

This div border color is #A55322.

Opacity

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

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

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

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

This text has shadow with #A55322 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55322.

Preview

Color preview on black background

This text has color #A55322 on black background.


Color preview on white background

This text has color #A55322 on white background.


Black color preview on #A55322 background

This text has black color on #A55322 background.


White color preview on #A55322 background

This text has white color on #A55322 background.


Related colors

Complementary color

Complementary color for #hex is #5AACDD.


I love getcolorcode.com

Triadic colors

1 #22A553 and #5322A5 with #A55322 are triadic colors.

2 #2253A5 and #53A522 with #A55322 are triadic colors.