Color Hex Logo

#ac531b Color Hex

#AC531B
(172,83,27)
0 Favorites   0 Comments

Color spaces of #ac531b

RGB 1728327
HSL0.060.730.39
HSV23°84°67°
CMYK 0.000.520.84   0.33
XYZ20.304315.03632.8690
Yxy15.03630.53140.3935
Hunter Lab38.776725.607322.7569
CIE-Lab45.683933.017146.8374

#ac531b color RGB value is (172,83,27).

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

The process color (four color CMYK) of #ac531b color hex is 0.00, 0.52, 0.84, 0.33. Web safe color of #ac531b is #996633. Color #ac531b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 00011011
Octal 254 123 33
Decimal 172 83 27
Hex AC 53 1B

RGB Percentages of Color #ac531b

%60.99
%29.43
%9.57

CMYK Percentages of Color #ac531b

%0
%52
%84
%33

Triadic Colors of #ac531b

#ac531b #1bac53 #531bac

Analogous Colors of #ac531b

#ac531b #ac9c1b #ac1b2c

Monochromatic Colors of #ac531b

#ac531b

Complementary Color

#ac531b #1b74ac

#ac531b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac531b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac531b Color CSS Codes

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

#ac531b Text Font Color

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

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


#ac531b Background Color

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

This div background color is #ac531b


#ac531b Border Color

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

This div border color is #ac531b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac531b


Comments

No comments written yet.

Please login to write comment.