Color Hex Logo

#ac511d Color Hex

#AC511D
(172,81,29)
0 Favorites   0 Comments

Color spaces of #ac511d

RGB 1728129
HSL0.060.710.39
HSV22°83°67°
CMYK 0.000.530.83   0.33
XYZ20.177514.74422.9448
Yxy14.74420.53290.3894
Hunter Lab38.398226.601522.3317
CIE-Lab45.281834.126545.6246

#ac511d color RGB value is (172,81,29).

#ac511d hex color red value is 172, green value is 81 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ac511d hue: 0.06 , saturation: 0.71 and the lightness value of ac511d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 00011101
Octal 254 121 35
Decimal 172 81 29
Hex AC 51 1D

RGB Percentages of Color #ac511d

%60.99
%28.72
%10.28

CMYK Percentages of Color #ac511d

%0
%53
%83
%33

Triadic Colors of #ac511d

#ac511d #1dac51 #511dac

Analogous Colors of #ac511d

#ac511d #ac991d #ac1d30

Monochromatic Colors of #ac511d

#ac511d

Complementary Color

#ac511d #1d78ac

#ac511d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac511d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac511d Color CSS Codes

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

#ac511d Text Font Color

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

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


#ac511d Background Color

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

This div background color is #ac511d


#ac511d Border Color

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

This div border color is #ac511d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac511d


Comments

No comments written yet.

Please login to write comment.