Color Hex Logo

#ac4900 Color Hex

#AC4900
(172,73,0)
0 Favorites   0 Comments

Color spaces of #ac4900

RGB 172730
HSL0.071.000.34
HSV25°100°67°
CMYK 0.000.581.00   0.33
XYZ19.395813.53571.5904
Yxy13.53570.56180.3921
Hunter Lab36.790929.719423.1906
CIE-Lab43.559637.647453.7998

#ac4900 color RGB value is (172,73,0).

#ac4900 hex color red value is 172, green value is 73 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ac4900 hue: 0.07 , saturation: 1.00 and the lightness value of ac4900 is 0.34.

The process color (four color CMYK) of #ac4900 color hex is 0.00, 0.58, 1.00, 0.33. Web safe color of #ac4900 is #993300. Color #ac4900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 00000000
Octal 254 111 0
Decimal 172 73 0
Hex AC 49 0

RGB Percentages of Color #ac4900

%70.20
%29.80
%0.00

CMYK Percentages of Color #ac4900

%0
%58
%100
%33

Triadic Colors of #ac4900

#ac4900 #00ac49 #4900ac

Analogous Colors of #ac4900

#ac4900 #ac9f00 #ac000d

Monochromatic Colors of #ac4900

#ac4900

Complementary Color

#ac4900 #0063ac

#ac4900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4900 Color CSS Codes

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

#ac4900 Text Font Color

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

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


#ac4900 Background Color

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

This div background color is #ac4900


#ac4900 Border Color

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

This div border color is #ac4900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4900


Comments

No comments written yet.

Please login to write comment.