COLOR #A55A18

HEX: #A55A18
RGB: (165,90,24)

Color info

#A55A18 contains mainly red color. Web safe color of #A55A18 is #996600 (or #960).

RGB color model

#A55A18 color RGB value is (165,90,24).

  • red value is 165;
  • green value is 90;
  • blue value is 24.
RGB:
(165,90,24)
(65%,35%,9%)

RGB channels and saturation

R 165 of 255 = 65%
G 90 of 255 = 35%
B 24 of 255 = 9%

165
90
24

R + G + B ~ 36%. #A55A18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 90 + 24 = 279 (100%)
R 165 of 279 ~ 59.14%
G 90 of 279 ~ 32.26%
B 24 of 279 ~ 8.6%

%59.14
%32.26

CMYK color model

#A55A18 color CMYK value is (0,45,85,35).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 85.45%
  • key color value is 35.29%
CMYK:
(0,45,85,35)
C0M45Y85K35 
(0%,45%,85%,35%)
(0.00/0.45/0.85/0.35)	

CMYK percentages

%0
%45.45
%85.45
%35.29

Codes

Color #A55A18 in popluar color models

A55A18
RGB1659024
HSL28°74.60%37.06%
HSB/HSV28°85.45%64.71%
CMYK0.00%45.45%85.45%
35.29%

Color #A55A18 in popluar number systems.

HEXA55A18
Decimal1659024
Binary10100101101101011000
Octal24513230

Shades and tints

Shades of #A55A18

#A55A18
(165,90,24)
#965216
(150,82,22)
#874A14
(135,74,20)
#784212
(120,66,18)
#693A10
(105,58,16)
#5A320E
(90,50,14)
#4B2A0C
(75,42,12)
#3C220A
(60,34,10)
#2D1A08
(45,26,8)
#1E1206
(30,18,6)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #A55A18

#A55A18
(165,90,24)
#AD692D
(173,105,45)
#B57842
(181,120,66)
#BD8757
(189,135,87)
#C5966C
(197,150,108)
#CDA581
(205,165,129)
#D5B496
(213,180,150)
#DDC3AB
(221,195,171)
#E5D2C0
(229,210,192)
#EDE1D5
(237,225,213)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55A18 color. Also use rgb(165,90,24) instead hex code.

Text Font Color

.myTextColor { color: #A55A18; }

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

This text font color is #A55A18.


Background Color

.myBgColor { background-color: #A55A18; }

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

This div background color is #A55A18.


Border color

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

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

This div border color is #A55A18.


Opacity

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

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

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

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

This text has shadow with #A55A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55A18 on black background.


Color preview on white background

This text has color #A55A18 on white background.



Black color preview on #A55A18 background

This text has black color on #A55A18 background.


White color preview on #A55A18 background

This text has white color on #A55A18 background.