Color Hex Logo

#ac500f Color Hex

#AC500F
(172,80,15)
0 Favorites   0 Comments

Color spaces of #ac500f

RGB 1728015
HSL0.070.840.37
HSV25°91°67°
CMYK 0.000.530.91   0.33
XYZ19.968114.54252.2065
Yxy14.54250.54380.3961
Hunter Lab38.134626.730823.2637
CIE-Lab45.001134.301250.6474

#ac500f color RGB value is (172,80,15).

#ac500f hex color red value is 172, green value is 80 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ac500f hue: 0.07 , saturation: 0.84 and the lightness value of ac500f is 0.37.

The process color (four color CMYK) of #ac500f color hex is 0.00, 0.53, 0.91, 0.33. Web safe color of #ac500f is #996600. Color #ac500f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 00001111
Octal 254 120 17
Decimal 172 80 15
Hex AC 50 F

RGB Percentages of Color #ac500f

%64.42
%29.96
%5.62

CMYK Percentages of Color #ac500f

%0
%53
%91
%33

Triadic Colors of #ac500f

#ac500f #0fac50 #500fac

Analogous Colors of #ac500f

#ac500f #ac9f0f #ac0f1c

Monochromatic Colors of #ac500f

#ac500f

Complementary Color

#ac500f #0f6bac

#ac500f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac500f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac500f Color CSS Codes

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

#ac500f Text Font Color

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

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


#ac500f Background Color

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

This div background color is #ac500f


#ac500f Border Color

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

This div border color is #ac500f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac500f


Comments

No comments written yet.

Please login to write comment.