COLOR #A55A0F

HEX: #A55A0F
RGB: (165,90,15)

Color info

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

RGB color model

#A55A0F color RGB value is (165,90,15).

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

RGB channels and saturation

R 165 of 255 = 65%
G 90 of 255 = 35%
B 15 of 255 = 6%

165
90
15

R + G + B ~ 35%. #A55A0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 90 + 15 = 270 (100%)
R 165 of 270 ~ 61.11%
G 90 of 270 ~ 33.33%
B 15 of 270 ~ 5.56%

%61.11
%33.33

CMYK color model

#A55A0F color CMYK value is (0,45,91,35).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 90.91%
  • key color value is 35.29%
CMYK:
(0,45,91,35)
C0M45Y91K35 
(0%,45%,91%,35%)
(0.00/0.45/0.91/0.35)	

CMYK percentages

%0
%45.45
%90.91
%35.29

Codes

Color #A55A0F in popluar color models

A55A0F
RGB1659015
HSL30°83.33%35.29%
HSB/HSV30°90.91%64.71%
CMYK0.00%45.45%90.91%
35.29%

Color #A55A0F in popluar number systems.

HEXA55A0F
Decimal1659015
Binary1010010110110101111
Octal24513217

Shades and tints

Shades of #A55A0F

#A55A0F
(165,90,15)
#96520E
(150,82,14)
#874A0D
(135,74,13)
#78420C
(120,66,12)
#693A0B
(105,58,11)
#5A320A
(90,50,10)
#4B2A09
(75,42,9)
#3C2208
(60,34,8)
#2D1A07
(45,26,7)
#1E1206
(30,18,6)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #A55A0F

#A55A0F
(165,90,15)
#AD6924
(173,105,36)
#B57839
(181,120,57)
#BD874E
(189,135,78)
#C59663
(197,150,99)
#CDA578
(205,165,120)
#D5B48D
(213,180,141)
#DDC3A2
(221,195,162)
#E5D2B7
(229,210,183)
#EDE1CC
(237,225,204)
#F5F0E1
(245,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55A0F; }

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

This text font color is #A55A0F.


Background Color

.myBgColor { background-color: #A55A0F; }

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

This div background color is #A55A0F.


Border color

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

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

This div border color is #A55A0F.


Opacity

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

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

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

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

This text has shadow with #A55A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55A0F on black background.


Color preview on white background

This text has color #A55A0F on white background.



Black color preview on #A55A0F background

This text has black color on #A55A0F background.


White color preview on #A55A0F background

This text has white color on #A55A0F background.