Color Hex Logo

#ac961b Color Hex

#AC961B
(172,150,27)
0 Favorites   0 Comments

Color spaces of #ac961b

RGB 17215027
HSL0.140.730.39
HSV51°84°67°
CMYK 0.000.130.84   0.33
XYZ28.117430.66255.4734
Yxy30.66250.43760.4772
Hunter Lab55.3737-6.266232.9011
CIE-Lab62.2217-4.005561.0526

#ac961b color RGB value is (172,150,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 00011011
Octal 254 226 33
Decimal 172 150 27
Hex AC 96 1B

RGB Percentages of Color #ac961b

%49.28
%42.98
%7.74

CMYK Percentages of Color #ac961b

%0
%13
%84
%33

Triadic Colors of #ac961b

#ac961b #1bac96 #961bac

Analogous Colors of #ac961b

#ac961b #7aac1b #ac4e1b

Monochromatic Colors of #ac961b

#ac961b

Complementary Color

#ac961b #1b31ac

#ac961b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac961b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac961b Color CSS Codes

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

#ac961b Text Font Color

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

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


#ac961b Background Color

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

This div background color is #ac961b


#ac961b Border Color

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

This div border color is #ac961b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac961b


Comments

No comments written yet.

Please login to write comment.