Color Hex Logo

#ac990e Color Hex

#AC990E
(172,153,14)
0 Favorites   0 Comments

Color spaces of #ac990e

RGB 17215314
HSL0.150.850.36
HSV53°92°67°
CMYK 0.000.110.92   0.33
XYZ28.483831.58485.0107
Yxy31.58480.43770.4853
Hunter Lab56.2004-7.882234.0541
CIE-Lab62.9982-5.911764.5330

#ac990e color RGB value is (172,153,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 00001110
Octal 254 231 16
Decimal 172 153 14
Hex AC 99 E

RGB Percentages of Color #ac990e

%50.74
%45.13
%4.13

CMYK Percentages of Color #ac990e

%0
%11
%92
%33

Triadic Colors of #ac990e

#ac990e #0eac99 #990eac

Analogous Colors of #ac990e

#ac990e #70ac0e #ac4a0e

Monochromatic Colors of #ac990e

#ac990e

Complementary Color

#ac990e #0e21ac

#ac990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac990e Color CSS Codes

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

#ac990e Text Font Color

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

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


#ac990e Background Color

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

This div background color is #ac990e


#ac990e Border Color

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

This div border color is #ac990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac990e


Comments

No comments written yet.

Please login to write comment.