Color Hex Logo

#ac485f Color Hex

#AC485F
(172,72,95)
0 Favorites   0 Comments

Color spaces of #ac485f

RGB 1727295
HSL0.960.410.48
HSV346°58°67°
CMYK 0.000.580.45   0.33
XYZ21.396214.231612.4457
Yxy14.23160.44510.2960
Hunter Lab37.724835.22066.8471
CIE-Lab44.563343.11197.3573

#ac485f color RGB value is (172,72,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001000 01011111
Octal 254 110 137
Decimal 172 72 95
Hex AC 48 5F

RGB Percentages of Color #ac485f

%50.74
%21.24
%28.02

CMYK Percentages of Color #ac485f

%0
%58
%45
%33

Triadic Colors of #ac485f

#ac485f #5fac48 #485fac

Analogous Colors of #ac485f

#ac485f #ac6348 #ac4891

Monochromatic Colors of #ac485f

#ac485f

Complementary Color

#ac485f #48ac95

#ac485f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac485f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac485f Color CSS Codes

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

#ac485f Text Font Color

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

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


#ac485f Background Color

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

This div background color is #ac485f


#ac485f Border Color

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

This div border color is #ac485f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac485f


Comments

No comments written yet.

Please login to write comment.