Color Hex Logo

#ac610e Color Hex

#AC610E
(172,97,14)
0 Favorites   0 Comments

Color spaces of #ac610e

RGB 1729714
HSL0.090.850.36
HSV32°92°67°
CMYK 0.000.440.92   0.33
XYZ21.367217.35182.6385
Yxy17.35180.51660.4196
Hunter Lab41.655518.664525.4034
CIE-Lab48.700325.142553.6766

#ac610e color RGB value is (172,97,14).

#ac610e hex color red value is 172, green value is 97 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ac610e hue: 0.09 , saturation: 0.85 and the lightness value of ac610e is 0.36.

The process color (four color CMYK) of #ac610e color hex is 0.00, 0.44, 0.92, 0.33. Web safe color of #ac610e is #996600. Color #ac610e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100001 00001110
Octal 254 141 16
Decimal 172 97 14
Hex AC 61 E

RGB Percentages of Color #ac610e

%60.78
%34.28
%4.95

CMYK Percentages of Color #ac610e

%0
%44
%92
%33

Triadic Colors of #ac610e

#ac610e #0eac61 #610eac

Analogous Colors of #ac610e

#ac610e #a8ac0e #ac120e

Monochromatic Colors of #ac610e

#ac610e

Complementary Color

#ac610e #0e59ac

#ac610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac610e Color CSS Codes

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

#ac610e Text Font Color

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

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


#ac610e Background Color

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

This div background color is #ac610e


#ac610e Border Color

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

This div border color is #ac610e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac610e


Comments

No comments written yet.

Please login to write comment.