Color Hex Logo

#ac9201 Color Hex

#AC9201
(172,146,1)
0 Favorites   0 Comments

Color spaces of #ac9201

RGB 1721461
HSL0.140.990.34
HSV51°99°67°
CMYK 0.000.150.99   0.33
XYZ27.297629.33064.2514
Yxy29.33060.44840.4818
Hunter Lab54.1577-4.805133.2561
CIE-Lab61.0723-2.321165.0326

#ac9201 color RGB value is (172,146,1).

#ac9201 hex color red value is 172, green value is 146 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ac9201 hue: 0.14 , saturation: 0.99 and the lightness value of ac9201 is 0.34.

The process color (four color CMYK) of #ac9201 color hex is 0.00, 0.15, 0.99, 0.33. Web safe color of #ac9201 is #999900. Color #ac9201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010010 00000001
Octal 254 222 1
Decimal 172 146 1
Hex AC 92 1

RGB Percentages of Color #ac9201

%53.92
%45.77
%0.31

CMYK Percentages of Color #ac9201

%0
%15
%99
%33

Triadic Colors of #ac9201

#ac9201 #01ac92 #9201ac

Analogous Colors of #ac9201

#ac9201 #71ac01 #ac3d01

Monochromatic Colors of #ac9201

#ac9201

Complementary Color

#ac9201 #011bac

#ac9201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9201 Color CSS Codes

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

#ac9201 Text Font Color

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

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


#ac9201 Background Color

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

This div background color is #ac9201


#ac9201 Border Color

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

This div border color is #ac9201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9201


Comments

No comments written yet.

Please login to write comment.