Color Hex Logo

#ac502e Color Hex

#AC502E
(172,80,46)
0 Favorites   0 Comments

Color spaces of #ac502e

RGB 1728046
HSL0.040.580.43
HSV16°73°67°
CMYK 0.000.530.73   0.33
XYZ20.375114.70524.3493
Yxy14.70520.51670.3729
Hunter Lab38.347427.734520.1186
CIE-Lab45.227835.330137.1976

#ac502e color RGB value is (172,80,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 00101110
Octal 254 120 56
Decimal 172 80 46
Hex AC 50 2E

RGB Percentages of Color #ac502e

%57.72
%26.85
%15.44

CMYK Percentages of Color #ac502e

%0
%53
%73
%33

Triadic Colors of #ac502e

#ac502e #2eac50 #502eac

Analogous Colors of #ac502e

#ac502e #ac8f2e #ac2e4b

Monochromatic Colors of #ac502e

#ac502e

Complementary Color

#ac502e #2e8aac

#ac502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac502e Color CSS Codes

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

#ac502e Text Font Color

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

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


#ac502e Background Color

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

This div background color is #ac502e


#ac502e Border Color

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

This div border color is #ac502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac502e


Comments

No comments written yet.

Please login to write comment.