Color Hex Logo

#a25918 Color Hex

#A25918
(162,89,24)
0 Favorites   0 Comments

Color spaces of #a25918

RGB 1628924
HSL0.080.740.36
HSV28°85°64°
CMYK 0.000.450.85   0.36
XYZ18.637514.89212.7563
Yxy14.89210.51360.4104
Hunter Lab38.590318.675122.7784
CIE-Lab45.486125.456247.2860

#a25918 color RGB value is (162,89,24).

#a25918 hex color red value is 162, green value is 89 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #a25918 hue: 0.08 , saturation: 0.74 and the lightness value of a25918 is 0.36.

The process color (four color CMYK) of #a25918 color hex is 0.00, 0.45, 0.85, 0.36. Web safe color of #a25918 is #996600. Color #a25918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011001 00011000
Octal 242 131 30
Decimal 162 89 24
Hex A2 59 18

RGB Percentages of Color #a25918

%58.91
%32.36
%8.73

CMYK Percentages of Color #a25918

%0
%45
%85
%36

Triadic Colors of #a25918

#a25918 #18a259 #5918a2

Analogous Colors of #a25918

#a25918 #a29e18 #a2181c

Monochromatic Colors of #a25918

#a25918

Complementary Color

#a25918 #1861a2

#a25918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25918 Color CSS Codes

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

#a25918 Text Font Color

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

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


#a25918 Background Color

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

This div background color is #a25918


#a25918 Border Color

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

This div border color is #a25918


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,89,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 #a25918">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25918


Comments

No comments written yet.

Please login to write comment.