Color Hex Logo

#ac712b Color Hex

#AC712B
(172,113,43)
0 Favorites   0 Comments

Color spaces of #ac712b

RGB 17211343
HSL0.090.600.42
HSV33°75°67°
CMYK 0.000.340.75   0.33
XYZ23.354420.75535.0608
Yxy20.75530.47500.4221
Hunter Lab45.558011.778025.3044
CIE-Lab52.680617.132746.5059

#ac712b color RGB value is (172,113,43).

#ac712b hex color red value is 172, green value is 113 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ac712b hue: 0.09 , saturation: 0.60 and the lightness value of ac712b is 0.42.

The process color (four color CMYK) of #ac712b color hex is 0.00, 0.34, 0.75, 0.33. Web safe color of #ac712b is #996633. Color #ac712b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110001 00101011
Octal 254 161 53
Decimal 172 113 43
Hex AC 71 2B

RGB Percentages of Color #ac712b

%52.44
%34.45
%13.11

CMYK Percentages of Color #ac712b

%0
%34
%75
%33

Triadic Colors of #ac712b

#ac712b #2bac71 #712bac

Analogous Colors of #ac712b

#ac712b #a7ac2b #ac302b

Monochromatic Colors of #ac712b

#ac712b

Complementary Color

#ac712b #2b66ac

#ac712b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac712b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac712b Color CSS Codes

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

#ac712b Text Font Color

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

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


#ac712b Background Color

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

This div background color is #ac712b


#ac712b Border Color

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

This div border color is #ac712b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac712b


Comments

No comments written yet.

Please login to write comment.