Color Hex Logo

#a5331e Color Hex

#A5331E
(165,51,30)
0 Favorites   0 Comments

Color spaces of #a5331e

RGB 1655130
HSL0.030.690.38
HSV82°65°
CMYK 0.000.690.82   0.35
XYZ16.935210.46072.3548
Yxy10.46070.56920.3516
Hunter Lab32.343036.864618.3234
CIE-Lab38.656945.764538.5139

#a5331e color RGB value is (165,51,30).

#a5331e hex color red value is 165, green value is 51 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a5331e hue: 0.03 , saturation: 0.69 and the lightness value of a5331e is 0.38.

The process color (four color CMYK) of #a5331e color hex is 0.00, 0.69, 0.82, 0.35. Web safe color of #a5331e is #993333. Color #a5331e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110011 00011110
Octal 245 63 36
Decimal 165 51 30
Hex A5 33 1E

RGB Percentages of Color #a5331e

%67.07
%20.73
%12.20

CMYK Percentages of Color #a5331e

%0
%69
%82
%35

Triadic Colors of #a5331e

#a5331e #1ea533 #331ea5

Analogous Colors of #a5331e

#a5331e #a5771e #a51e4c

Monochromatic Colors of #a5331e

#a5331e

Complementary Color

#a5331e #1e90a5

#a5331e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5331e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5331e Color CSS Codes

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

#a5331e Text Font Color

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

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


#a5331e Background Color

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

This div background color is #a5331e


#a5331e Border Color

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

This div border color is #a5331e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5331e


Comments

No comments written yet.

Please login to write comment.