Color Hex Logo

#ac221f Color Hex

#AC221F
(172,34,31)
0 Favorites   0 Comments

Color spaces of #ac221f

RGB 1723431
HSL0.000.690.40
HSV82°67°
CMYK 0.000.800.82   0.33
XYZ17.832610.01362.2893
Yxy10.01360.59170.3323
Hunter Lab31.644345.213217.8617
CIE-Lab37.866854.054437.6732

#ac221f color RGB value is (172,34,31).

#ac221f hex color red value is 172, green value is 34 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ac221f hue: 0.00 , saturation: 0.69 and the lightness value of ac221f is 0.40.

The process color (four color CMYK) of #ac221f color hex is 0.00, 0.80, 0.82, 0.33. Web safe color of #ac221f is #993333. Color #ac221f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 00011111
Octal 254 42 37
Decimal 172 34 31
Hex AC 22 1F

RGB Percentages of Color #ac221f

%72.57
%14.35
%13.08

CMYK Percentages of Color #ac221f

%0
%80
%82
%33

Triadic Colors of #ac221f

#ac221f #1fac22 #221fac

Analogous Colors of #ac221f

#ac221f #ac691f #ac1f63

Monochromatic Colors of #ac221f

#ac221f

Complementary Color

#ac221f #1fa9ac

#ac221f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac221f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac221f Color CSS Codes

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

#ac221f Text Font Color

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

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


#ac221f Background Color

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

This div background color is #ac221f


#ac221f Border Color

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

This div border color is #ac221f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac221f


Comments

No comments written yet.

Please login to write comment.