Color Hex Logo

#a2441c Color Hex

#A2441C
(162,68,28)
0 Favorites   0 Comments

Color spaces of #a2441c

RGB 1626828
HSL0.050.710.37
HSV18°83°64°
CMYK 0.000.580.83   0.36
XYZ17.177011.89952.4901
Yxy11.89950.54420.3770
Hunter Lab34.495728.516119.8671
CIE-Lab41.055936.756541.6028

#a2441c color RGB value is (162,68,28).

#a2441c hex color red value is 162, green value is 68 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a2441c hue: 0.05 , saturation: 0.71 and the lightness value of a2441c is 0.37.

The process color (four color CMYK) of #a2441c color hex is 0.00, 0.58, 0.83, 0.36. Web safe color of #a2441c is #993333. Color #a2441c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000100 00011100
Octal 242 104 34
Decimal 162 68 28
Hex A2 44 1C

RGB Percentages of Color #a2441c

%62.79
%26.36
%10.85

CMYK Percentages of Color #a2441c

%0
%58
%83
%36

Triadic Colors of #a2441c

#a2441c #1ca244 #441ca2

Analogous Colors of #a2441c

#a2441c #a2871c #a21c37

Monochromatic Colors of #a2441c

#a2441c

Complementary Color

#a2441c #1c7aa2

#a2441c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2441c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2441c Color CSS Codes

.mybgcolor {background-color:#a2441c; } 
.myforecolor {color:#a2441c; }
.mybordercolor {border:3px solid #a2441c; }

#a2441c Text Font Color

<p style="color:#a2441c">Text here</p>

This sample text font color is #a2441c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a2441c Background Color

<div style="background-color:#a2441c">
Div content here</div>

This div background color is #a2441c


#a2441c Border Color

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

This div border color is #a2441c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,68,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2441c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2441c;
  -webkit-box-shadow: 1px 1px 3px 2px #a2441c;
  box-shadow:         1px 1px 3px 2px #a2441c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,68,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a2441c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a2441c;
  -webkit-box-shadow: 1px 1px 3px 2px #a2441c;
  box-shadow:         1px 1px 3px 2px #a2441c;">
Div content here</div>

This div box has shadow with color #a2441c


Comments

No comments written yet.

Please login to write comment.