Color Hex Logo

#ac952a Color Hex

#AC952A
(172,149,42)
0 Favorites   0 Comments

Color spaces of #ac952a

RGB 17214942
HSL0.140.610.42
HSV49°76°67°
CMYK 0.000.130.76   0.33
XYZ28.178630.43276.5794
Yxy30.43270.43220.4668
Hunter Lab55.1658-5.362831.5448
CIE-Lab62.0258-2.919556.0449

#ac952a color RGB value is (172,149,42).

#ac952a hex color red value is 172, green value is 149 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ac952a hue: 0.14 , saturation: 0.61 and the lightness value of ac952a is 0.42.

The process color (four color CMYK) of #ac952a color hex is 0.00, 0.13, 0.76, 0.33. Web safe color of #ac952a is #999933. Color #ac952a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 00101010
Octal 254 225 52
Decimal 172 149 42
Hex AC 95 2A

RGB Percentages of Color #ac952a

%47.38
%41.05
%11.57

CMYK Percentages of Color #ac952a

%0
%13
%76
%33

Triadic Colors of #ac952a

#ac952a #2aac95 #952aac

Analogous Colors of #ac952a

#ac952a #82ac2a #ac542a

Monochromatic Colors of #ac952a

#ac952a

Complementary Color

#ac952a #2a41ac

#ac952a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac952a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac952a Color CSS Codes

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

#ac952a Text Font Color

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

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


#ac952a Background Color

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

This div background color is #ac952a


#ac952a Border Color

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

This div border color is #ac952a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac952a


Comments

No comments written yet.

Please login to write comment.