Color Hex Logo

#ac526d Color Hex

#AC526D
(172,82,109)
0 Favorites   0 Comments

Color spaces of #ac526d

RGB 17282109
HSL0.950.350.50
HSV342°52°67°
CMYK 0.000.520.37   0.33
XYZ22.790915.909416.3376
Yxy15.90940.41410.2891
Hunter Lab39.886632.19203.6353
CIE-Lab46.855439.70222.0944

#ac526d color RGB value is (172,82,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 01101101
Octal 254 122 155
Decimal 172 82 109
Hex AC 52 6D

RGB Percentages of Color #ac526d

%47.38
%22.59
%30.03

CMYK Percentages of Color #ac526d

%0
%52
%37
%33

Triadic Colors of #ac526d

#ac526d #6dac52 #526dac

Analogous Colors of #ac526d

#ac526d #ac6452 #ac529a

Monochromatic Colors of #ac526d

#ac526d

Complementary Color

#ac526d #52ac91

#ac526d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac526d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac526d Color CSS Codes

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

#ac526d Text Font Color

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

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


#ac526d Background Color

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

This div background color is #ac526d


#ac526d Border Color

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

This div border color is #ac526d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac526d


Comments

No comments written yet.

Please login to write comment.