Color Hex Logo

#ac6704 Color Hex

#AC6704
(172,103,4)
0 Favorites   0 Comments

Color spaces of #ac6704

RGB 1721034
HSL0.100.950.35
HSV35°98°67°
CMYK 0.000.400.98   0.33
XYZ21.885418.47992.5284
Yxy18.47990.51020.4308
Hunter Lab42.988315.645226.6046
CIE-Lab50.073121.663456.8600

#ac6704 color RGB value is (172,103,4).

#ac6704 hex color red value is 172, green value is 103 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ac6704 hue: 0.10 , saturation: 0.95 and the lightness value of ac6704 is 0.35.

The process color (four color CMYK) of #ac6704 color hex is 0.00, 0.40, 0.98, 0.33. Web safe color of #ac6704 is #996600. Color #ac6704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 00000100
Octal 254 147 4
Decimal 172 103 4
Hex AC 67 4

RGB Percentages of Color #ac6704

%61.65
%36.92
%1.43

CMYK Percentages of Color #ac6704

%0
%40
%98
%33

Triadic Colors of #ac6704

#ac6704 #04ac67 #6704ac

Analogous Colors of #ac6704

#ac6704 #9dac04 #ac1304

Monochromatic Colors of #ac6704

#ac6704

Complementary Color

#ac6704 #0449ac

#ac6704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6704 Color CSS Codes

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

#ac6704 Text Font Color

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

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


#ac6704 Background Color

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

This div background color is #ac6704


#ac6704 Border Color

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

This div border color is #ac6704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6704


Comments

No comments written yet.

Please login to write comment.