Color Hex Logo

#ac829a Color Hex

#AC829A
(172,130,154)
0 Favorites   0 Comments

Color spaces of #ac829a

RGB 172130154
HSL0.900.200.59
HSV326°24°67°
CMYK 0.000.240.10   0.33
XYZ30.828627.069034.1718
Yxy27.06900.33480.2940
Hunter Lab52.027914.7196-2.5220
CIE-Lab59.038120.0980-6.5384

#ac829a color RGB value is (172,130,154).

#ac829a hex color red value is 172, green value is 130 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac829a hue: 0.90 , saturation: 0.20 and the lightness value of ac829a is 0.59.

The process color (four color CMYK) of #ac829a color hex is 0.00, 0.24, 0.10, 0.33. Web safe color of #ac829a is #999999. Color #ac829a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000010 10011010
Octal 254 202 232
Decimal 172 130 154
Hex AC 82 9A

RGB Percentages of Color #ac829a

%37.72
%28.51
%33.77

CMYK Percentages of Color #ac829a

%0
%24
%10
%33

Triadic Colors of #ac829a

#ac829a #9aac82 #829aac

Analogous Colors of #ac829a

#ac829a #ac8285 #a982ac

Monochromatic Colors of #ac829a

#ac829a

Complementary Color

#ac829a #82ac94

#ac829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac829a Color CSS Codes

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

#ac829a Text Font Color

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

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


#ac829a Background Color

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

This div background color is #ac829a


#ac829a Border Color

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

This div border color is #ac829a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac829a


Comments

No comments written yet.

Please login to write comment.