Color Hex Logo

#ac530b Color Hex

#AC530B
(172,83,11)
0 Favorites   0 Comments

Color spaces of #ac530b

RGB 1728311
HSL0.070.880.36
HSV27°94°67°
CMYK 0.000.520.94   0.33
XYZ20.166914.98132.1454
Yxy14.98130.54080.4017
Hunter Lab38.705725.269323.8076
CIE-Lab45.608632.665952.2027

#ac530b color RGB value is (172,83,11).

#ac530b hex color red value is 172, green value is 83 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ac530b hue: 0.07 , saturation: 0.88 and the lightness value of ac530b is 0.36.

The process color (four color CMYK) of #ac530b color hex is 0.00, 0.52, 0.94, 0.33. Web safe color of #ac530b is #996600. Color #ac530b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 00001011
Octal 254 123 13
Decimal 172 83 11
Hex AC 53 B

RGB Percentages of Color #ac530b

%64.66
%31.20
%4.14

CMYK Percentages of Color #ac530b

%0
%52
%94
%33

Triadic Colors of #ac530b

#ac530b #0bac53 #530bac

Analogous Colors of #ac530b

#ac530b #aca40b #ac0b14

Monochromatic Colors of #ac530b

#ac530b

Complementary Color

#ac530b #0b64ac

#ac530b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac530b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac530b Color CSS Codes

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

#ac530b Text Font Color

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

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


#ac530b Background Color

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

This div background color is #ac530b


#ac530b Border Color

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

This div border color is #ac530b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac530b


Comments

No comments written yet.

Please login to write comment.