Color Hex Logo

#ac332b Color Hex

#AC332B
(172,51,43)
0 Favorites   0 Comments

Color spaces of #ac332b

RGB 1725143
HSL0.010.600.42
HSV75°67°
CMYK 0.000.700.75   0.33
XYZ18.633111.31273.4870
Yxy11.31270.55730.3384
Hunter Lab33.634440.027117.3972
CIE-Lab40.102248.639633.2153

#ac332b color RGB value is (172,51,43).

#ac332b hex color red value is 172, green value is 51 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ac332b hue: 0.01 , saturation: 0.60 and the lightness value of ac332b is 0.42.

The process color (four color CMYK) of #ac332b color hex is 0.00, 0.70, 0.75, 0.33. Web safe color of #ac332b is #993333. Color #ac332b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 00101011
Octal 254 63 53
Decimal 172 51 43
Hex AC 33 2B

RGB Percentages of Color #ac332b

%64.66
%19.17
%16.17

CMYK Percentages of Color #ac332b

%0
%70
%75
%33

Triadic Colors of #ac332b

#ac332b #2bac33 #332bac

Analogous Colors of #ac332b

#ac332b #ac742b #ac2b64

Monochromatic Colors of #ac332b

#ac332b

Complementary Color

#ac332b #2ba4ac

#ac332b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac332b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac332b Color CSS Codes

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

#ac332b Text Font Color

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

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


#ac332b Background Color

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

This div background color is #ac332b


#ac332b Border Color

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

This div border color is #ac332b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac332b


Comments

No comments written yet.

Please login to write comment.