Color Hex Logo

#ac486a Color Hex

#AC486A
(172,72,106)
0 Favorites   0 Comments

Color spaces of #ac486a

RGB 17272106
HSL0.940.410.48
HSV340°58°67°
CMYK 0.000.580.38   0.33
XYZ21.932114.446015.2681
Yxy14.44600.42470.2797
Hunter Lab38.007936.48792.7882
CIE-Lab44.865944.32601.0357

#ac486a color RGB value is (172,72,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001000 01101010
Octal 254 110 152
Decimal 172 72 106
Hex AC 48 6A

RGB Percentages of Color #ac486a

%49.14
%20.57
%30.29

CMYK Percentages of Color #ac486a

%0
%58
%38
%33

Triadic Colors of #ac486a

#ac486a #6aac48 #486aac

Analogous Colors of #ac486a

#ac486a #ac5848 #ac489c

Monochromatic Colors of #ac486a

#ac486a

Complementary Color

#ac486a #48ac8a

#ac486a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac486a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac486a Color CSS Codes

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

#ac486a Text Font Color

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

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


#ac486a Background Color

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

This div background color is #ac486a


#ac486a Border Color

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

This div border color is #ac486a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac486a


Comments

No comments written yet.

Please login to write comment.