Color Hex Logo

#a54718 Color Hex

#A54718
(165,71,24)
0 Favorites   0 Comments

Color spaces of #a54718

RGB 1657124
HSL0.060.750.37
HSV20°85°65°
CMYK 0.000.570.85   0.35
XYZ17.935212.57182.3455
Yxy12.57180.54590.3827
Hunter Lab35.456728.242020.8976
CIE-Lab42.110836.309144.5424

#a54718 color RGB value is (165,71,24).

#a54718 hex color red value is 165, green value is 71 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #a54718 hue: 0.06 , saturation: 0.75 and the lightness value of a54718 is 0.37.

The process color (four color CMYK) of #a54718 color hex is 0.00, 0.57, 0.85, 0.35. Web safe color of #a54718 is #993300. Color #a54718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000111 00011000
Octal 245 107 30
Decimal 165 71 24
Hex A5 47 18

RGB Percentages of Color #a54718

%63.46
%27.31
%9.23

CMYK Percentages of Color #a54718

%0
%57
%85
%35

Triadic Colors of #a54718

#a54718 #18a547 #4718a5

Analogous Colors of #a54718

#a54718 #a58e18 #a51830

Monochromatic Colors of #a54718

#a54718

Complementary Color

#a54718 #1876a5

#a54718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54718 Color CSS Codes

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

#a54718 Text Font Color

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

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


#a54718 Background Color

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

This div background color is #a54718


#a54718 Border Color

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

This div border color is #a54718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54718


Comments

No comments written yet.

Please login to write comment.