Color Hex Logo

#ac510f Color Hex

#AC510F
(172,81,15)
0 Favorites   0 Comments

Color spaces of #ac510f

RGB 1728115
HSL0.070.840.37
HSV25°91°67°
CMYK 0.000.530.91   0.33
XYZ20.041914.69002.2311
Yxy14.69000.54220.3974
Hunter Lab38.327526.266523.3779
CIE-Lab45.206633.780950.7999

#ac510f color RGB value is (172,81,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 00001111
Octal 254 121 17
Decimal 172 81 15
Hex AC 51 F

RGB Percentages of Color #ac510f

%64.18
%30.22
%5.60

CMYK Percentages of Color #ac510f

%0
%53
%91
%33

Triadic Colors of #ac510f

#ac510f #0fac51 #510fac

Analogous Colors of #ac510f

#ac510f #aca00f #ac0f1b

Monochromatic Colors of #ac510f

#ac510f

Complementary Color

#ac510f #0f6aac

#ac510f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac510f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac510f Color CSS Codes

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

#ac510f Text Font Color

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

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


#ac510f Background Color

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

This div background color is #ac510f


#ac510f Border Color

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

This div border color is #ac510f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,81,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 #ac510f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac510f


Comments

No comments written yet.

Please login to write comment.