Color Hex Logo

#ac7553 Color Hex

#AC7553
(172,117,83)
0 Favorites   0 Comments

Color spaces of #ac7553

RGB 17211783
HSL0.060.350.50
HSV23°52°67°
CMYK 0.000.320.52   0.33
XYZ24.935922.117811.1385
Yxy22.11780.42850.3801
Hunter Lab47.029612.342118.8784
CIE-Lab54.151817.706827.4139

#ac7553 color RGB value is (172,117,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 01010011
Octal 254 165 123
Decimal 172 117 83
Hex AC 75 53

RGB Percentages of Color #ac7553

%46.24
%31.45
%22.31

CMYK Percentages of Color #ac7553

%0
%32
%52
%33

Triadic Colors of #ac7553

#ac7553 #53ac75 #7553ac

Analogous Colors of #ac7553

#ac7553 #aca253 #ac535d

Monochromatic Colors of #ac7553

#ac7553

Complementary Color

#ac7553 #538aac

#ac7553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7553 Color CSS Codes

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

#ac7553 Text Font Color

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

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


#ac7553 Background Color

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

This div background color is #ac7553


#ac7553 Border Color

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

This div border color is #ac7553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7553


Comments

No comments written yet.

Please login to write comment.