Color Hex Logo

#ac5f43 Color Hex

#AC5F43
(172,95,67)
0 Favorites   0 Comments

Color spaces of #ac5f43

RGB 1729567
HSL0.040.440.47
HSV16°61°67°
CMYK 0.000.450.61   0.33
XYZ22.118617.36037.4953
Yxy17.36030.47090.3696
Hunter Lab41.665721.843318.5002
CIE-Lab48.710828.619729.6033

#ac5f43 color RGB value is (172,95,67).

#ac5f43 hex color red value is 172, green value is 95 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ac5f43 hue: 0.04 , saturation: 0.44 and the lightness value of ac5f43 is 0.47.

The process color (four color CMYK) of #ac5f43 color hex is 0.00, 0.45, 0.61, 0.33. Web safe color of #ac5f43 is #996633. Color #ac5f43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011111 01000011
Octal 254 137 103
Decimal 172 95 67
Hex AC 5F 43

RGB Percentages of Color #ac5f43

%51.50
%28.44
%20.06

CMYK Percentages of Color #ac5f43

%0
%45
%61
%33

Triadic Colors of #ac5f43

#ac5f43 #43ac5f #5f43ac

Analogous Colors of #ac5f43

#ac5f43 #ac9443 #ac435c

Monochromatic Colors of #ac5f43

#ac5f43

Complementary Color

#ac5f43 #4390ac

#ac5f43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5f43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5f43 Color CSS Codes

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

#ac5f43 Text Font Color

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

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


#ac5f43 Background Color

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

This div background color is #ac5f43


#ac5f43 Border Color

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

This div border color is #ac5f43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5f43


Comments

No comments written yet.

Please login to write comment.