Color Hex Logo

#ac331a Color Hex

#AC331A
(172,51,26)
0 Favorites   0 Comments

Color spaces of #ac331a

RGB 1725126
HSL0.030.740.39
HSV10°85°67°
CMYK 0.000.700.85   0.33
XYZ18.383511.21292.1727
Yxy11.21290.57870.3529
Hunter Lab33.485739.395919.5930
CIE-Lab39.936848.050042.1956

#ac331a color RGB value is (172,51,26).

#ac331a hex color red value is 172, green value is 51 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ac331a hue: 0.03 , saturation: 0.74 and the lightness value of ac331a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 00011010
Octal 254 63 32
Decimal 172 51 26
Hex AC 33 1A

RGB Percentages of Color #ac331a

%69.08
%20.48
%10.44

CMYK Percentages of Color #ac331a

%0
%70
%85
%33

Triadic Colors of #ac331a

#ac331a #1aac33 #331aac

Analogous Colors of #ac331a

#ac331a #ac7c1a #ac1a4a

Monochromatic Colors of #ac331a

#ac331a

Complementary Color

#ac331a #1a93ac

#ac331a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac331a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac331a Color CSS Codes

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

#ac331a Text Font Color

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

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


#ac331a Background Color

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

This div background color is #ac331a


#ac331a Border Color

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

This div border color is #ac331a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac331a


Comments

No comments written yet.

Please login to write comment.