Color Hex Logo

#ac7363 Color Hex

#AC7363
(172,115,99)
0 Favorites   0 Comments

Color spaces of #ac7363

RGB 17211599
HSL0.040.310.53
HSV13°42°67°
CMYK 0.000.330.42   0.33
XYZ25.396121.933014.6993
Yxy21.93300.40940.3536
Hunter Lab46.832714.838514.1736
CIE-Lab53.955820.508518.0147

#ac7363 color RGB value is (172,115,99).

#ac7363 hex color red value is 172, green value is 115 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ac7363 hue: 0.04 , saturation: 0.31 and the lightness value of ac7363 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 01100011
Octal 254 163 143
Decimal 172 115 99
Hex AC 73 63

RGB Percentages of Color #ac7363

%44.56
%29.79
%25.65

CMYK Percentages of Color #ac7363

%0
%33
%42
%33

Triadic Colors of #ac7363

#ac7363 #63ac73 #7363ac

Analogous Colors of #ac7363

#ac7363 #ac9863 #ac6378

Monochromatic Colors of #ac7363

#ac7363

Complementary Color

#ac7363 #639cac

#ac7363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7363 Color CSS Codes

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

#ac7363 Text Font Color

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

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


#ac7363 Background Color

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

This div background color is #ac7363


#ac7363 Border Color

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

This div border color is #ac7363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7363


Comments

No comments written yet.

Please login to write comment.