Color Hex Logo

#ac7b1f Color Hex

#AC7B1F
(172,123,31)
0 Favorites   0 Comments

Color spaces of #ac7b1f

RGB 17212331
HSL0.110.690.40
HSV39°82°67°
CMYK 0.000.280.82   0.33
XYZ24.343523.03554.4596
Yxy23.03550.46960.4444
Hunter Lab47.99536.544428.0876
CIE-Lab55.108911.026353.6609

#ac7b1f color RGB value is (172,123,31).

#ac7b1f hex color red value is 172, green value is 123 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ac7b1f hue: 0.11 , saturation: 0.69 and the lightness value of ac7b1f is 0.40.

The process color (four color CMYK) of #ac7b1f color hex is 0.00, 0.28, 0.82, 0.33. Web safe color of #ac7b1f is #996633. Color #ac7b1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111011 00011111
Octal 254 173 37
Decimal 172 123 31
Hex AC 7B 1F

RGB Percentages of Color #ac7b1f

%52.76
%37.73
%9.51

CMYK Percentages of Color #ac7b1f

%0
%28
%82
%33

Triadic Colors of #ac7b1f

#ac7b1f #1fac7b #7b1fac

Analogous Colors of #ac7b1f

#ac7b1f #97ac1f #ac341f

Monochromatic Colors of #ac7b1f

#ac7b1f

Complementary Color

#ac7b1f #1f50ac

#ac7b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7b1f Color CSS Codes

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

#ac7b1f Text Font Color

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

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


#ac7b1f Background Color

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

This div background color is #ac7b1f


#ac7b1f Border Color

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

This div border color is #ac7b1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7b1f


Comments

No comments written yet.

Please login to write comment.