color codes Logo

#ac492c color codes

#AC492C
(172,73,44)
0 Favorites   0 Comments

Color spaces of #ac492c

RGB 1727344
HSL0.040.590.42
HSV14°74°67°
CMYK 0.000.580.74   0.33
XYZ19.850413.71763.9844
Yxy13.71760.52860.3653
Hunter Lab37.037330.853119.5478
CIE-Lab43.825238.784636.7474

#ac492c color RGB value is (172,73,44).

#ac492c hex color red value is 172, green value is 73 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ac492c hue: 0.04 , saturation: 0.59 and the lightness value of ac492c is 0.42.

The process color (four color CMYK) of #ac492c color code is 0.00, 0.58, 0.74, 0.33. Web safe color of #ac492c is #993333. Color #ac492c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 00101100
Octal 254 111 54
Decimal 172 73 44
Hex AC 49 2C

RGB Percentages of Color #ac492c

%59.52
%25.26
%15.22

CMYK Percentages of Color #ac492c

%0
%58
%74
%33

Triadic Colors of #ac492c

#ac492c #2cac49 #492cac

Analogous Colors of #ac492c

#ac492c #ac892c #ac2c4f

Monochromatic Colors of #ac492c

#ac492c

Complementary Color

#ac492c #2c8fac

#ac492c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac492c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac492c Color CSS Codes

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

#ac492c Text Font Color

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

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


#ac492c Background Color

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

This div background color is #ac492c


#ac492c Border Color

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

This div border color is #ac492c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac492c


Comments

No comments written yet.

Please login to write comment.