Color Hex Logo

#ac762a Color Hex

#AC762A
(172,118,42)
0 Favorites   0 Comments

Color spaces of #ac762a

RGB 17211842
HSL0.100.610.42
HSV35°76°67°
CMYK 0.000.310.76   0.33
XYZ23.909621.89475.1564
Yxy21.89470.46920.4296
Hunter Lab46.79189.324126.2206
CIE-Lab53.915114.274048.1843

#ac762a color RGB value is (172,118,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110110 00101010
Octal 254 166 52
Decimal 172 118 42
Hex AC 76 2A

RGB Percentages of Color #ac762a

%51.81
%35.54
%12.65

CMYK Percentages of Color #ac762a

%0
%31
%76
%33

Triadic Colors of #ac762a

#ac762a #2aac76 #762aac

Analogous Colors of #ac762a

#ac762a #a1ac2a #ac352a

Monochromatic Colors of #ac762a

#ac762a

Complementary Color

#ac762a #2a60ac

#ac762a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac762a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac762a Color CSS Codes

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

#ac762a Text Font Color

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

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


#ac762a Background Color

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

This div background color is #ac762a


#ac762a Border Color

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

This div border color is #ac762a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,118,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 #ac762a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac762a


Comments

No comments written yet.

Please login to write comment.