Color Hex Logo

#ac223b Color Hex

#AC223B
(172,34,59)
0 Favorites   0 Comments

Color spaces of #ac223b

RGB 1723459
HSL0.970.670.40
HSV349°80°67°
CMYK 0.000.800.66   0.33
XYZ18.374710.23055.1439
Yxy10.23050.54450.3031
Hunter Lab31.985246.569912.8545
CIE-Lab38.253055.261521.2392

#ac223b color RGB value is (172,34,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100010 00111011
Octal 254 42 73
Decimal 172 34 59
Hex AC 22 3B

RGB Percentages of Color #ac223b

%64.91
%12.83
%22.26

CMYK Percentages of Color #ac223b

%0
%80
%66
%33

Triadic Colors of #ac223b

#ac223b #3bac22 #223bac

Analogous Colors of #ac223b

#ac223b #ac4e22 #ac2280

Monochromatic Colors of #ac223b

#ac223b

Complementary Color

#ac223b #22ac93

#ac223b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac223b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac223b Color CSS Codes

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

#ac223b Text Font Color

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

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


#ac223b Background Color

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

This div background color is #ac223b


#ac223b Border Color

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

This div border color is #ac223b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac223b


Comments

No comments written yet.

Please login to write comment.