Color Hex Logo

#ac862a Color Hex

#AC862A
(172,134,42)
0 Favorites   0 Comments

Color spaces of #ac862a

RGB 17213442
HSL0.120.610.42
HSV42°76°67°
CMYK 0.000.220.76   0.33
XYZ25.956325.98805.8386
Yxy25.98800.44920.4498
Hunter Lab50.97841.673228.8944
CIE-Lab58.02575.316952.2117

#ac862a color RGB value is (172,134,42).

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

The process color (four color CMYK) of #ac862a color hex is 0.00, 0.22, 0.76, 0.33. Web safe color of #ac862a is #999933. Color #ac862a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 00101010
Octal 254 206 52
Decimal 172 134 42
Hex AC 86 2A

RGB Percentages of Color #ac862a

%49.43
%38.51
%12.07

CMYK Percentages of Color #ac862a

%0
%22
%76
%33

Triadic Colors of #ac862a

#ac862a #2aac86 #862aac

Analogous Colors of #ac862a

#ac862a #91ac2a #ac452a

Monochromatic Colors of #ac862a

#ac862a

Complementary Color

#ac862a #2a50ac

#ac862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac862a Color CSS Codes

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

#ac862a Text Font Color

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

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


#ac862a Background Color

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

This div background color is #ac862a


#ac862a Border Color

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

This div border color is #ac862a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac862a


Comments

No comments written yet.

Please login to write comment.