Color Hex Logo

#ac950a Color Hex

#AC950A
(172,149,10)
0 Favorites   0 Comments

Color spaces of #ac950a

RGB 17214910
HSL0.140.890.36
HSV51°94°67°
CMYK 0.000.130.94   0.33
XYZ27.815530.28754.6672
Yxy30.28750.44310.4825
Hunter Lab55.0341-6.091633.4957
CIE-Lab61.9015-3.822064.3187

#ac950a color RGB value is (172,149,10).

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

The process color (four color CMYK) of #ac950a color hex is 0.00, 0.13, 0.94, 0.33. Web safe color of #ac950a is #999900. Color #ac950a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 00001010
Octal 254 225 12
Decimal 172 149 10
Hex AC 95 A

RGB Percentages of Color #ac950a

%51.96
%45.02
%3.02

CMYK Percentages of Color #ac950a

%0
%13
%94
%33

Triadic Colors of #ac950a

#ac950a #0aac95 #950aac

Analogous Colors of #ac950a

#ac950a #72ac0a #ac440a

Monochromatic Colors of #ac950a

#ac950a

Complementary Color

#ac950a #0a21ac

#ac950a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac950a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac950a Color CSS Codes

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

#ac950a Text Font Color

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

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


#ac950a Background Color

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

This div background color is #ac950a


#ac950a Border Color

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

This div border color is #ac950a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac950a


Comments

No comments written yet.

Please login to write comment.