Color Hex Logo

#ac272a Color Hex

#AC272A
(172,39,42)
0 Favorites   0 Comments

Color spaces of #ac272a

RGB 1723942
HSL1.000.630.41
HSV359°77°67°
CMYK 0.000.770.76   0.33
XYZ18.156710.38893.2388
Yxy10.38890.57120.3269
Hunter Lab32.231844.146216.6045
CIE-Lab38.531652.912932.0514

#ac272a color RGB value is (172,39,42).

#ac272a hex color red value is 172, green value is 39 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ac272a hue: 1.00 , saturation: 0.63 and the lightness value of ac272a is 0.41.

The process color (four color CMYK) of #ac272a color hex is 0.00, 0.77, 0.76, 0.33. Web safe color of #ac272a is #993333. Color #ac272a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 00101010
Octal 254 47 52
Decimal 172 39 42
Hex AC 27 2A

RGB Percentages of Color #ac272a

%67.98
%15.42
%16.60

CMYK Percentages of Color #ac272a

%0
%77
%76
%33

Triadic Colors of #ac272a

#ac272a #2aac27 #272aac

Analogous Colors of #ac272a

#ac272a #ac6727 #ac276d

Monochromatic Colors of #ac272a

#ac272a

Complementary Color

#ac272a #27aca9

#ac272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac272a Color CSS Codes

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

#ac272a Text Font Color

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

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


#ac272a Background Color

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

This div background color is #ac272a


#ac272a Border Color

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

This div border color is #ac272a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,39,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 #ac272a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac272a


Comments

No comments written yet.

Please login to write comment.