Color Hex Logo

#ac840f Color Hex

#AC840F
(172,132,15)
0 Favorites   0 Comments

Color spaces of #ac840f

RGB 17213215
HSL0.120.840.37
HSV45°91°67°
CMYK 0.000.230.91   0.33
XYZ25.350725.30774.0007
Yxy25.30770.46380.4630
Hunter Lab50.30681.913330.4996
CIE-Lab57.37405.583060.0171

#ac840f color RGB value is (172,132,15).

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

The process color (four color CMYK) of #ac840f color hex is 0.00, 0.23, 0.91, 0.33. Web safe color of #ac840f is #999900. Color #ac840f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000100 00001111
Octal 254 204 17
Decimal 172 132 15
Hex AC 84 F

RGB Percentages of Color #ac840f

%53.92
%41.38
%4.70

CMYK Percentages of Color #ac840f

%0
%23
%91
%33

Triadic Colors of #ac840f

#ac840f #0fac84 #840fac

Analogous Colors of #ac840f

#ac840f #86ac0f #ac360f

Monochromatic Colors of #ac840f

#ac840f

Complementary Color

#ac840f #0f37ac

#ac840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac840f Color CSS Codes

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

#ac840f Text Font Color

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

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


#ac840f Background Color

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

This div background color is #ac840f


#ac840f Border Color

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

This div border color is #ac840f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac840f


Comments

No comments written yet.

Please login to write comment.