Color Hex Logo

#ac462e Color Hex

#AC462E
(172,70,46)
0 Favorites   0 Comments

Color spaces of #ac462e

RGB 1727046
HSL0.030.580.43
HSV11°73°67°
CMYK 0.000.590.73   0.33
XYZ19.696613.34824.1231
Yxy13.34820.52990.3591
Hunter Lab36.535232.295118.8836
CIE-Lab43.283340.352335.0514

#ac462e color RGB value is (172,70,46).

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

The process color (four color CMYK) of #ac462e color hex is 0.00, 0.59, 0.73, 0.33. Web safe color of #ac462e is #993333. Color #ac462e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 00101110
Octal 254 106 56
Decimal 172 70 46
Hex AC 46 2E

RGB Percentages of Color #ac462e

%59.72
%24.31
%15.97

CMYK Percentages of Color #ac462e

%0
%59
%73
%33

Triadic Colors of #ac462e

#ac462e #2eac46 #462eac

Analogous Colors of #ac462e

#ac462e #ac852e #ac2e55

Monochromatic Colors of #ac462e

#ac462e

Complementary Color

#ac462e #2e94ac

#ac462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac462e Color CSS Codes

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

#ac462e Text Font Color

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

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


#ac462e Background Color

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

This div background color is #ac462e


#ac462e Border Color

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

This div border color is #ac462e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac462e


Comments

No comments written yet.

Please login to write comment.