Color Hex Logo

#a5222e Color Hex

#A5222E
(165,34,46)
0 Favorites   0 Comments

Color spaces of #a5222e

RGB 1653446
HSL0.980.660.39
HSV355°79°65°
CMYK 0.000.790.72   0.35
XYZ16.58229.34063.5137
Yxy9.34060.56330.3173
Hunter Lab30.562443.364314.5772
CIE-Lab36.632052.524027.0704

#a5222e color RGB value is (165,34,46).

#a5222e hex color red value is 165, green value is 34 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a5222e hue: 0.98 , saturation: 0.66 and the lightness value of a5222e is 0.39.

The process color (four color CMYK) of #a5222e color hex is 0.00, 0.79, 0.72, 0.35. Web safe color of #a5222e is #993333. Color #a5222e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 00101110
Octal 245 42 56
Decimal 165 34 46
Hex A5 22 2E

RGB Percentages of Color #a5222e

%67.35
%13.88
%18.78

CMYK Percentages of Color #a5222e

%0
%79
%72
%35

Triadic Colors of #a5222e

#a5222e #2ea522 #222ea5

Analogous Colors of #a5222e

#a5222e #a55722 #a52270

Monochromatic Colors of #a5222e

#a5222e

Complementary Color

#a5222e #22a599

#a5222e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5222e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5222e Color CSS Codes

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

#a5222e Text Font Color

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

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


#a5222e Background Color

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

This div background color is #a5222e


#a5222e Border Color

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

This div border color is #a5222e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,34,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5222e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5222e;
  -webkit-box-shadow: 1px 1px 3px 2px #a5222e;
  box-shadow:         1px 1px 3px 2px #a5222e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,34,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5222e


Comments

No comments written yet.

Please login to write comment.