Color Hex Logo

#ac990c Color Hex

#AC990C
(172,153,12)
0 Favorites   0 Comments

Color spaces of #ac990c

RGB 17215312
HSL0.150.870.36
HSV53°93°67°
CMYK 0.000.110.93   0.33
XYZ28.470931.57974.9427
Yxy31.57970.43810.4859
Hunter Lab56.1958-7.907934.1222
CIE-Lab62.9940-5.943964.8513

#ac990c color RGB value is (172,153,12).

#ac990c hex color red value is 172, green value is 153 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ac990c hue: 0.15 , saturation: 0.87 and the lightness value of ac990c is 0.36.

The process color (four color CMYK) of #ac990c color hex is 0.00, 0.11, 0.93, 0.33. Web safe color of #ac990c is #999900. Color #ac990c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 00001100
Octal 254 231 14
Decimal 172 153 12
Hex AC 99 C

RGB Percentages of Color #ac990c

%51.04
%45.40
%3.56

CMYK Percentages of Color #ac990c

%0
%11
%93
%33

Triadic Colors of #ac990c

#ac990c #0cac99 #990cac

Analogous Colors of #ac990c

#ac990c #6fac0c #ac490c

Monochromatic Colors of #ac990c

#ac990c

Complementary Color

#ac990c #0c1fac

#ac990c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac990c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac990c Color CSS Codes

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

#ac990c Text Font Color

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

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


#ac990c Background Color

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

This div background color is #ac990c


#ac990c Border Color

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

This div border color is #ac990c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac990c


Comments

No comments written yet.

Please login to write comment.