COLOR #A52A2A

HEX: #A52A2A
RGB: (165,42,42)

Color info

Color name is Brown. #A52A2A contains mainly red color. Web safe color of #A52A2A is #993333 (or #933).

RGB color model

#A52A2A color RGB value is (165,42,42).

  • red value is 165;
  • green value is 42;
  • blue value is 42.
RGB:
(165,42,42)
(65%,16%,16%)

RGB channels and saturation

R 165 of 255 = 65%
G 42 of 255 = 16%
B 42 of 255 = 16%

165
42
42

R + G + B ~ 32%. #A52A2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 42 + 42 = 249 (100%)
R 165 of 249 ~ 66.27%
G 42 of 249 ~ 16.87%
B 42 of 249 ~ 16.87%

%66.27
%16.87
%16.87

CMYK color model

#A52A2A color CMYK value is (0,75,75,35).

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 74.55%
  • key color value is 35.29%
CMYK:
(0,75,75,35)
C0M75Y75K35 
(0%,75%,75%,35%)
(0.00/0.75/0.75/0.35)	

CMYK percentages

%0
%74.55
%74.55
%35.29

Codes

Color #A52A2A in popluar color models

A52A2A
RGB1654242
HSL59.42%40.59%
HSB/HSV74.55%64.71%
CMYK0.00%74.55%74.55%
35.29%

Color #A52A2A in popluar number systems.

HEXA52A2A
Decimal1654242
Binary10100101101010101010
Octal2455252

Shades and tints

Shades of #A52A2A

#A52A2A
(165,42,42)
#962727
(150,39,39)
#872424
(135,36,36)
#782121
(120,33,33)
#691E1E
(105,30,30)
#5A1B1B
(90,27,27)
#4B1818
(75,24,24)
#3C1515
(60,21,21)
#2D1212
(45,18,18)
#1E0F0F
(30,15,15)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #A52A2A

#A52A2A
(165,42,42)
#AD3D3D
(173,61,61)
#B55050
(181,80,80)
#BD6363
(189,99,99)
#C57676
(197,118,118)
#CD8989
(205,137,137)
#D59C9C
(213,156,156)
#DDAFAF
(221,175,175)
#E5C2C2
(229,194,194)
#EDD5D5
(237,213,213)
#F5E8E8
(245,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A52A2A; }

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

This text font color is #A52A2A.


Background Color

.myBgColor { background-color: #A52A2A; }

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

This div background color is #A52A2A.


Border color

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

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

This div border color is #A52A2A.


Opacity

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

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

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

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

This text has shadow with #A52A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52A2A on black background.


Color preview on white background

This text has color #A52A2A on white background.



Black color preview on #A52A2A background

This text has black color on #A52A2A background.


White color preview on #A52A2A background

This text has white color on #A52A2A background.