Color Hex Logo

#ac892e Color Hex

#AC892E
(172,137,46)
0 Favorites   0 Comments

Color spaces of #ac892e

RGB 17213746
HSL0.120.580.43
HSV43°73°67°
CMYK 0.000.200.73   0.33
XYZ26.452126.85926.3749
Yxy26.85920.44320.4500
Hunter Lab51.82590.411828.9851
CIE-Lab58.84383.842951.3803

#ac892e color RGB value is (172,137,46).

#ac892e hex color red value is 172, green value is 137 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac892e hue: 0.12 , saturation: 0.58 and the lightness value of ac892e is 0.43.

The process color (four color CMYK) of #ac892e color hex is 0.00, 0.20, 0.73, 0.33. Web safe color of #ac892e is #999933. Color #ac892e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 00101110
Octal 254 211 56
Decimal 172 137 46
Hex AC 89 2E

RGB Percentages of Color #ac892e

%48.45
%38.59
%12.96

CMYK Percentages of Color #ac892e

%0
%20
%73
%33

Triadic Colors of #ac892e

#ac892e #2eac89 #892eac

Analogous Colors of #ac892e

#ac892e #90ac2e #ac4a2e

Monochromatic Colors of #ac892e

#ac892e

Complementary Color

#ac892e #2e51ac

#ac892e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac892e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac892e Color CSS Codes

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

#ac892e Text Font Color

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

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


#ac892e Background Color

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

This div background color is #ac892e


#ac892e Border Color

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

This div border color is #ac892e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac892e


Comments

No comments written yet.

Please login to write comment.