Color Hex Logo

#ac950b Color Hex

#AC950B
(172,149,11)
0 Favorites   0 Comments

Color spaces of #ac950b

RGB 17214911
HSL0.140.880.36
HSV51°94°67°
CMYK 0.000.130.94   0.33
XYZ27.821130.28974.6968
Yxy30.28970.44300.4823
Hunter Lab55.0361-6.080233.4654
CIE-Lab61.9034-3.807964.1743

#ac950b color RGB value is (172,149,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 00001011
Octal 254 225 13
Decimal 172 149 11
Hex AC 95 B

RGB Percentages of Color #ac950b

%51.81
%44.88
%3.31

CMYK Percentages of Color #ac950b

%0
%13
%94
%33

Triadic Colors of #ac950b

#ac950b #0bac95 #950bac

Analogous Colors of #ac950b

#ac950b #73ac0b #ac440b

Monochromatic Colors of #ac950b

#ac950b

Complementary Color

#ac950b #0b22ac

#ac950b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac950b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac950b Color CSS Codes

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

#ac950b Text Font Color

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

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


#ac950b Background Color

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

This div background color is #ac950b


#ac950b Border Color

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

This div border color is #ac950b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac950b


Comments

No comments written yet.

Please login to write comment.