Color Hex Logo

#ac951a Color Hex

#AC951A
(172,149,26)
0 Favorites   0 Comments

Color spaces of #ac951a

RGB 17214926
HSL0.140.740.39
HSV51°85°67°
CMYK 0.000.130.85   0.33
XYZ27.947230.34015.3605
Yxy30.34010.43910.4767
Hunter Lab55.0818-5.826632.7873
CIE-Lab61.9466-3.493261.0893

#ac951a color RGB value is (172,149,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 00011010
Octal 254 225 32
Decimal 172 149 26
Hex AC 95 1A

RGB Percentages of Color #ac951a

%49.57
%42.94
%7.49

CMYK Percentages of Color #ac951a

%0
%13
%85
%33

Triadic Colors of #ac951a

#ac951a #1aac95 #951aac

Analogous Colors of #ac951a

#ac951a #7aac1a #ac4c1a

Monochromatic Colors of #ac951a

#ac951a

Complementary Color

#ac951a #1a31ac

#ac951a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac951a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac951a Color CSS Codes

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

#ac951a Text Font Color

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

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


#ac951a Background Color

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

This div background color is #ac951a


#ac951a Border Color

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

This div border color is #ac951a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac951a


Comments

No comments written yet.

Please login to write comment.