Color Hex Logo

#ac062e Color Hex

#AC062E
(172,6,46)
0 Favorites   0 Comments

Color spaces of #ac062e

RGB 172646
HSL0.960.930.35
HSV346°97°67°
CMYK 0.000.970.73   0.33
XYZ17.57159.09823.4148
Yxy9.09820.58410.3024
Hunter Lab30.163251.199014.4020
CIE-Lab36.172759.952826.8816

#ac062e color RGB value is (172,6,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000110 00101110
Octal 254 6 56
Decimal 172 6 46
Hex AC 6 2E

RGB Percentages of Color #ac062e

%76.79
%2.68
%20.54

CMYK Percentages of Color #ac062e

%0
%97
%73
%33

Triadic Colors of #ac062e

#ac062e #2eac06 #062eac

Analogous Colors of #ac062e

#ac062e #ac3106 #ac0681

Monochromatic Colors of #ac062e

#ac062e

Complementary Color

#ac062e #06ac84

#ac062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac062e Color CSS Codes

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

#ac062e Text Font Color

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

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


#ac062e Background Color

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

This div background color is #ac062e


#ac062e Border Color

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

This div border color is #ac062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac062e


Comments

No comments written yet.

Please login to write comment.