Color Hex Logo

#ac583f Color Hex

#AC583F
(172,88,63)
0 Favorites   0 Comments

Color spaces of #ac583f

RGB 1728863
HSL0.040.460.46
HSV14°63°67°
CMYK 0.000.490.63   0.33
XYZ21.400216.10906.6841
Yxy16.10900.48420.3645
Hunter Lab40.136024.936718.2213
CIE-Lab47.117232.122629.9262

#ac583f color RGB value is (172,88,63).

#ac583f hex color red value is 172, green value is 88 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac583f hue: 0.04 , saturation: 0.46 and the lightness value of ac583f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 00111111
Octal 254 130 77
Decimal 172 88 63
Hex AC 58 3F

RGB Percentages of Color #ac583f

%53.25
%27.24
%19.50

CMYK Percentages of Color #ac583f

%0
%49
%63
%33

Triadic Colors of #ac583f

#ac583f #3fac58 #583fac

Analogous Colors of #ac583f

#ac583f #ac8f3f #ac3f5c

Monochromatic Colors of #ac583f

#ac583f

Complementary Color

#ac583f #3f93ac

#ac583f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac583f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac583f Color CSS Codes

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

#ac583f Text Font Color

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

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


#ac583f Background Color

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

This div background color is #ac583f


#ac583f Border Color

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

This div border color is #ac583f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac583f


Comments

No comments written yet.

Please login to write comment.