Color Hex Logo

#ac482a Color Hex

#AC482A
(172,72,42)
0 Favorites   0 Comments

Color spaces of #ac482a

RGB 1727242
HSL0.040.610.42
HSV14°76°67°
CMYK 0.000.580.76   0.33
XYZ19.748513.57263.7694
Yxy13.57260.53240.3659
Hunter Lab36.841031.212619.7224
CIE-Lab43.613639.187937.5992

#ac482a color RGB value is (172,72,42).

#ac482a hex color red value is 172, green value is 72 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ac482a hue: 0.04 , saturation: 0.61 and the lightness value of ac482a is 0.42.

The process color (four color CMYK) of #ac482a color hex is 0.00, 0.58, 0.76, 0.33. Web safe color of #ac482a is #993333. Color #ac482a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001000 00101010
Octal 254 110 52
Decimal 172 72 42
Hex AC 48 2A

RGB Percentages of Color #ac482a

%60.14
%25.17
%14.69

CMYK Percentages of Color #ac482a

%0
%58
%76
%33

Triadic Colors of #ac482a

#ac482a #2aac48 #482aac

Analogous Colors of #ac482a

#ac482a #ac892a #ac2a4d

Monochromatic Colors of #ac482a

#ac482a

Complementary Color

#ac482a #2a8eac

#ac482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac482a Color CSS Codes

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

#ac482a Text Font Color

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

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


#ac482a Background Color

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

This div background color is #ac482a


#ac482a Border Color

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

This div border color is #ac482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac482a


Comments

No comments written yet.

Please login to write comment.