Color Hex Logo

#ac7a2e Color Hex

#AC7A2E
(172,122,46)
0 Favorites   0 Comments

Color spaces of #ac7a2e

RGB 17212246
HSL0.100.580.43
HSV36°73°67°
CMYK 0.000.290.73   0.33
XYZ24.465922.88705.7129
Yxy22.88700.46100.4313
Hunter Lab47.84047.565526.4081
CIE-Lab54.955812.217647.4639

#ac7a2e color RGB value is (172,122,46).

#ac7a2e hex color red value is 172, green value is 122 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac7a2e hue: 0.10 , saturation: 0.58 and the lightness value of ac7a2e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111010 00101110
Octal 254 172 56
Decimal 172 122 46
Hex AC 7A 2E

RGB Percentages of Color #ac7a2e

%50.59
%35.88
%13.53

CMYK Percentages of Color #ac7a2e

%0
%29
%73
%33

Triadic Colors of #ac7a2e

#ac7a2e #2eac7a #7a2eac

Analogous Colors of #ac7a2e

#ac7a2e #9fac2e #ac3b2e

Monochromatic Colors of #ac7a2e

#ac7a2e

Complementary Color

#ac7a2e #2e60ac

#ac7a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7a2e Color CSS Codes

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

#ac7a2e Text Font Color

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

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


#ac7a2e Background Color

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

This div background color is #ac7a2e


#ac7a2e Border Color

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

This div border color is #ac7a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7a2e


Comments

No comments written yet.

Please login to write comment.