Color Hex Logo

#a2441a Color Hex

#A2441A
(162,68,26)
0 Favorites   0 Comments

Color spaces of #a2441a

RGB 1626826
HSL0.050.720.37
HSV19°84°64°
CMYK 0.000.580.84   0.36
XYZ17.153911.89022.3682
Yxy11.89020.54610.3785
Hunter Lab34.482228.454920.0655
CIE-Lab41.041136.693842.5190

#a2441a color RGB value is (162,68,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000100 00011010
Octal 242 104 32
Decimal 162 68 26
Hex A2 44 1A

RGB Percentages of Color #a2441a

%63.28
%26.56
%10.16

CMYK Percentages of Color #a2441a

%0
%58
%84
%36

Triadic Colors of #a2441a

#a2441a #1aa244 #441aa2

Analogous Colors of #a2441a

#a2441a #a2881a #a21a34

Monochromatic Colors of #a2441a

#a2441a

Complementary Color

#a2441a #1a78a2

#a2441a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2441a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2441a Color CSS Codes

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

#a2441a Text Font Color

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

This sample text font color is #a2441a
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.


#a2441a Background Color

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

This div background color is #a2441a


#a2441a Border Color

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

This div border color is #a2441a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2441a


Comments

No comments written yet.

Please login to write comment.