Color Hex Logo

#ac632a Color Hex

#AC632A
(172,99,42)
0 Favorites   0 Comments

Color spaces of #ac632a

RGB 1729942
HSL0.070.610.42
HSV26°76°67°
CMYK 0.000.420.76   0.33
XYZ21.893017.86154.4842
Yxy17.86150.49490.4038
Hunter Lab42.262918.506523.2932
CIE-Lab49.327724.911743.5668

#ac632a color RGB value is (172,99,42).

#ac632a hex color red value is 172, green value is 99 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ac632a hue: 0.07 , saturation: 0.61 and the lightness value of ac632a is 0.42.

The process color (four color CMYK) of #ac632a color hex is 0.00, 0.42, 0.76, 0.33. Web safe color of #ac632a is #996633. Color #ac632a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100011 00101010
Octal 254 143 52
Decimal 172 99 42
Hex AC 63 2A

RGB Percentages of Color #ac632a

%54.95
%31.63
%13.42

CMYK Percentages of Color #ac632a

%0
%42
%76
%33

Triadic Colors of #ac632a

#ac632a #2aac63 #632aac

Analogous Colors of #ac632a

#ac632a #aca42a #ac2a32

Monochromatic Colors of #ac632a

#ac632a

Complementary Color

#ac632a #2a73ac

#ac632a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac632a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac632a Color CSS Codes

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

#ac632a Text Font Color

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

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


#ac632a Background Color

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

This div background color is #ac632a


#ac632a Border Color

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

This div border color is #ac632a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac632a


Comments

No comments written yet.

Please login to write comment.