Color Hex Logo

#ac894d Color Hex

#AC894D
(172,137,77)
0 Favorites   0 Comments

Color spaces of #ac894d

RGB 17213777
HSL0.110.380.49
HSV38°55°67°
CMYK 0.000.200.55   0.33
XYZ27.298527.197810.8321
Yxy27.19780.41790.4163
Hunter Lab52.15152.170024.1913
CIE-Lab59.15705.938336.9092

#ac894d color RGB value is (172,137,77).

#ac894d hex color red value is 172, green value is 137 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ac894d hue: 0.11 , saturation: 0.38 and the lightness value of ac894d is 0.49.

The process color (four color CMYK) of #ac894d color hex is 0.00, 0.20, 0.55, 0.33. Web safe color of #ac894d is #999966. Color #ac894d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 01001101
Octal 254 211 115
Decimal 172 137 77
Hex AC 89 4D

RGB Percentages of Color #ac894d

%44.56
%35.49
%19.95

CMYK Percentages of Color #ac894d

%0
%20
%55
%33

Triadic Colors of #ac894d

#ac894d #4dac89 #894dac

Analogous Colors of #ac894d

#ac894d #a0ac4d #ac5a4d

Monochromatic Colors of #ac894d

#ac894d

Complementary Color

#ac894d #4d70ac

#ac894d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac894d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac894d Color CSS Codes

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

#ac894d Text Font Color

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

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


#ac894d Background Color

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

This div background color is #ac894d


#ac894d Border Color

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

This div border color is #ac894d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac894d


Comments

No comments written yet.

Please login to write comment.