Color Hex Logo

#ac451a Color Hex

#AC451A
(172,69,26)
0 Favorites   0 Comments

Color spaces of #ac451a

RGB 1726926
HSL0.050.740.39
HSV18°85°67°
CMYK 0.000.600.85   0.33
XYZ19.327813.10152.4874
Yxy13.10150.55350.3752
Hunter Lab36.196031.971821.2628
CIE-Lab42.915840.077944.8299

#ac451a color RGB value is (172,69,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000101 00011010
Octal 254 105 32
Decimal 172 69 26
Hex AC 45 1A

RGB Percentages of Color #ac451a

%64.42
%25.84
%9.74

CMYK Percentages of Color #ac451a

%0
%60
%85
%33

Triadic Colors of #ac451a

#ac451a #1aac45 #451aac

Analogous Colors of #ac451a

#ac451a #ac8e1a #ac1a38

Monochromatic Colors of #ac451a

#ac451a

Complementary Color

#ac451a #1a81ac

#ac451a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac451a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac451a Color CSS Codes

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

#ac451a Text Font Color

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

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


#ac451a Background Color

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

This div background color is #ac451a


#ac451a Border Color

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

This div border color is #ac451a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac451a


Comments

No comments written yet.

Please login to write comment.