Color Hex Logo

#ac6705 Color Hex

#AC6705
(172,103,5)
0 Favorites   0 Comments

Color spaces of #ac6705

RGB 1721035
HSL0.100.940.35
HSV35°97°67°
CMYK 0.000.400.97   0.33
XYZ21.890918.48212.5572
Yxy18.48210.50990.4305
Hunter Lab42.990815.658226.5669
CIE-Lab50.075721.677756.6486

#ac6705 color RGB value is (172,103,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 00000101
Octal 254 147 5
Decimal 172 103 5
Hex AC 67 5

RGB Percentages of Color #ac6705

%61.43
%36.79
%1.79

CMYK Percentages of Color #ac6705

%0
%40
%97
%33

Triadic Colors of #ac6705

#ac6705 #05ac67 #6705ac

Analogous Colors of #ac6705

#ac6705 #9eac05 #ac1305

Monochromatic Colors of #ac6705

#ac6705

Complementary Color

#ac6705 #054aac

#ac6705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6705 Color CSS Codes

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

#ac6705 Text Font Color

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

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


#ac6705 Background Color

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

This div background color is #ac6705


#ac6705 Border Color

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

This div border color is #ac6705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6705


Comments

No comments written yet.

Please login to write comment.