Color Hex Logo

#ac951c Color Hex

#AC951C
(172,149,28)
0 Favorites   0 Comments

Color spaces of #ac951c

RGB 17214928
HSL0.140.720.39
HSV50°84°67°
CMYK 0.000.130.84   0.33
XYZ27.970330.34945.4824
Yxy30.34940.43840.4757
Hunter Lab55.0903-5.780432.6629
CIE-Lab61.9545-3.435960.5516

#ac951c color RGB value is (172,149,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 00011100
Octal 254 225 34
Decimal 172 149 28
Hex AC 95 1C

RGB Percentages of Color #ac951c

%49.28
%42.69
%8.02

CMYK Percentages of Color #ac951c

%0
%13
%84
%33

Triadic Colors of #ac951c

#ac951c #1cac95 #951cac

Analogous Colors of #ac951c

#ac951c #7bac1c #ac4d1c

Monochromatic Colors of #ac951c

#ac951c

Complementary Color

#ac951c #1c33ac

#ac951c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac951c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac951c Color CSS Codes

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

#ac951c Text Font Color

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

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


#ac951c Background Color

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

This div background color is #ac951c


#ac951c Border Color

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

This div border color is #ac951c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac951c


Comments

No comments written yet.

Please login to write comment.