Color Hex Logo

#ac582d Color Hex

#AC582D
(172,88,45)
0 Favorites   0 Comments

Color spaces of #ac582d

RGB 1728845
HSL0.060.590.43
HSV20°74°67°
CMYK 0.000.490.74   0.33
XYZ20.976615.93964.4537
Yxy15.93960.50700.3853
Hunter Lab39.924423.917521.3331
CIE-Lab46.895131.059339.5297

#ac582d color RGB value is (172,88,45).

#ac582d hex color red value is 172, green value is 88 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ac582d hue: 0.06 , saturation: 0.59 and the lightness value of ac582d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 00101101
Octal 254 130 55
Decimal 172 88 45
Hex AC 58 2D

RGB Percentages of Color #ac582d

%56.39
%28.85
%14.75

CMYK Percentages of Color #ac582d

%0
%49
%74
%33

Triadic Colors of #ac582d

#ac582d #2dac58 #582dac

Analogous Colors of #ac582d

#ac582d #ac982d #ac2d42

Monochromatic Colors of #ac582d

#ac582d

Complementary Color

#ac582d #2d81ac

#ac582d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac582d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac582d Color CSS Codes

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

#ac582d Text Font Color

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

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


#ac582d Background Color

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

This div background color is #ac582d


#ac582d Border Color

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

This div border color is #ac582d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac582d


Comments

No comments written yet.

Please login to write comment.