Color Hex Logo

#ac221e Color Hex

#AC221E
(172,34,30)
0 Favorites   0 Comments

Color spaces of #ac221e

RGB 1723430
HSL0.000.700.40
HSV83°67°
CMYK 0.000.800.83   0.33
XYZ17.819610.00842.2209
Yxy10.00840.59300.3331
Hunter Lab31.636145.180417.9830
CIE-Lab37.857554.025038.2124

#ac221e color RGB value is (172,34,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 00011110
Octal 254 42 36
Decimal 172 34 30
Hex AC 22 1E

RGB Percentages of Color #ac221e

%72.88
%14.41
%12.71

CMYK Percentages of Color #ac221e

%0
%80
%83
%33

Triadic Colors of #ac221e

#ac221e #1eac22 #221eac

Analogous Colors of #ac221e

#ac221e #ac691e #ac1e61

Monochromatic Colors of #ac221e

#ac221e

Complementary Color

#ac221e #1ea8ac

#ac221e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac221e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac221e Color CSS Codes

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

#ac221e Text Font Color

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

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


#ac221e Background Color

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

This div background color is #ac221e


#ac221e Border Color

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

This div border color is #ac221e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac221e


Comments

No comments written yet.

Please login to write comment.