Color Hex Logo

#ac660f Color Hex

#AC660F
(172,102,15)
0 Favorites   0 Comments

Color spaces of #ac660f

RGB 17210215
HSL0.090.840.37
HSV33°91°67°
CMYK 0.000.410.91   0.33
XYZ21.850918.30792.8340
Yxy18.30790.50820.4258
Hunter Lab42.787716.278126.0244
CIE-Lab49.867422.388654.2934

#ac660f color RGB value is (172,102,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100110 00001111
Octal 254 146 17
Decimal 172 102 15
Hex AC 66 F

RGB Percentages of Color #ac660f

%59.52
%35.29
%5.19

CMYK Percentages of Color #ac660f

%0
%41
%91
%33

Triadic Colors of #ac660f

#ac660f #0fac66 #660fac

Analogous Colors of #ac660f

#ac660f #a4ac0f #ac180f

Monochromatic Colors of #ac660f

#ac660f

Complementary Color

#ac660f #0f55ac

#ac660f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac660f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac660f Color CSS Codes

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

#ac660f Text Font Color

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

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


#ac660f Background Color

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

This div background color is #ac660f


#ac660f Border Color

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

This div border color is #ac660f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac660f


Comments

No comments written yet.

Please login to write comment.