Color Hex Logo

#a54312 Color Hex

#A54312
(165,67,18)
0 Favorites   0 Comments

Color spaces of #a54312

RGB 1656718
HSL0.060.800.36
HSV20°89°65°
CMYK 0.000.590.89   0.35
XYZ17.633412.05731.9702
Yxy12.05730.55690.3808
Hunter Lab34.723629.879820.9425
CIE-Lab41.307038.156046.2987

#a54312 color RGB value is (165,67,18).

#a54312 hex color red value is 165, green value is 67 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a54312 hue: 0.06 , saturation: 0.80 and the lightness value of a54312 is 0.36.

The process color (four color CMYK) of #a54312 color hex is 0.00, 0.59, 0.89, 0.35. Web safe color of #a54312 is #993300. Color #a54312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 00010010
Octal 245 103 22
Decimal 165 67 18
Hex A5 43 12

RGB Percentages of Color #a54312

%66.00
%26.80
%7.20

CMYK Percentages of Color #a54312

%0
%59
%89
%35

Triadic Colors of #a54312

#a54312 #12a543 #4312a5

Analogous Colors of #a54312

#a54312 #a58d12 #a5122b

Monochromatic Colors of #a54312

#a54312

Complementary Color

#a54312 #1274a5

#a54312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54312 Color CSS Codes

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

#a54312 Text Font Color

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

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


#a54312 Background Color

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

This div background color is #a54312


#a54312 Border Color

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

This div border color is #a54312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54312


Comments

No comments written yet.

Please login to write comment.