Color Hex Logo

#ac953a Color Hex

#AC953A
(172,149,58)
0 Favorites   0 Comments

Color spaces of #ac953a

RGB 17214958
HSL0.130.500.45
HSV48°66°67°
CMYK 0.000.130.66   0.33
XYZ28.524430.57108.4004
Yxy30.57100.42260.4529
Hunter Lab55.2910-4.672029.6958
CIE-Lab62.1438-2.070049.5888

#ac953a color RGB value is (172,149,58).

#ac953a hex color red value is 172, green value is 149 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ac953a hue: 0.13 , saturation: 0.50 and the lightness value of ac953a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 00111010
Octal 254 225 72
Decimal 172 149 58
Hex AC 95 3A

RGB Percentages of Color #ac953a

%45.38
%39.31
%15.30

CMYK Percentages of Color #ac953a

%0
%13
%66
%33

Triadic Colors of #ac953a

#ac953a #3aac95 #953aac

Analogous Colors of #ac953a

#ac953a #8aac3a #ac5c3a

Monochromatic Colors of #ac953a

#ac953a

Complementary Color

#ac953a #3a51ac

#ac953a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac953a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac953a Color CSS Codes

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

#ac953a Text Font Color

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

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


#ac953a Background Color

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

This div background color is #ac953a


#ac953a Border Color

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

This div border color is #ac953a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac953a


Comments

No comments written yet.

Please login to write comment.