Color Hex Logo

#ac446a Color Hex

#AC446A
(172,68,106)
0 Favorites   0 Comments

Color spaces of #ac446a

RGB 17268106
HSL0.940.430.47
HSV338°60°67°
CMYK 0.000.600.38   0.33
XYZ21.681913.945515.1847
Yxy13.94550.42670.2745
Hunter Lab37.343738.28642.0320
CIE-Lab44.154746.2209-0.0010

#ac446a color RGB value is (172,68,106).

#ac446a hex color red value is 172, green value is 68 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac446a hue: 0.94 , saturation: 0.43 and the lightness value of ac446a is 0.47.

The process color (four color CMYK) of #ac446a color hex is 0.00, 0.60, 0.38, 0.33. Web safe color of #ac446a is #993366. Color #ac446a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 01101010
Octal 254 104 152
Decimal 172 68 106
Hex AC 44 6A

RGB Percentages of Color #ac446a

%49.71
%19.65
%30.64

CMYK Percentages of Color #ac446a

%0
%60
%38
%33

Triadic Colors of #ac446a

#ac446a #6aac44 #446aac

Analogous Colors of #ac446a

#ac446a #ac5244 #ac449e

Monochromatic Colors of #ac446a

#ac446a

Complementary Color

#ac446a #44ac86

#ac446a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac446a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac446a Color CSS Codes

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

#ac446a Text Font Color

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

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


#ac446a Background Color

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

This div background color is #ac446a


#ac446a Border Color

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

This div border color is #ac446a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac446a


Comments

No comments written yet.

Please login to write comment.