Color Hex Logo

#a18648 Color Hex

#A18648
(161,134,72)
0 Favorites   0 Comments

Color spaces of #a18648

RGB 16113472
HSL0.120.380.46
HSV42°55°63°
CMYK 0.000.170.55   0.37
XYZ24.392725.09519.6891
Yxy25.09510.41220.4241
Hunter Lab50.0950-0.749523.5990
CIE-Lab57.16802.364736.8613

#a18648 color RGB value is (161,134,72).

#a18648 hex color red value is 161, green value is 134 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a18648 hue: 0.12 , saturation: 0.38 and the lightness value of a18648 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000110 01001000
Octal 241 206 110
Decimal 161 134 72
Hex A1 86 48

RGB Percentages of Color #a18648

%43.87
%36.51
%19.62

CMYK Percentages of Color #a18648

%0
%17
%55
%37

Triadic Colors of #a18648

#a18648 #48a186 #8648a1

Analogous Colors of #a18648

#a18648 #90a148 #a15a48

Monochromatic Colors of #a18648

#a18648

Complementary Color

#a18648 #4863a1

#a18648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18648 Color CSS Codes

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

#a18648 Text Font Color

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

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


#a18648 Background Color

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

This div background color is #a18648


#a18648 Border Color

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

This div border color is #a18648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18648


Comments

No comments written yet.

Please login to write comment.