Color Hex Logo

#ac625f Color Hex

#AC625F
(172,98,95)
0 Favorites   0 Comments

Color spaces of #ac625f

RGB 1729895
HSL0.010.320.52
HSV45°67°
CMYK 0.000.430.45   0.33
XYZ23.446518.332213.1292
Yxy18.33220.42700.3339
Hunter Lab42.816122.820011.7905
CIE-Lab49.896629.544114.8074

#ac625f color RGB value is (172,98,95).

#ac625f hex color red value is 172, green value is 98 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ac625f hue: 0.01 , saturation: 0.32 and the lightness value of ac625f is 0.52.

The process color (four color CMYK) of #ac625f color hex is 0.00, 0.43, 0.45, 0.33. Web safe color of #ac625f is #996666. Color #ac625f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 01011111
Octal 254 142 137
Decimal 172 98 95
Hex AC 62 5F

RGB Percentages of Color #ac625f

%47.12
%26.85
%26.03

CMYK Percentages of Color #ac625f

%0
%43
%45
%33

Triadic Colors of #ac625f

#ac625f #5fac62 #625fac

Analogous Colors of #ac625f

#ac625f #ac895f #ac5f83

Monochromatic Colors of #ac625f

#ac625f

Complementary Color

#ac625f #5fa9ac

#ac625f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac625f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac625f Color CSS Codes

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

#ac625f Text Font Color

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

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


#ac625f Background Color

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

This div background color is #ac625f


#ac625f Border Color

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

This div border color is #ac625f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac625f


Comments

No comments written yet.

Please login to write comment.