Color Hex Logo

#ac955c Color Hex

#AC955C
(172,149,92)
0 Favorites   0 Comments

Color spaces of #ac955c

RGB 17214992
HSL0.120.330.52
HSV43°47°67°
CMYK 0.000.130.47   0.33
XYZ29.692531.038314.5512
Yxy31.03830.39440.4123
Hunter Lab55.7120-2.362023.5127
CIE-Lab62.54000.731033.1607

#ac955c color RGB value is (172,149,92).

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

The process color (four color CMYK) of #ac955c color hex is 0.00, 0.13, 0.47, 0.33. Web safe color of #ac955c is #999966. Color #ac955c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 01011100
Octal 254 225 134
Decimal 172 149 92
Hex AC 95 5C

RGB Percentages of Color #ac955c

%41.65
%36.08
%22.28

CMYK Percentages of Color #ac955c

%0
%13
%47
%33

Triadic Colors of #ac955c

#ac955c #5cac95 #955cac

Analogous Colors of #ac955c

#ac955c #9bac5c #ac6d5c

Monochromatic Colors of #ac955c

#ac955c

Complementary Color

#ac955c #5c73ac

#ac955c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac955c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac955c Color CSS Codes

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

#ac955c Text Font Color

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

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


#ac955c Background Color

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

This div background color is #ac955c


#ac955c Border Color

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

This div border color is #ac955c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac955c


Comments

No comments written yet.

Please login to write comment.