Color Hex Logo

#ac424a Color Hex

#AC424A
(172,66,74)
0 Favorites   0 Comments

Color spaces of #ac424a

RGB 1726674
HSL0.990.450.47
HSV355°62°67°
CMYK 0.000.620.57   0.33
XYZ20.197513.16157.9545
Yxy13.16150.48890.3186
Hunter Lab36.278835.888512.3952
CIE-Lab43.005644.036418.1258

#ac424a color RGB value is (172,66,74).

#ac424a hex color red value is 172, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac424a hue: 0.99 , saturation: 0.45 and the lightness value of ac424a is 0.47.

The process color (four color CMYK) of #ac424a color hex is 0.00, 0.62, 0.57, 0.33. Web safe color of #ac424a is #993333. Color #ac424a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 01001010
Octal 254 102 112
Decimal 172 66 74
Hex AC 42 4A

RGB Percentages of Color #ac424a

%55.13
%21.15
%23.72

CMYK Percentages of Color #ac424a

%0
%62
%57
%33

Triadic Colors of #ac424a

#ac424a #4aac42 #424aac

Analogous Colors of #ac424a

#ac424a #ac6f42 #ac427f

Monochromatic Colors of #ac424a

#ac424a

Complementary Color

#ac424a #42aca4

#ac424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac424a Color CSS Codes

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

#ac424a Text Font Color

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

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


#ac424a Background Color

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

This div background color is #ac424a


#ac424a Border Color

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

This div border color is #ac424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac424a


Comments

No comments written yet.

Please login to write comment.