Color Hex Logo

#a18524 Color Hex

#A18524
(161,133,36)
0 Favorites   0 Comments

Color spaces of #a18524

RGB 16113336
HSL0.130.630.39
HSV47°78°63°
CMYK 0.000.170.78   0.37
XYZ23.403924.47955.1606
Yxy24.47950.44120.4615
Hunter Lab49.4768-2.148828.4496
CIE-Lab56.56470.612152.7330

#a18524 color RGB value is (161,133,36).

#a18524 hex color red value is 161, green value is 133 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a18524 hue: 0.13 , saturation: 0.63 and the lightness value of a18524 is 0.39.

The process color (four color CMYK) of #a18524 color hex is 0.00, 0.17, 0.78, 0.37. Web safe color of #a18524 is #999933. Color #a18524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 00100100
Octal 241 205 44
Decimal 161 133 36
Hex A1 85 24

RGB Percentages of Color #a18524

%48.79
%40.30
%10.91

CMYK Percentages of Color #a18524

%0
%17
%78
%37

Triadic Colors of #a18524

#a18524 #24a185 #8524a1

Analogous Colors of #a18524

#a18524 #7fa124 #a14724

Monochromatic Colors of #a18524

#a18524

Complementary Color

#a18524 #2440a1

#a18524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18524 Color CSS Codes

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

#a18524 Text Font Color

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

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


#a18524 Background Color

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

This div background color is #a18524


#a18524 Border Color

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

This div border color is #a18524


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,133,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a18524; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a18524;
  -webkit-box-shadow: 1px 1px 3px 2px #a18524;
  box-shadow:         1px 1px 3px 2px #a18524; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,133,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18524


Comments

No comments written yet.

Please login to write comment.