Color Hex Logo

#ac755c Color Hex

#AC755C
(172,117,92)
0 Favorites   0 Comments

Color spaces of #ac755c

RGB 17211792
HSL0.050.330.52
HSV19°47°67°
CMYK 0.000.320.47   0.33
XYZ25.306322.265913.0892
Yxy22.26590.41720.3671
Hunter Lab47.186813.152916.5842
CIE-Lab54.308018.610522.5138

#ac755c color RGB value is (172,117,92).

#ac755c hex color red value is 172, green value is 117 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ac755c hue: 0.05 , saturation: 0.33 and the lightness value of ac755c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 01011100
Octal 254 165 134
Decimal 172 117 92
Hex AC 75 5C

RGB Percentages of Color #ac755c

%45.14
%30.71
%24.15

CMYK Percentages of Color #ac755c

%0
%32
%47
%33

Triadic Colors of #ac755c

#ac755c #5cac75 #755cac

Analogous Colors of #ac755c

#ac755c #ac9d5c #ac5c6b

Monochromatic Colors of #ac755c

#ac755c

Complementary Color

#ac755c #5c93ac

#ac755c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac755c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac755c Color CSS Codes

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

#ac755c Text Font Color

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

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


#ac755c Background Color

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

This div background color is #ac755c


#ac755c Border Color

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

This div border color is #ac755c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac755c


Comments

No comments written yet.

Please login to write comment.