Color Hex Logo

#ac473a Color Hex

#AC473A
(172,71,58)
0 Favorites   0 Comments

Color spaces of #ac473a

RGB 1727158
HSL0.020.500.45
HSV66°67°
CMYK 0.000.590.66   0.33
XYZ20.030213.58265.5690
Yxy13.58260.51120.3467
Hunter Lab36.854632.518016.8390
CIE-Lab43.628340.526328.5678

#ac473a color RGB value is (172,71,58).

#ac473a hex color red value is 172, green value is 71 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ac473a hue: 0.02 , saturation: 0.50 and the lightness value of ac473a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000111 00111010
Octal 254 107 72
Decimal 172 71 58
Hex AC 47 3A

RGB Percentages of Color #ac473a

%57.14
%23.59
%19.27

CMYK Percentages of Color #ac473a

%0
%59
%66
%33

Triadic Colors of #ac473a

#ac473a #3aac47 #473aac

Analogous Colors of #ac473a

#ac473a #ac803a #ac3a66

Monochromatic Colors of #ac473a

#ac473a

Complementary Color

#ac473a #3a9fac

#ac473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac473a Color CSS Codes

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

#ac473a Text Font Color

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

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


#ac473a Background Color

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

This div background color is #ac473a


#ac473a Border Color

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

This div border color is #ac473a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac473a


Comments

No comments written yet.

Please login to write comment.