COLOR #A55830

HEX: #A55830
RGB: (165,88,48)

Color info

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

RGB color model

#A55830 color RGB value is (165,88,48).

  • red value is 165;
  • green value is 88;
  • blue value is 48.
RGB:
(165,88,48)
(65%,35%,19%)

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 48 of 255 = 19%

165
88
48

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

Portions of RGB colors in percentages

R + G + B =
165 + 88 + 48 = 301 (100%)
R 165 of 301 ~ 54.82%
G 88 of 301 ~ 29.24%
B 48 of 301 ~ 15.95%

%54.82
%29.24
%15.95

CMYK color model

#A55830 color CMYK value is (0,47,71,35).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 70.91%
  • key color value is 35.29%
CMYK:
(0,47,71,35)
C0M47Y71K35 
(0%,47%,71%,35%)
(0.00/0.47/0.71/0.35)	

CMYK percentages

%0
%46.67
%70.91
%35.29

Codes

Color #A55830 in popluar color models

A55830
RGB1658848
HSL21°54.93%41.76%
HSB/HSV21°70.91%64.71%
CMYK0.00%46.67%70.91%
35.29%

Color #A55830 in popluar number systems.

HEXA55830
Decimal1658848
Binary101001011011000110000
Octal24513060

Shades and tints

Shades of #A55830

#A55830
(165,88,48)
#96502C
(150,80,44)
#874828
(135,72,40)
#784024
(120,64,36)
#693820
(105,56,32)
#5A301C
(90,48,28)
#4B2818
(75,40,24)
#3C2014
(60,32,20)
#2D1810
(45,24,16)
#1E100C
(30,16,12)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #A55830

#A55830
(165,88,48)
#AD6742
(173,103,66)
#B57654
(181,118,84)
#BD8566
(189,133,102)
#C59478
(197,148,120)
#CDA38A
(205,163,138)
#D5B29C
(213,178,156)
#DDC1AE
(221,193,174)
#E5D0C0
(229,208,192)
#EDDFD2
(237,223,210)
#F5EEE4
(245,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55830 color. Also use rgb(165,88,48) instead hex code.

Text Font Color

.myTextColor { color: #A55830; }

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

This text font color is #A55830.


Background Color

.myBgColor { background-color: #A55830; }

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

This div background color is #A55830.


Border color

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

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

This div border color is #A55830.


Opacity

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

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

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

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

This text has shadow with #A55830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55830 on black background.


Color preview on white background

This text has color #A55830 on white background.



Black color preview on #A55830 background

This text has black color on #A55830 background.


White color preview on #A55830 background

This text has white color on #A55830 background.