Color Hex Logo

#a18606 Color Hex

#A18606
(161,134,6)
0 Favorites   0 Comments

Color spaces of #a18606

RGB 1611346
HSL0.140.930.33
HSV50°96°63°
CMYK 0.000.170.96   0.37
XYZ23.255924.64043.7027
Yxy24.64040.45070.4775
Hunter Lab49.6391-3.241230.3248
CIE-Lab56.7234-0.733760.5889

#a18606 color RGB value is (161,134,6).

#a18606 hex color red value is 161, green value is 134 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #a18606 hue: 0.14 , saturation: 0.93 and the lightness value of a18606 is 0.33.

The process color (four color CMYK) of #a18606 color hex is 0.00, 0.17, 0.96, 0.37. Web safe color of #a18606 is #999900. Color #a18606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000110 00000110
Octal 241 206 6
Decimal 161 134 6
Hex A1 86 6

RGB Percentages of Color #a18606

%53.49
%44.52
%1.99

CMYK Percentages of Color #a18606

%0
%17
%96
%37

Triadic Colors of #a18606

#a18606 #06a186 #8606a1

Analogous Colors of #a18606

#a18606 #6fa106 #a13806

Monochromatic Colors of #a18606

#a18606

Complementary Color

#a18606 #0621a1

#a18606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18606 Color CSS Codes

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

#a18606 Text Font Color

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

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


#a18606 Background Color

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

This div background color is #a18606


#a18606 Border Color

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

This div border color is #a18606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18606


Comments

No comments written yet.

Please login to write comment.