Color Hex Logo

#a67204 Color Hex

#A67204
(166,114,4)
0 Favorites   0 Comments

Color spaces of #a67204

RGB 1661144
HSL0.110.950.33
HSV41°98°65°
CMYK 0.000.310.98   0.35
XYZ21.765120.15042.8571
Yxy20.15040.48610.4501
Hunter Lab44.88927.991927.6488
CIE-Lab52.006812.765757.8214

#a67204 color RGB value is (166,114,4).

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

The process color (four color CMYK) of #a67204 color hex is 0.00, 0.31, 0.98, 0.35. Web safe color of #a67204 is #996600. Color #a67204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110010 00000100
Octal 246 162 4
Decimal 166 114 4
Hex A6 72 4

RGB Percentages of Color #a67204

%58.45
%40.14
%1.41

CMYK Percentages of Color #a67204

%0
%31
%98
%35

Triadic Colors of #a67204

#a67204 #04a672 #7204a6

Analogous Colors of #a67204

#a67204 #89a604 #a62104

Monochromatic Colors of #a67204

#a67204

Complementary Color

#a67204 #0438a6

#a67204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67204 Color CSS Codes

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

#a67204 Text Font Color

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

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


#a67204 Background Color

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

This div background color is #a67204


#a67204 Border Color

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

This div border color is #a67204


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,114,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 #a67204">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67204


Comments

No comments written yet.

Please login to write comment.