Color Hex Logo

#ac901d Color Hex

#AC901D
(172,144,29)
0 Favorites   0 Comments

Color spaces of #ac901d

RGB 17214429
HSL0.130.710.39
HSV48°83°67°
CMYK 0.000.160.83   0.33
XYZ27.208328.80595.2885
Yxy28.80590.44380.4699
Hunter Lab53.6711-3.434831.7276
CIE-Lab60.6099-0.688359.1145

#ac901d color RGB value is (172,144,29).

#ac901d hex color red value is 172, green value is 144 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ac901d hue: 0.13 , saturation: 0.71 and the lightness value of ac901d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 00011101
Octal 254 220 35
Decimal 172 144 29
Hex AC 90 1D

RGB Percentages of Color #ac901d

%49.86
%41.74
%8.41

CMYK Percentages of Color #ac901d

%0
%16
%83
%33

Triadic Colors of #ac901d

#ac901d #1dac90 #901dac

Analogous Colors of #ac901d

#ac901d #81ac1d #ac491d

Monochromatic Colors of #ac901d

#ac901d

Complementary Color

#ac901d #1d39ac

#ac901d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac901d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac901d Color CSS Codes

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

#ac901d Text Font Color

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

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


#ac901d Background Color

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

This div background color is #ac901d


#ac901d Border Color

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

This div border color is #ac901d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac901d


Comments

No comments written yet.

Please login to write comment.