Color Hex Logo

#a18450 Color Hex

#A18450
(161,132,80)
0 Favorites   0 Comments

Color spaces of #a18450

RGB 16113280
HSL0.110.340.47
HSV39°50°63°
CMYK 0.000.180.50   0.37
XYZ24.397224.658811.0632
Yxy24.65880.40580.4102
Hunter Lab49.65760.797721.5511
CIE-Lab56.74154.222632.0901

#a18450 color RGB value is (161,132,80).

#a18450 hex color red value is 161, green value is 132 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a18450 hue: 0.11 , saturation: 0.34 and the lightness value of a18450 is 0.47.

The process color (four color CMYK) of #a18450 color hex is 0.00, 0.18, 0.50, 0.37. Web safe color of #a18450 is #999966. Color #a18450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000100 01010000
Octal 241 204 120
Decimal 161 132 80
Hex A1 84 50

RGB Percentages of Color #a18450

%43.16
%35.39
%21.45

CMYK Percentages of Color #a18450

%0
%18
%50
%37

Triadic Colors of #a18450

#a18450 #50a184 #8450a1

Analogous Colors of #a18450

#a18450 #96a150 #a15c50

Monochromatic Colors of #a18450

#a18450

Complementary Color

#a18450 #506da1

#a18450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18450 Color CSS Codes

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

#a18450 Text Font Color

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

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


#a18450 Background Color

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

This div background color is #a18450


#a18450 Border Color

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

This div border color is #a18450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18450


Comments

No comments written yet.

Please login to write comment.