COLOR #A5533A

HEX: #A5533A RGB: (165,83,58)

Color info

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

RGB color model

#A5533A color RGB value is (165,83,58).

RGB: (165,83,58) (65%, 33%, 23%)

RGB channels and saturation

R 165 of 255 = 65%
G 83 of 255 = 33%
B 58 of 255 = 23%

165
83
58

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

Portions of RGB colors in percentages

R + G + B = 165 + 83 + 58 = 306 (100%)
R 165 of 306 ~ 53.92%
G 83 of 306 ~ 27.12%
B 58 of 306 ~ 18.95'%

%53.92
%27.12
%18.95

CMYK color model

#A5533A color CMYK value is (0,50,65,35).

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

CMYK: (0,50,65,35)
C0M50Y65K35 (0%, 50%, 65%, 35%)
(0.00 / 0.50 / 0.65 / 0.35)

CMYK percentages

%0
%49.7
%64.85
%35.29

Codes

Color #A5533A in popluar color models

A5 53 3A
RGB 165 83 58
HSL 14° 47.98% 43.73%
HSB/HSV 14° 64.85% 64.71%
CMYK 0.00% 49.70% 64.85%
35.29%

Color #A5533A in popluar number systems.

HEX A5 53 3A
Decimal 165 83 58
Binary 10100101 1010011 111010
Octal 245 123 72

Shades and tints

Shades of #A5533A

#A5533A
(165,83,58)
#964C35
(150,76,53)
#874530
(135,69,48)
#783E2B
(120,62,43)
#693726
(105,55,38)
#5A3021
(90,48,33)
#4B291C
(75,41,28)
#3C2217
(60,34,23)
#2D1B12
(45,27,18)
#1E140D
(30,20,13)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #A5533A

#A5533A
(165,83,58)
#AD624B
(173,98,75)
#B5715C
(181,113,92)
#BD806D
(189,128,109)
#C58F7E
(197,143,126)
#CD9E8F
(205,158,143)
#D5ADA0
(213,173,160)
#DDBCB1
(221,188,177)
#E5CBC2
(229,203,194)
#EDDAD3
(237,218,211)
#F5E9E4
(245,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5533A; }

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

This text font color is #A5533A.

Background Color

.myBgColor { background-color: #A5533A; }

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

This div background color is #A5533A.

Border color

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

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

This div border color is #A5533A.

Opacity

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

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

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

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

This text has shadow with #A5533A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5533A.

Preview

Color preview on black background

This text has color #A5533A on black background.


Color preview on white background

This text has color #A5533A on white background.


Black color preview on #A5533A background

This text has black color on #A5533A background.


White color preview on #A5533A background

This text has white color on #A5533A background.


Related colors

Complementary color

Complementary color for #hex is #5AACC5.


I love getcolorcode.com

Triadic colors

1 #3AA553 and #533AA5 with #A5533A are triadic colors.

2 #3A53A5 and #53A53A with #A5533A are triadic colors.