Color Hex Logo

#ac061e Color Hex

#AC061E
(172,6,30)
0 Favorites   0 Comments

Color spaces of #ac061e

RGB 172630
HSL0.980.930.35
HSV351°97°67°
CMYK 0.000.970.83   0.33
XYZ17.31278.99462.0520
Yxy8.99460.61050.3172
Hunter Lab29.991050.557216.9370
CIE-Lab35.973959.404436.3868

#ac061e color RGB value is (172,6,30).

#ac061e hex color red value is 172, green value is 6 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ac061e hue: 0.98 , saturation: 0.93 and the lightness value of ac061e is 0.35.

The process color (four color CMYK) of #ac061e color hex is 0.00, 0.97, 0.83, 0.33. Web safe color of #ac061e is #990033. Color #ac061e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000110 00011110
Octal 254 6 36
Decimal 172 6 30
Hex AC 6 1E

RGB Percentages of Color #ac061e

%82.69
%2.88
%14.42

CMYK Percentages of Color #ac061e

%0
%97
%83
%33

Triadic Colors of #ac061e

#ac061e #1eac06 #061eac

Analogous Colors of #ac061e

#ac061e #ac4106 #ac0671

Monochromatic Colors of #ac061e

#ac061e

Complementary Color

#ac061e #06ac94

#ac061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac061e Color CSS Codes

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

#ac061e Text Font Color

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

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


#ac061e Background Color

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

This div background color is #ac061e


#ac061e Border Color

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

This div border color is #ac061e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac061e


Comments

No comments written yet.

Please login to write comment.