Color Hex Logo

#ac062a Color Hex

#AC062A
(172,6,42)
0 Favorites   0 Comments

Color spaces of #ac062a

RGB 172642
HSL0.960.930.35
HSV347°97°67°
CMYK 0.000.970.76   0.33
XYZ17.49639.06813.0186
Yxy9.06810.59140.3065
Hunter Lab30.113351.013115.1360
CIE-Lab36.115159.794229.3225

#ac062a color RGB value is (172,6,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000110 00101010
Octal 254 6 52
Decimal 172 6 42
Hex AC 6 2A

RGB Percentages of Color #ac062a

%78.18
%2.73
%19.09

CMYK Percentages of Color #ac062a

%0
%97
%76
%33

Triadic Colors of #ac062a

#ac062a #2aac06 #062aac

Analogous Colors of #ac062a

#ac062a #ac3506 #ac067d

Monochromatic Colors of #ac062a

#ac062a

Complementary Color

#ac062a #06ac88

#ac062a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac062a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac062a Color CSS Codes

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

#ac062a Text Font Color

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

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


#ac062a Background Color

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

This div background color is #ac062a


#ac062a Border Color

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

This div border color is #ac062a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac062a


Comments

No comments written yet.

Please login to write comment.