Color Hex Logo

#ac991e Color Hex

#AC991E
(172,153,30)
0 Favorites   0 Comments

Color spaces of #ac991e

RGB 17215330
HSL0.140.700.40
HSV52°83°67°
CMYK 0.000.110.83   0.33
XYZ28.638831.64695.8273
Yxy31.64690.43320.4787
Hunter Lab56.2556-7.575833.2373
CIE-Lab63.0500-5.528960.9230

#ac991e color RGB value is (172,153,30).

#ac991e hex color red value is 172, green value is 153 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ac991e hue: 0.14 , saturation: 0.70 and the lightness value of ac991e is 0.40.

The process color (four color CMYK) of #ac991e color hex is 0.00, 0.11, 0.83, 0.33. Web safe color of #ac991e is #999933. Color #ac991e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 00011110
Octal 254 231 36
Decimal 172 153 30
Hex AC 99 1E

RGB Percentages of Color #ac991e

%48.45
%43.10
%8.45

CMYK Percentages of Color #ac991e

%0
%11
%83
%33

Triadic Colors of #ac991e

#ac991e #1eac99 #991eac

Analogous Colors of #ac991e

#ac991e #78ac1e #ac521e

Monochromatic Colors of #ac991e

#ac991e

Complementary Color

#ac991e #1e31ac

#ac991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac991e Color CSS Codes

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

#ac991e Text Font Color

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

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


#ac991e Background Color

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

This div background color is #ac991e


#ac991e Border Color

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

This div border color is #ac991e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac991e


Comments

No comments written yet.

Please login to write comment.