Color Hex Logo

#ac645a Color Hex

#AC645A
(172,100,90)
0 Favorites   0 Comments

Color spaces of #ac645a

RGB 17210090
HSL0.020.330.51
HSV48°67°
CMYK 0.000.420.48   0.33
XYZ23.415918.623212.0333
Yxy18.62320.43300.3444
Hunter Lab43.154621.334413.6757
CIE-Lab50.243427.912618.2348

#ac645a color RGB value is (172,100,90).

#ac645a hex color red value is 172, green value is 100 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ac645a hue: 0.02 , saturation: 0.33 and the lightness value of ac645a is 0.51.

The process color (four color CMYK) of #ac645a color hex is 0.00, 0.42, 0.48, 0.33. Web safe color of #ac645a is #996666. Color #ac645a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100100 01011010
Octal 254 144 132
Decimal 172 100 90
Hex AC 64 5A

RGB Percentages of Color #ac645a

%47.51
%27.62
%24.86

CMYK Percentages of Color #ac645a

%0
%42
%48
%33

Triadic Colors of #ac645a

#ac645a #5aac64 #645aac

Analogous Colors of #ac645a

#ac645a #ac8d5a #ac5a79

Monochromatic Colors of #ac645a

#ac645a

Complementary Color

#ac645a #5aa2ac

#ac645a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac645a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac645a Color CSS Codes

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

#ac645a Text Font Color

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

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


#ac645a Background Color

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

This div background color is #ac645a


#ac645a Border Color

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

This div border color is #ac645a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac645a


Comments

No comments written yet.

Please login to write comment.