Color Hex Logo

#ac7427 Color Hex

#AC7427
(172,116,39)
0 Favorites   0 Comments

Color spaces of #ac7427

RGB 17211639
HSL0.100.630.41
HSV35°77°67°
CMYK 0.000.330.77   0.33
XYZ23.624921.40794.8064
Yxy21.40790.47400.4295
Hunter Lab46.268710.172426.2290
CIE-Lab53.393115.266448.9599

#ac7427 color RGB value is (172,116,39).

#ac7427 hex color red value is 172, green value is 116 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ac7427 hue: 0.10 , saturation: 0.63 and the lightness value of ac7427 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 00100111
Octal 254 164 47
Decimal 172 116 39
Hex AC 74 27

RGB Percentages of Color #ac7427

%52.60
%35.47
%11.93

CMYK Percentages of Color #ac7427

%0
%33
%77
%33

Triadic Colors of #ac7427

#ac7427 #27ac74 #7427ac

Analogous Colors of #ac7427

#ac7427 #a2ac27 #ac3227

Monochromatic Colors of #ac7427

#ac7427

Complementary Color

#ac7427 #275fac

#ac7427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7427 Color CSS Codes

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

#ac7427 Text Font Color

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

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


#ac7427 Background Color

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

This div background color is #ac7427


#ac7427 Border Color

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

This div border color is #ac7427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7427


Comments

No comments written yet.

Please login to write comment.