Color Hex Logo

#ac526f Color Hex

#AC526F
(172,82,111)
0 Favorites   0 Comments

Color spaces of #ac526f

RGB 17282111
HSL0.950.350.50
HSV341°52°67°
CMYK 0.000.520.35   0.33
XYZ22.899815.952916.9112
Yxy15.95290.41070.2861
Hunter Lab39.941132.44422.8552
CIE-Lab46.912639.94950.9635

#ac526f color RGB value is (172,82,111).

#ac526f hex color red value is 172, green value is 82 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ac526f hue: 0.95 , saturation: 0.35 and the lightness value of ac526f is 0.50.

The process color (four color CMYK) of #ac526f color hex is 0.00, 0.52, 0.35, 0.33. Web safe color of #ac526f is #996666. Color #ac526f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 01101111
Octal 254 122 157
Decimal 172 82 111
Hex AC 52 6F

RGB Percentages of Color #ac526f

%47.12
%22.47
%30.41

CMYK Percentages of Color #ac526f

%0
%52
%35
%33

Triadic Colors of #ac526f

#ac526f #6fac52 #526fac

Analogous Colors of #ac526f

#ac526f #ac6252 #ac529c

Monochromatic Colors of #ac526f

#ac526f

Complementary Color

#ac526f #52ac8f

#ac526f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac526f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac526f Color CSS Codes

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

#ac526f Text Font Color

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

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


#ac526f Background Color

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

This div background color is #ac526f


#ac526f Border Color

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

This div border color is #ac526f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac526f


Comments

No comments written yet.

Please login to write comment.