Color Hex Logo

#a68204 Color Hex

#A68204
(166,130,4)
0 Favorites   0 Comments

Color spaces of #a68204

RGB 1661304
HSL0.130.950.33
HSV47°98°65°
CMYK 0.000.220.98   0.35
XYZ23.730424.08103.5122
Yxy24.08100.46240.4692
Hunter Lab49.07240.442230.1072
CIE-Lab56.16883.769360.7636

#a68204 color RGB value is (166,130,4).

#a68204 hex color red value is 166, green value is 130 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a68204 hue: 0.13 , saturation: 0.95 and the lightness value of a68204 is 0.33.

The process color (four color CMYK) of #a68204 color hex is 0.00, 0.22, 0.98, 0.35. Web safe color of #a68204 is #999900. Color #a68204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000010 00000100
Octal 246 202 4
Decimal 166 130 4
Hex A6 82 4

RGB Percentages of Color #a68204

%55.33
%43.33
%1.33

CMYK Percentages of Color #a68204

%0
%22
%98
%35

Triadic Colors of #a68204

#a68204 #04a682 #8204a6

Analogous Colors of #a68204

#a68204 #79a604 #a63104

Monochromatic Colors of #a68204

#a68204

Complementary Color

#a68204 #0428a6

#a68204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68204 Color CSS Codes

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

#a68204 Text Font Color

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

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


#a68204 Background Color

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

This div background color is #a68204


#a68204 Border Color

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

This div border color is #a68204


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,130,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a68204; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a68204;
  -webkit-box-shadow: 1px 1px 3px 2px #a68204;
  box-shadow:         1px 1px 3px 2px #a68204; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68204


Comments

No comments written yet.

Please login to write comment.